diff --git a/components/layout/Footer.tsx b/components/layout/Footer.tsx index 60ffa22..ea9cb91 100644 --- a/components/layout/Footer.tsx +++ b/components/layout/Footer.tsx @@ -17,12 +17,13 @@ export default function Footer() {

{t('legal.title')}

-

{t('legal.legalNotice')}

-

{t('legal.termsAndConditions')}

+ {t('legal.legalNotice')} + {t('legal.privacyPolicy')}

Contact

+

contact@matheoguilbert.fr

+33 6 71 03 67 12

diff --git a/messages/en.json b/messages/en.json index 435568d..dcf4931 100644 --- a/messages/en.json +++ b/messages/en.json @@ -55,7 +55,7 @@ "legal": { "title": "Legal", "legalNotice": "Legal Notice", - "termsAndConditions": "Terms and Conditions" + "privacyPolicy": "Privacy Policy" }, "copyright": "© 2026 M. Guilbert. All rights reserved." }, diff --git a/messages/fr.json b/messages/fr.json index 1d80cc1..37e4b48 100644 --- a/messages/fr.json +++ b/messages/fr.json @@ -55,7 +55,7 @@ "legal": { "title": "Légal", "legalNotice": "Mentions Légales", - "termsAndConditions": "Conditions Générales de Vente" + "privacyPolicy": "Privacy Policy" }, "copyright": "© 2026 M. Guilbert. Tous droits réservés." }, diff --git a/public/legals/legalNotice.pdf b/public/legals/legalNotice.pdf new file mode 100644 index 0000000..a4cde86 Binary files /dev/null and b/public/legals/legalNotice.pdf differ diff --git a/public/legals/privacyPolicy.pdf b/public/legals/privacyPolicy.pdf new file mode 100644 index 0000000..0a228f7 Binary files /dev/null and b/public/legals/privacyPolicy.pdf differ