From d609b129ba5477ba060769321faa0eb6e65eeefe Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 15:29:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 223de61..f501184 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,10 +52,10 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/house-landscape-pool-relaxation-garden_1203-4900.jpg", imageAlt: "Luxury tropical beach destination" }, { - imageSrc: "http://img.b2bpic.net/free-photo/outdoor-summer-tourism-travel-holiday_1203-4476.jpg", imageAlt: "Maldives luxury resort overwater bungalow" + imageSrc: "http://img.b2bpic.net/free-photo/outdoor-summer-tourism-travel-holiday_1203-4476.jpg?_wi=1", imageAlt: "Maldives luxury resort overwater bungalow" }, { - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-luxury-hotel_641386-198.jpg", imageAlt: "Paris eiffel tower luxury boutique hotel" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-luxury-hotel_641386-198.jpg?_wi=1", imageAlt: "Paris eiffel tower luxury boutique hotel" } ]} buttons={[ @@ -92,13 +92,13 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Maldives", description: "Overwater villas surrounded by pristine turquoise waters, world-class diving, and sunset dining on private decks.", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-summer-tourism-travel-holiday_1203-4476.jpg", imageAlt: "Maldives luxury resort", button: { text: "Explore" } + title: "Maldives", description: "Overwater villas surrounded by pristine turquoise waters, world-class diving, and sunset dining on private decks.", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-summer-tourism-travel-holiday_1203-4476.jpg?_wi=2", imageAlt: "Maldives luxury resort", button: { text: "Explore" } }, { - title: "Paris", description: "Timeless elegance meets modern luxury in the City of Light. Exclusive boutique hotels, Michelin-starred cuisine, and curated cultural experiences.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-luxury-hotel_641386-198.jpg", imageAlt: "Paris luxury experience", button: { text: "Explore" } + title: "Paris", description: "Timeless elegance meets modern luxury in the City of Light. Exclusive boutique hotels, Michelin-starred cuisine, and curated cultural experiences.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-luxury-hotel_641386-198.jpg?_wi=2", imageAlt: "Paris luxury experience", button: { text: "Explore" } }, { - title: "Bali", description: "Tropical paradise with luxurious resort villas, ancient temples, rejuvenating spa experiences, and breathtaking rice terraces.", imageSrc: "http://img.b2bpic.net/free-photo/large-pool-with-umbrellas-hammocks_1203-182.jpg", imageAlt: "Bali luxury resort", button: { text: "Explore" } + title: "Bali", description: "Tropical paradise with luxurious resort villas, ancient temples, rejuvenating spa experiences, and breathtaking rice terraces.", imageSrc: "http://img.b2bpic.net/free-photo/large-pool-with-umbrellas-hammocks_1203-182.jpg?_wi=1", imageAlt: "Bali luxury resort", button: { text: "Explore" } } ]} ariaLabel="Featured luxury travel destinations" @@ -129,7 +129,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-orange-tablet_1157-2103.jpg", imageAlt: "luxury concierge service premium client care" }, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/outdoor-summer-tourism-travel-holiday_1203-4476.jpg", imageAlt: "maldives luxury resort" + imageSrc: "http://img.b2bpic.net/free-photo/outdoor-summer-tourism-travel-holiday_1203-4476.jpg?_wi=3", imageAlt: "maldives luxury resort" } } ]} @@ -186,7 +186,7 @@ export default function LandingPage() { description="Reach out to our luxury travel consultants to begin crafting your perfect escape." useInvertedBackground={false} mediaAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/large-pool-with-umbrellas-hammocks_1203-182.jpg" + imageSrc="http://img.b2bpic.net/free-photo/large-pool-with-umbrellas-hammocks_1203-182.jpg?_wi=2" imageAlt="Luxury Bali resort" inputs={[ { name: "fullName", type: "text", placeholder: "Your Name" }, -- 2.49.1