From 8668702486dc73e549728b7a99ab03de97ae8ada Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 5 Apr 2026 11:59:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d7df955..598e5dc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,17 +70,17 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/regretted-young-beautiful-female-barber-uniform-speaks-phone-isolated-green-background_141793-118626.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/regretted-young-beautiful-female-barber-uniform-speaks-phone-isolated-green-background_141793-118626.jpg?_wi=1", imageAlt: "Salon Interior", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/crop-hairstylist-washing-hair-with-shampoo_23-2147769795.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/crop-hairstylist-washing-hair-with-shampoo_23-2147769795.jpg?_wi=1", imageAlt: "Styling", }, { id: "3", - imageSrc: "http://img.b2bpic.net/free-photo/woman-washing-head-hairsalon_1157-27180.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-washing-head-hairsalon_1157-27180.jpg?_wi=1", imageAlt: "Relaxing", }, { @@ -125,13 +125,13 @@ export default function LandingPage() { icon: Scissors, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/barber-woman-customer-towels_23-2147737015.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/barber-woman-customer-towels_23-2147737015.jpg?_wi=1", }, { - imageSrc: "http://img.b2bpic.net/free-photo/barber-woman-customer-towels_23-2147737015.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/barber-woman-customer-towels_23-2147737015.jpg?_wi=2", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/regretted-young-beautiful-female-barber-uniform-speaks-phone-isolated-green-background_141793-118626.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/regretted-young-beautiful-female-barber-uniform-speaks-phone-isolated-green-background_141793-118626.jpg?_wi=2", imageAlt: "elegant salon interior modern hair", }, { @@ -140,13 +140,13 @@ export default function LandingPage() { icon: Palette, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/crop-hairstylist-washing-hair-with-shampoo_23-2147769795.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/crop-hairstylist-washing-hair-with-shampoo_23-2147769795.jpg?_wi=2", }, { - imageSrc: "http://img.b2bpic.net/free-photo/crop-hairstylist-washing-hair-with-shampoo_23-2147769795.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/crop-hairstylist-washing-hair-with-shampoo_23-2147769795.jpg?_wi=3", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/crop-hairstylist-washing-hair-with-shampoo_23-2147769795.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/crop-hairstylist-washing-hair-with-shampoo_23-2147769795.jpg?_wi=4", imageAlt: "hairdresser styling client beautiful hair", }, { @@ -155,13 +155,13 @@ export default function LandingPage() { icon: Sparkles, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/crop-hairdresser-applying-spray-hair_23-2147769861.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/crop-hairdresser-applying-spray-hair_23-2147769861.jpg?_wi=1", }, { - imageSrc: "http://img.b2bpic.net/free-photo/crop-hairdresser-applying-spray-hair_23-2147769861.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/crop-hairdresser-applying-spray-hair_23-2147769861.jpg?_wi=2", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/woman-washing-head-hairsalon_1157-27180.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-washing-head-hairsalon_1157-27180.jpg?_wi=2", imageAlt: "woman getting hair washed in salon", }, ]} -- 2.49.1