From aa8291658e4b597cf3d303e9cf16ece89cfd23c1 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 10 Apr 2026 16:39:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a4c18c1..9c81a31 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,53 +63,53 @@ export default function LandingPage() { description="Mino Salon brings expert artistry and personalized wellness to every visit. Book your transformation today with our curated beauty specialists." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-barber-wearing-uniform-doing-haircut-his-young-client_141793-117966.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-barber-wearing-uniform-doing-haircut-his-young-client_141793-117966.jpg?_wi=1", imageAlt: "Luxurious salon interior", }, { - imageSrc: "http://img.b2bpic.net/free-photo/artist-creating-alternative-bedroom-pop-music_23-2149736732.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/artist-creating-alternative-bedroom-pop-music_23-2149736732.jpg?_wi=1", imageAlt: "Serene spa treatment", }, { - imageSrc: "http://img.b2bpic.net/free-photo/monochrome-beauty-product-skincare_23-2151307326.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/monochrome-beauty-product-skincare_23-2151307326.jpg?_wi=1", imageAlt: "Hair care products", }, { - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-looking-photo-tape-red-background-high-quality-photo_114579-60934.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-looking-photo-tape-red-background-high-quality-photo_114579-60934.jpg?_wi=1", imageAlt: "Artistic styling", }, { - imageSrc: "http://img.b2bpic.net/free-photo/creative-mirror-background-with-young-woman_23-2149704359.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/creative-mirror-background-with-young-woman_23-2149704359.jpg?_wi=1", imageAlt: "Relaxed client", }, { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-facial-mask_23-2148879305.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-facial-mask_23-2148879305.jpg?_wi=1", imageAlt: "Wellness facial", }, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-facial-mask_23-2148879305.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-facial-mask_23-2148879305.jpg?_wi=2", imageAlt: "Wellness facial", }, { - imageSrc: "http://img.b2bpic.net/free-photo/creative-mirror-background-with-young-woman_23-2149704359.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/creative-mirror-background-with-young-woman_23-2149704359.jpg?_wi=2", imageAlt: "Relaxed client", }, { - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-looking-photo-tape-red-background-high-quality-photo_114579-60934.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-looking-photo-tape-red-background-high-quality-photo_114579-60934.jpg?_wi=2", imageAlt: "Artistic styling", }, { - imageSrc: "http://img.b2bpic.net/free-photo/monochrome-beauty-product-skincare_23-2151307326.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/monochrome-beauty-product-skincare_23-2151307326.jpg?_wi=2", imageAlt: "Hair care products", }, { - imageSrc: "http://img.b2bpic.net/free-photo/artist-creating-alternative-bedroom-pop-music_23-2149736732.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/artist-creating-alternative-bedroom-pop-music_23-2149736732.jpg?_wi=2", imageAlt: "Serene spa treatment", }, { - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-barber-wearing-uniform-doing-haircut-his-young-client_141793-117966.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-barber-wearing-uniform-doing-haircut-his-young-client_141793-117966.jpg?_wi=2", imageAlt: "Luxurious salon interior", }, ]} @@ -202,19 +202,19 @@ export default function LandingPage() { { title: "Precision Hair Styling", description: "Bespoke cuts and color treatments that enhance your natural elegance.", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-barber-wearing-uniform-doing-haircut-his-young-client_141793-117966.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-handsome-barber-wearing-uniform-doing-haircut-his-young-client_141793-117966.jpg?_wi=3", imageAlt: "Hair styling", }, { title: "Holistic Spa Wellness", description: "Rejuvenating skin treatments that restore your natural, radiant glow.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-facial-mask_23-2148879305.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-facial-mask_23-2148879305.jpg?_wi=3", imageAlt: "Wellness", }, { title: "Exclusive Salon Packages", description: "Curated full-day experiences for ultimate relaxation and transformation.", - imageSrc: "http://img.b2bpic.net/free-photo/artist-creating-alternative-bedroom-pop-music_23-2149736732.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/artist-creating-alternative-bedroom-pop-music_23-2149736732.jpg?_wi=3", imageAlt: "Packages", }, ]} -- 2.49.1