added legals documents
This commit is contained in:
@@ -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
@@ -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
@@ -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.
Reference in New Issue
Block a user