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 */}