added legals documents

This commit is contained in:
2026-04-17 14:06:34 +02:00
parent a384f6cbf3
commit 299ff6415a
5 changed files with 5 additions and 4 deletions
+3 -2
View File
@@ -17,12 +17,13 @@ export default function Footer() {
<div className="flex flex-col items-start justify-start gap-4"> <div className="flex flex-col items-start justify-start gap-4">
<h3 className="font-serif text-3xl">{t('legal.title')}</h3> <h3 className="font-serif text-3xl">{t('legal.title')}</h3>
<p className="font-sans text-base">{t('legal.legalNotice')}</p> <a href="/legals/legalNotice.pdf" target="_blank" className="font-sans text-base">{t('legal.legalNotice')}</a>
<p className="font-sans text-base">{t('legal.termsAndConditions')}</p> <a href="/legals/privacyPolicy.pdf" target="_blank" className="font-sans text-base">{t('legal.privacyPolicy')}</a>
</div> </div>
<div className="flex flex-col items-start justify-start gap-4"> <div className="flex flex-col items-start justify-start gap-4">
<h3 className="font-serif text-3xl">Contact</h3> <h3 className="font-serif text-3xl">Contact</h3>
<p className="font-sans text-base">contact@matheoguilbert.fr</p>
<p className="font-sans text-base">+33 6 71 03 67 12</p> <p className="font-sans text-base">+33 6 71 03 67 12</p>
</div> </div>
</div> </div>
+1 -1
View File
@@ -55,7 +55,7 @@
"legal": { "legal": {
"title": "Legal", "title": "Legal",
"legalNotice": "Legal Notice", "legalNotice": "Legal Notice",
"termsAndConditions": "Terms and Conditions" "privacyPolicy": "Privacy Policy"
}, },
"copyright": "© 2026 M. Guilbert. All rights reserved." "copyright": "© 2026 M. Guilbert. All rights reserved."
}, },
+1 -1
View File
@@ -55,7 +55,7 @@
"legal": { "legal": {
"title": "Légal", "title": "Légal",
"legalNotice": "Mentions Légales", "legalNotice": "Mentions Légales",
"termsAndConditions": "Conditions Générales de Vente" "privacyPolicy": "Privacy Policy"
}, },
"copyright": "© 2026 M. Guilbert. Tous droits réservés." "copyright": "© 2026 M. Guilbert. Tous droits réservés."
}, },
Binary file not shown.
Binary file not shown.