diff --git a/src/app/page.tsx b/src/app/page.tsx index c2dd9f2..1bbc8c6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -121,28 +121,28 @@ export default function LandingPage() { { id: 1, title: "Wellness Retreats", description: "Rejuvenate at world-renowned spas and wellness centers with personalized treatments and holistic experiences.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/bed-pool_1203-2562.jpg", imageAlt: "Luxury spa treatment" + imageSrc: "http://img.b2bpic.net/free-photo/bed-pool_1203-2562.jpg?_wi=1", imageAlt: "Luxury spa treatment" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/bed-pool_1203-2562.jpg", imageAlt: "Spa wellness experience" + imageSrc: "http://img.b2bpic.net/free-photo/bed-pool_1203-2562.jpg?_wi=2", imageAlt: "Spa wellness experience" } }, { id: 2, title: "Culinary Journeys", description: "Savor world-class cuisine with private dining experiences and exclusive access to renowned chefs.", phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598347.jpg", imageAlt: "Fine dining experience" + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598347.jpg?_wi=1", imageAlt: "Fine dining experience" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598347.jpg", imageAlt: "Gourmet meal preparation" + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-having-lunch-luxury-restaurant_23-2150598347.jpg?_wi=2", imageAlt: "Gourmet meal preparation" } }, { id: 3, title: "Private Transportation", description: "Travel in luxury with private yachts, helicopters, and exclusive ground transportation services.", phoneOne: { - 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-6393.jpg", imageAlt: "Luxury yacht charter" + 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-6393.jpg?_wi=1", imageAlt: "Luxury yacht charter" }, phoneTwo: { - 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-6393.jpg", imageAlt: "Private boat experience" + 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-6393.jpg?_wi=2", imageAlt: "Private boat experience" } } ]}