From 6bc4421baf9cceddd70d57ec6b51ec5efac86aff Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 19:44:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c2a601a..d3d6545 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function LandingPage() { description="Révélez votre beauté dès aujourd'hui. Services capillaires professionnels dans un salon chaleureux à Lévis." buttons={[ { text: "Prendre rendez-vous", href: "#contact" }, - { text: "Appelez maintenant", href: "tel:+14185550199" }, + { text: "Appelez maintenant", href: "tel:+14184782959" }, ]} slides={[ { imageSrc: "http://img.b2bpic.net/free-photo/lodge-wintertime-with-ski-gear_482257-76632.jpg", imageAlt: "Intérieur du salon accueillant" }, @@ -133,7 +133,7 @@ export default function LandingPage() { metrics={[ { id: "m1", icon: MapPin, title: "Adresse", value: "Lévis, QC" }, { id: "m2", icon: Clock, title: "Heures", value: "Mar-Sam 9h-17h" }, - { id: "m3", icon: Phone, title: "Téléphone", value: "(418) 555-0199" }, + { id: "m3", icon: Phone, title: "Téléphone", value: "418-478-2959" }, ]} title="Visitez-nous" description="Situé à Lévis, au Québec. Nous avons hâte de vous accueillir." @@ -157,7 +157,7 @@ export default function LandingPage() {