From 280113542bf9443019b756f50c12489ce4f32198 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 20:40:34 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d9da88f..9315f77 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,16 +53,16 @@ export default function BarberHousePage() { imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-chair-hairdresser-with-client-guy-drinkig-whiskey_1157-43584.jpg", imageAlt: "Intérieur premium barbershop Barber House" }, { - imageSrc: "http://img.b2bpic.net/free-photo/empty-seasonal-mountain-ski-resort_482257-91320.jpg", imageAlt: "Chaises de barbier style professionnel" + imageSrc: "http://img.b2bpic.net/free-photo/empty-seasonal-mountain-ski-resort_482257-91320.jpg?_wi=1", imageAlt: "Chaises de barbier style professionnel" }, { - imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon_613910-5075.jpg", imageAlt: "Coupe de cheveux expert barbershop" + imageSrc: "http://img.b2bpic.net/free-photo/professional-barber-working-with-client-hairdressing-salon_613910-5075.jpg?_wi=1", imageAlt: "Coupe de cheveux expert barbershop" }, { - imageSrc: "http://img.b2bpic.net/free-photo/attentive-barber-shaving-beard-client-barber-shop_23-2148181974.jpg", imageAlt: "Toilettage barbe professionnel" + imageSrc: "http://img.b2bpic.net/free-photo/attentive-barber-shaving-beard-client-barber-shop_23-2148181974.jpg?_wi=1", imageAlt: "Toilettage barbe professionnel" }, { - imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-red-shirt-looking-camera_23-2148298310.jpg", imageAlt: "Équipe expérimentée Barber House" + imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-red-shirt-looking-camera_23-2148298310.jpg?_wi=1", imageAlt: "Équipe expérimentée Barber House" } ]} /> @@ -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", 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?_wi=2", 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", 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?_wi=2", 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", 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?_wi=2", 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", 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?_wi=2", imageAlt: "Service barbe expertise" } ]} textboxLayout="default" -- 2.49.1