Update src/app/contact/page.tsx
This commit is contained in:
@@ -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: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user