From e8a5594b88af08f0a4909c2cdab80b93455bf081 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 02:15:37 +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 41f705a..60e19f7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,53 +58,53 @@ export default function LandingPage() { description="At Cruise Planners, we curate personalized, stress-free voyages that create memories for a lifetime. Explore the world's most beautiful oceans with expert guidance." leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-ballerina-dancing-posing-outside_176420-1341.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-ballerina-dancing-posing-outside_176420-1341.jpg?_wi=1", imageAlt: "Luxury cruise ship in the ocean", }, { - imageSrc: "http://img.b2bpic.net/free-photo/girlfriends-holding-mobile-phone_23-2147850524.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/girlfriends-holding-mobile-phone_23-2147850524.jpg?_wi=1", imageAlt: "Relaxing on cruise ship deck", }, { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-photo-sea-waves_58702-11199.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-photo-sea-waves_58702-11199.jpg?_wi=1", imageAlt: "Family adventure on cruise ship", }, { - imageSrc: "http://img.b2bpic.net/free-photo/luxury-sexy-attractive-woman-dressed-black-dress-posing-pier-luxury-resort-hotel-wearing-sunglasses-summer-vacation-tropical-beach_285396-6383.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/luxury-sexy-attractive-woman-dressed-black-dress-posing-pier-luxury-resort-hotel-wearing-sunglasses-summer-vacation-tropical-beach_285396-6383.jpg?_wi=1", imageAlt: "Beautiful island destination", }, { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-smartphone_23-2149462127.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-smartphone_23-2149462127.jpg?_wi=1", imageAlt: "Luxury dining on cruise ship", }, { - imageSrc: "http://img.b2bpic.net/free-photo/young-asian-man-holding-his-skateboard_23-2149003823.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-asian-man-holding-his-skateboard_23-2149003823.jpg?_wi=1", imageAlt: "Cruise travel planning expert", }, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/young-asian-man-holding-his-skateboard_23-2149003823.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-asian-man-holding-his-skateboard_23-2149003823.jpg?_wi=2", imageAlt: "Cruise travel planning expert", }, { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-smartphone_23-2149462127.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-smartphone_23-2149462127.jpg?_wi=2", imageAlt: "Luxury dining on cruise ship", }, { - imageSrc: "http://img.b2bpic.net/free-photo/luxury-sexy-attractive-woman-dressed-black-dress-posing-pier-luxury-resort-hotel-wearing-sunglasses-summer-vacation-tropical-beach_285396-6383.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/luxury-sexy-attractive-woman-dressed-black-dress-posing-pier-luxury-resort-hotel-wearing-sunglasses-summer-vacation-tropical-beach_285396-6383.jpg?_wi=2", imageAlt: "Beautiful island destination", }, { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-photo-sea-waves_58702-11199.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-photo-sea-waves_58702-11199.jpg?_wi=2", imageAlt: "Family adventure on cruise ship", }, { - imageSrc: "http://img.b2bpic.net/free-photo/girlfriends-holding-mobile-phone_23-2147850524.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/girlfriends-holding-mobile-phone_23-2147850524.jpg?_wi=2", imageAlt: "Relaxing on cruise ship deck", }, { - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-ballerina-dancing-posing-outside_176420-1341.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-ballerina-dancing-posing-outside_176420-1341.jpg?_wi=2", imageAlt: "Luxury cruise ship in the ocean", }, ]} -- 2.49.1