From a9ef43fd9ef405b8dc94ac6108df559de989da8d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 16:27:23 +0000 Subject: [PATCH 1/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index d383a15..4598cf8 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -17,8 +17,7 @@ export default function ContactPage() { const footerColumns = [ { - title: "Produits", - items: [ + title: "Produits", items: [ { label: "Catalogue", href: "/catalogue" }, { label: "Import Service", href: "/import" }, { label: "Vendre Votre Voiture", href: "/vendre" }, @@ -26,8 +25,7 @@ export default function ContactPage() { ], }, { - title: "Ressources", - items: [ + title: "Ressources", items: [ { label: "À Propos", href: "/a-propos" }, { label: "Blog", href: "/blog" }, { label: "FAQ", href: "/faq" }, @@ -35,8 +33,7 @@ export default function ContactPage() { ], }, { - title: "Légal", - items: [ + title: "Légal", items: [ { label: "Politique de Confidentialité", href: "#" }, { label: "Conditions d'Utilisation", href: "#" }, { label: "Politique de Retour", href: "#" }, @@ -73,19 +70,18 @@ export default function ContactPage() { tagIcon={Mail} tagAnimation="slide-up" background={{ - variant: "radial-gradient", - }} + variant: "radial-gradient"}} useInvertedBackground={false} inputPlaceholder="Votre adresse email" buttonText="Demander un Devis" - termsText="En cliquant sur \"Demander un Devis\", vous acceptez notre politique de confidentialité. Nous respectons vos données." + termsText="En cliquant sur {'>'}Demander un Devis{'<'}, vous acceptez notre politique de confidentialité. Nous respectons vos données." ariaLabel="Contact form section" /> @@ -441,7 +293,7 @@ export default function HomePage() { {/* Footer */}