From 7d1a6e251a5a73e46ab45ebf4fce3424e2f42f02 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 20:39:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f66c6b4..d9da88f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -42,7 +42,7 @@ export default function BarberHousePage() { @@ -74,16 +74,16 @@ export default function BarberHousePage() { description="Découvrez pourquoi nos clients nous font confiance depuis 5 ans" features={[ { - id: "1", title: "Travail Impeccable", description: "Dégradés nets, finitions soignées. Chaque coupe est une œuvre d'art.", tag: "Qualité", imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon_613910-5075.jpg?_wi=2", imageAlt: "Coupe impeccable barbershop" + id: "1", title: "Travail Impeccable", description: "Dégradés nets, finitions soignées. Chaque coupe est une œuvre d'art.", tag: "Qualité", imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon_613910-5075.jpg", imageAlt: "Coupe impeccable barbershop" }, { - id: "2", title: "Sans Rendez-vous", description: "Prise en charge rapide. Votre confort est notre priorité.", tag: "Praticité", imageSrc: "http://img.b2bpic.net/free-photo/empty-seasonal-mountain-ski-resort_482257-91320.jpg?_wi=2", imageAlt: "Barbershop accueillant" + id: "2", title: "Sans Rendez-vous", description: "Prise en charge rapide. Votre confort est notre priorité.", tag: "Praticité", imageSrc: "http://img.b2bpic.net/free-photo/empty-seasonal-mountain-ski-resort_482257-91320.jpg", imageAlt: "Barbershop accueillant" }, { - id: "3", title: "Prix Honnêtes", description: "Coupe adulte 25 CHF / Coupe étudiant 20 CHF. Qualité sans artifice.", tag: "Transparent", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-red-shirt-looking-camera_23-2148298310.jpg?_wi=2", imageAlt: "Équipe Barber House" + id: "3", title: "Prix Honnêtes", description: "Coupe adulte 25 CHF / Coupe étudiant 20 CHF. Qualité sans artifice.", tag: "Transparent", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-red-shirt-looking-camera_23-2148298310.jpg", imageAlt: "Équipe Barber House" }, { - id: "4", title: "200+ Avis 5 Étoiles", description: "Clients fidèles depuis des années. Le meilleur barbier de Genève.", tag: "Confiance", imageSrc: "http://img.b2bpic.net/free-photo/attentive-barber-shaving-beard-client-barber-shop_23-2148181974.jpg?_wi=2", imageAlt: "Service barbe expertise" + id: "4", title: "200+ Avis 5 Étoiles", description: "Clients fidèles depuis des années. Le meilleur barbier de Genève.", tag: "Confiance", imageSrc: "http://img.b2bpic.net/free-photo/attentive-barber-shaving-beard-client-barber-shop_23-2148181974.jpg", imageAlt: "Service barbe expertise" } ]} textboxLayout="default" -- 2.49.1