From b5c4c74d6569dda303c398d71f0db710958de49f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 15:20:24 +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 9411639..98599f1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,11 +61,11 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-barber-shop_23-2149141768.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-barber-shop_23-2149141768.jpg?_wi=1", imageAlt: "Barbershop interior", }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-with-glass-liquor-barbershop_23-2147737089.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-with-glass-liquor-barbershop_23-2147737089.jpg?_wi=1", imageAlt: "Barbershop interior", }, { @@ -137,7 +137,7 @@ export default function LandingPage() { name: "Sharp Fade", price: "Groomed", variant: "Hair", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-male-self-care-setting-still-life_23-2150326537.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-male-self-care-setting-still-life_23-2150326537.jpg?_wi=1", }, { id: "2", @@ -193,7 +193,7 @@ export default function LandingPage() { quote: "Best haircut in Durbanville, hands down.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/closeup-portrait-elegantly-dressed-young-man-with-stylish-beard-hair-holding-hand-chin-looking-camera-studio-photo-against-dark-wall-background_613910-20287.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-barber-shop_23-2149141768.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-barber-shop_23-2149141768.jpg?_wi=2", imageAlt: "confident man groomed beard portrait", }, { @@ -226,7 +226,7 @@ export default function LandingPage() { quote: "Top tier service from Renaldo and the team.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-young-guy-with-coat_23-2148248487.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-male-self-care-setting-still-life_23-2150326537.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-male-self-care-setting-still-life_23-2150326537.jpg?_wi=2", imageAlt: "confident man groomed beard portrait", }, { @@ -237,7 +237,7 @@ export default function LandingPage() { quote: "The shop atmosphere is perfect.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/adult-barber-uniform-laughing-hair-salon_23-2148181964.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/man-with-glass-liquor-barbershop_23-2147737089.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-with-glass-liquor-barbershop_23-2147737089.jpg?_wi=2", imageAlt: "confident man groomed beard portrait", }, ]} -- 2.49.1