From 47b5f11b26b6a5253009e2da5b53c8d6b8992382 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 15:28:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e2ea349..223de61 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?_wi=1", imageAlt: "Maldives luxury resort overwater bungalow" + 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/portrait-young-woman-luxury-hotel_641386-198.jpg?_wi=1", imageAlt: "Paris eiffel tower luxury boutique hotel" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-luxury-hotel_641386-198.jpg", imageAlt: "Paris eiffel tower luxury boutique hotel" } ]} buttons={[ @@ -74,7 +74,7 @@ export default function LandingPage() { { type: "text", content: "Curating Unforgettable Experiences Since 2010" } ]} useInvertedBackground={true} - buttonAnimation="entrance-slide" + buttonAnimation="slide-up" buttons={[ { text: "Learn More", href: "#services" } ]} @@ -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?_wi=2", 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", 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?_wi=2", 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", 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?_wi=1", 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", 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?_wi=3", imageAlt: "maldives luxury resort" + imageSrc: "http://img.b2bpic.net/free-photo/outdoor-summer-tourism-travel-holiday_1203-4476.jpg", 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?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/large-pool-with-umbrellas-hammocks_1203-182.jpg" imageAlt="Luxury Bali resort" inputs={[ { name: "fullName", type: "text", placeholder: "Your Name" }, -- 2.49.1