From ba029117522ceaeded66481872b7aaa843d151f5 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 08:10:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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