From 56f631286ae5fe82615de8a387586d3782c9c360 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 17:59:29 +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 d17f59a..e7f57a9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -37,7 +37,7 @@ export default function LandingPage() { { name: "Avis", id: "testimonials" }, { name: "Contact", id: "contact" }, ]} - button={{ text: "Appeler", href: "tel:+33556727935" }} + button={{ text: "Appeler", href: "tel:05567279353" }} /> @@ -54,7 +54,7 @@ export default function LandingPage() { showDimOverlay={true} buttonAnimation="blur-reveal" buttons={[ - { text: "Appeler", href: "tel:+33556727935" }, + { text: "Appeler", href: "tel:05567279353" }, { text: "Itinéraire", href: "https://maps.google.com/?q=204+Rue+Sainte-Catherine,+33000+Bordeaux,+France" }, ]} /> @@ -201,7 +201,7 @@ export default function LandingPage() { title="Prêt à transformer vos cheveux ?" description="Réservez votre rendez-vous dès aujourd'hui ou visitez-nous au cœur de Bordeaux. Nos stylistes experts vous accueillent du lundi au samedi." buttons={[ - { text: "Appeler", href: "tel:+33556727935" }, + { text: "Appeler", href: "tel:05567279353" }, { text: "Itinéraire", href: "https://maps.google.com/?q=204+Rue+Sainte-Catherine,+33000+Bordeaux,+France" }, ]} buttonAnimation="blur-reveal" @@ -224,7 +224,7 @@ export default function LandingPage() { }, { title: "Contact", items: [ - { label: "Téléphone: 05 56 72 79 35", href: "tel:+33556727935" }, + { label: "Téléphone: 05 56 72 79 35", href: "tel:05567279353" }, { label: "Adresse: 204 Rue Sainte-Catherine, 33000 Bordeaux", href: "https://maps.google.com/?q=204+Rue+Sainte-Catherine,+33000+Bordeaux,+France" }, { label: "Facebook", href: "https://facebook.com" }, ],