From 62b1b20d45261499bec2eafd473b4a1bee894432 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 17:16:08 +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 53f2c43..71459bc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,7 +59,7 @@ export default function LandingPage() { handle: "@lucas", testimonial: "Excellent barber, toujours précis et professionnel.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-barbershop_23-2147778765.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-barbershop_23-2147778765.jpg?_wi=1", imageAlt: "barber shop interior dark style", }, { @@ -91,7 +91,7 @@ export default function LandingPage() { handle: "@sophie", testimonial: "Parfait pour mon mari, travail impeccable.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/world-theatre-day-celebration_23-2151185640.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/world-theatre-day-celebration_23-2151185640.jpg?_wi=1", imageAlt: "barber shop background dark", }, ]} @@ -105,7 +105,7 @@ export default function LandingPage() { href: "#services", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/man-barbershop_23-2147778765.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-barbershop_23-2147778765.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/man-barbershop_23-2147778765.jpg", @@ -263,7 +263,7 @@ export default function LandingPage() { required: true, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/world-theatre-day-celebration_23-2151185640.jpg" + imageSrc="http://img.b2bpic.net/free-photo/world-theatre-day-celebration_23-2151185640.jpg?_wi=2" /> -- 2.49.1