From 6b5124fde1cc38e95e33e88e68ac305fd2098870 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 11:41:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 28823de..a444a70 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -81,7 +81,7 @@ export default function LandingPage() { { icon: Clock, label: "Réponse d'urgence", value: "24/7" }, { icon: MapPin, label: "Couverture Belgique", value: "100%" }, { icon: Wrench, label: "Interventions réussies", value: "5000+" }, - { icon: Phone, label: "Téléphone", value: "+32 470 00 00 00" }, + { icon: Phone, label: "Téléphone", value: "0494 40 48 33" }, { icon: Mail, label: "Email", value: "info@maesdebouchage.be" } ]} metricsAnimation="slide-up" @@ -156,9 +156,9 @@ export default function LandingPage() { background={{ variant: "radial-gradient" }} tag="Urgence" title="Besoin d'un débouchage en urgence ?" - description="Nos équipes sont prêtes à intervenir immédiatement. Appelez-nous dès maintenant au +32 470 00 00 00 ou contactez info@maesdebouchage.be." + description="Nos équipes sont prêtes à intervenir immédiatement. Appelez-nous dès maintenant au 0494 40 48 33 ou contactez info@maesdebouchage.be." buttons={[ - { text: "Appeler maintenant", href: "tel:+32470000000" }, + { text: "Appeler maintenant", href: "tel:0494404833" }, { text: "Envoyer un email", href: "mailto:info@maesdebouchage.be" } ]} /> @@ -177,4 +177,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1