feat(pages): add laboratory and legal notices pages

- Add laboratory page blueprint and template
- Add legal notices page blueprint and template
- Both pages include basic structure with SEO configuration

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
isUnknown 2026-02-11 15:28:40 +01:00
parent de90de5126
commit bcb20968a5
4 changed files with 16 additions and 0 deletions

View file

@ -0,0 +1,6 @@
title: Laboratoire
tabs:
contentTab:
label: Contenu
seo: seo/page

View file

@ -0,0 +1,6 @@
title: Mentions légales
tabs:
contentTab:
label: Contenu
seo: seo/page

View file

@ -0,0 +1,2 @@
<?php snippet('header') ?>
<?php snippet('footer') ?>

View file

@ -0,0 +1,2 @@
<?php snippet('header') ?>
<?php snippet('footer') ?>