From 026e622dd6b83286a8446943ed1e59c8b4b452d2 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 20:43:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 15c2dc1..0837faf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; @@ -47,7 +47,7 @@ export default function BarberHousePage() { buttons={[ { text: "Nous Trouver", href: "location" }, { text: "Voir nos Tarifs", href: "pricing" }, - { text: "Nous Appeler", href: "tel:+41XXXXXXXXXX" } + { text: "Nous Appeler", href: "tel:+41 79 598 30 33" } ]} mediaItems={[ { @@ -101,7 +101,7 @@ export default function BarberHousePage() { { id: "1", price: "25 CHF", name: "Coupe Adulte", buttons: [ { text: "Prendre Rendez-vous", href: "location" }, - { text: "Nous Appeler", href: "tel:+41XXXXXXXXXX" } + { text: "Nous Appeler", href: "tel:+41 79 598 30 33" } ], features: [ "Dégradé précis", "Finitions soignées", "Consultation gratuite", "Sans attente excessive" @@ -111,7 +111,7 @@ export default function BarberHousePage() { id: "2", price: "20 CHF", name: "Coupe Étudiant", badge: "Tarif Réduit", badgeIcon: Sparkles, buttons: [ { text: "Prendre Rendez-vous", href: "location" }, - { text: "Nous Appeler", href: "tel:+41XXXXXXXXXX" } + { text: "Nous Appeler", href: "tel:+41 79 598 30 33" } ], features: [ "Même qualité que l'adulte", "Tarif spécial étudiant", "Dégradé net", "Finitions professionnelles" @@ -120,7 +120,7 @@ export default function BarberHousePage() { { id: "3", price: "À Convenir", name: "Toilettage Barbe", buttons: [ { text: "Nous Contacter", href: "location" }, - { text: "Plus d'Info", href: "tel:+41XXXXXXXXXX" } + { text: "Nous Appeler", href: "tel:+41 79 598 30 33" } ], features: [ "Modelage expert", "Coupe barbe précise", "Consultation incluse", "Tarif personnalisé" @@ -202,4 +202,4 @@ export default function BarberHousePage() { ); -} +} \ No newline at end of file -- 2.49.1