From bac79ad0fb2d768db98b81f0089b8667cfc09aef Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 8 Jun 2026 18:57:25 +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 719bd98..4d8856e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -80,17 +80,17 @@ export default function LandingPage() { carouselItems={[ { id: "carousel-1", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-relaxing-while-beautician-wrapping-towel-woman-s-head-spa_23-2147939880.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-relaxing-while-beautician-wrapping-towel-woman-s-head-spa_23-2147939880.jpg?_wi=1", imageAlt: "Luxurious salon interior", }, { id: "carousel-2", - imageSrc: "http://img.b2bpic.net/free-photo/professional-girl-hairdresser-makes-client-haircut-girl-is-sitting-mask-beauty-salon_343596-4436.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/professional-girl-hairdresser-makes-client-haircut-girl-is-sitting-mask-beauty-salon_343596-4436.jpg?_wi=1", imageAlt: "Hair stylist working on client", }, { id: "carousel-3", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-patient-having-face-mask_23-2148815307.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-patient-having-face-mask_23-2148815307.jpg?_wi=1", imageAlt: "Woman getting facial treatment", }, { @@ -156,7 +156,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/front-view-baber-shop-chiar_23-2148506337.jpg", imageAlt: "Hair Coloring", }, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-relaxing-while-beautician-wrapping-towel-woman-s-head-spa_23-2147939880.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-relaxing-while-beautician-wrapping-towel-woman-s-head-spa_23-2147939880.jpg?_wi=2", imageAlt: "hair stylist cutting client's hair", }, { @@ -170,7 +170,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/girl-receiving-facial-treatment-beauty-salon_23-2148194206.jpg", imageAlt: "Skin consultation", }, - imageSrc: "http://img.b2bpic.net/free-photo/professional-girl-hairdresser-makes-client-haircut-girl-is-sitting-mask-beauty-salon_343596-4436.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/professional-girl-hairdresser-makes-client-haircut-girl-is-sitting-mask-beauty-salon_343596-4436.jpg?_wi=2", imageAlt: "hair stylist cutting client's hair", }, { @@ -184,7 +184,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/girls-polishing-their-nails_1122-532.jpg", imageAlt: "Pedicure", }, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-patient-having-face-mask_23-2148815307.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-patient-having-face-mask_23-2148815307.jpg?_wi=2", imageAlt: "hair stylist cutting client's hair", }, ]} -- 2.49.1