Update src/app/contact/page.tsx
This commit is contained in:
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/group-multinational-busy-people-working-office_146671-15682.jpg?_wi=9"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/group-multinational-busy-people-working-office_146671-15682.jpg"
|
||||
imageAlt="MarocAutoTrades office"
|
||||
logoText="MarocAutoTrades"
|
||||
copyrightText="© 2025 MarocAutoTrades. Tous droits réservés."
|
||||
|
||||
Reference in New Issue
Block a user