From ec212dd1bb80265be33e8725dc98f25f72e59e0f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 18:04:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 51015db..b64db1b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,27 +75,27 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/wedding-couple-beautiful-couple-bride-groom-against-white-castle_8353-5884.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wedding-couple-beautiful-couple-bride-groom-against-white-castle_8353-5884.jpg?_wi=1", imageAlt: "Luxury Poolside", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/elegant-bed_181624-5566.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/elegant-bed_181624-5566.jpg?_wi=1", imageAlt: "Suite Bedroom", }, { id: "3", - imageSrc: "http://img.b2bpic.net/free-photo/hotel-balcony-with-tables-chairs-overlooking-surrounding-alps-lakes-cloudy-day_181624-21210.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hotel-balcony-with-tables-chairs-overlooking-surrounding-alps-lakes-cloudy-day_181624-21210.jpg?_wi=1", imageAlt: "Terrace View", }, { id: "4", - imageSrc: "http://img.b2bpic.net/free-photo/bar-cafeteria-family-restaurant-interior-shooting_114579-1119.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bar-cafeteria-family-restaurant-interior-shooting_114579-1119.jpg?_wi=1", imageAlt: "Dining Area", }, { id: "5", - imageSrc: "http://img.b2bpic.net/free-photo/outdoor-swimming-pool-with-umbrella-chair-lounge-around-there-leisure-travel_74190-7880.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/outdoor-swimming-pool-with-umbrella-chair-lounge-around-there-leisure-travel_74190-7880.jpg?_wi=1", imageAlt: "Outdoor Pool", }, { @@ -253,7 +253,7 @@ export default function LandingPage() { quote: "The proximity to Lake Victoria was perfect for our trip.", tag: "Couples", avatarSrc: "http://img.b2bpic.net/free-photo/young-adults-travelling-winter-time_23-2149211162.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/wedding-couple-beautiful-couple-bride-groom-against-white-castle_8353-5884.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wedding-couple-beautiful-couple-bride-groom-against-white-castle_8353-5884.jpg?_wi=2", imageAlt: "happy couple hotel lobby", }, { @@ -264,7 +264,7 @@ export default function LandingPage() { quote: "Staff were incredibly friendly and accommodating.", tag: "Business", avatarSrc: "http://img.b2bpic.net/free-photo/couple-having-dinner-restaurant_23-2148018820.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/elegant-bed_181624-5566.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/elegant-bed_181624-5566.jpg?_wi=2", imageAlt: "happy couple hotel lobby", }, { @@ -275,7 +275,7 @@ export default function LandingPage() { quote: "Enjoyed the relaxation spaces and fresh pastries.", tag: "Family", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-woman-taking-photograph-her-female-friend-posing-outside_23-2148027162.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/hotel-balcony-with-tables-chairs-overlooking-surrounding-alps-lakes-cloudy-day_181624-21210.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/hotel-balcony-with-tables-chairs-overlooking-surrounding-alps-lakes-cloudy-day_181624-21210.jpg?_wi=2", imageAlt: "happy couple hotel lobby", }, { @@ -286,7 +286,7 @@ export default function LandingPage() { quote: "Clean, comfortable and very safe feeling.", tag: "Traveler", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-young-woman-holding-orange-juice-cafe-with-man-background_1170-551.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/bar-cafeteria-family-restaurant-interior-shooting_114579-1119.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bar-cafeteria-family-restaurant-interior-shooting_114579-1119.jpg?_wi=2", imageAlt: "happy couple hotel lobby", }, { @@ -297,7 +297,7 @@ export default function LandingPage() { quote: "Loved the swimming pool atmosphere.", tag: "Family", avatarSrc: "http://img.b2bpic.net/free-photo/happy-couple-standing-balcony-having-some-romantic-time-together_181624-33239.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/outdoor-swimming-pool-with-umbrella-chair-lounge-around-there-leisure-travel_74190-7880.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/outdoor-swimming-pool-with-umbrella-chair-lounge-around-there-leisure-travel_74190-7880.jpg?_wi=2", imageAlt: "happy couple hotel lobby", }, ]} -- 2.49.1