Update src/app/contact/page.tsx

This commit is contained in:
2026-03-07 21:58:16 +00:00
parent db8ad0e862
commit c9ea161ade

View File

@@ -30,9 +30,7 @@ export default function ContactPage() {
{ name: "Contact", id: "contact" },
]}
button={{
text: "Demander un devis",
href: "/contact",
}}
text: "Demander un devis", href: "/contact"}}
brandName="BERTRAND DUFOUR"
/>
</div>
@@ -43,8 +41,7 @@ export default function ContactPage() {
title="Transformez votre jardin dès aujourd'hui"
description="Votre jardin mérite l'expertise d'un professionnel local. Contactez Bertrand Dufour Paysages pour un devis gratuit et une consultation personnalisée."
background={{
variant: "circleGradient",
}}
variant: "plain"}}
useInvertedBackground={false}
inputPlaceholder="Votre adresse email"
buttonText="Demander un devis"
@@ -113,49 +110,31 @@ export default function ContactPage() {
{
items: [
{
label: "Accueil",
href: "/",
},
label: "Accueil", href: "/"},
{
label: "Services",
href: "/#services",
},
label: "Services", href: "/#services"},
{
label: "Projets",
href: "/#projects",
},
label: "Projets", href: "/#projects"},
],
},
{
items: [
{
label: "À propos",
href: "/about",
},
label: "À propos", href: "/about"},
{
label: "Contact",
href: "/contact",
},
label: "Contact", href: "/contact"},
{
label: "Mentions légales",
href: "#",
},
label: "Mentions légales", href: "#"},
],
},
{
items: [
{
label: "Téléphone",
href: "tel:+33658424861",
},
label: "Téléphone", href: "tel:+33658424861"},
{
label: "Email",
href: "mailto:contact@bertranddufour.fr",
},
label: "Email", href: "mailto:contact@bertranddufour.fr"},
{
label: "Localisation",
href: "#",
},
label: "Localisation", href: "#"},
],
},
]}