diff --git a/src/app/page.tsx b/src/app/page.tsx index 595130c..ee0bb71 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,7 +47,7 @@ export default function LandingPage() { description="Transports & Terrassement - Expertise familiale depuis des années. Ponctualité, fiabilité et travail bien fait garantis." buttons={[ { text: "Demander un devis", href: "#contact" }, - { text: "Appeler maintenant", href: "tel:03237284 19" } + { text: "Appeler maintenant", href: "tel:+33237284191" } ]} buttonAnimation="slide-up" background={{ variant: "plain" }} @@ -186,7 +186,8 @@ export default function LandingPage() { }, { title: "Contact", items: [ - { label: "Téléphone: 03 23 72 84 19", href: "tel:03237284 19" }, + { label: "Téléphone:", href: "#" }, + { label: "03 23 72 84 19", href: "tel:+33237284191" }, { label: "Chivres-Val (02880)", href: "#" }, { label: "Demander un devis", href: "#contact" } ] @@ -196,4 +197,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file