From 51de7a8d8bb1b3468cb6a53446b0b29e2e0d5dac Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 11:30:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 93bfe35..06c240a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,7 +66,7 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - id: "01", title: "Tropical Paradise", description: "Escape to pristine islands with crystal-clear waters, white sand beaches, and world-class resorts nestled in tropical beauty.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-water-villas-tropical-maldives-island-sunrise-time_1232-4482.jpg?_wi=1", imageAlt: "Tropical island luxury resort destination" + id: "01", title: "Tropical Paradise", description: "Escape to pristine islands with crystal-clear waters, white sand beaches, and world-class resorts nestled in tropical beauty.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-water-villas-tropical-maldives-island-sunrise-time_1232-4482.jpg", imageAlt: "Tropical island luxury resort destination" }, { id: "02", title: "Alpine Retreats", description: "Experience mountain luxury in exclusive lodges with panoramic vistas, fine dining, and access to premier outdoor adventures.", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-beautiful-lake-tahoe-captured-snowy-sunset-california-usa_181624-31694.jpg", imageAlt: "Mountain luxury lodge with scenic views" @@ -75,7 +75,6 @@ export default function LandingPage() { id: "03", title: "Urban Elegance", description: "Immerse yourself in world's most iconic cities with luxury accommodations, cultural treasures, and Michelin-starred dining.", imageSrc: "http://img.b2bpic.net/free-photo/luxury-swimming-pool-beach_657883-734.jpg", imageAlt: "Luxury city travel destination" } ]} - gridVariant="three-columns-all-equal-width" carouselMode="buttons" /> @@ -114,7 +113,7 @@ export default function LandingPage() { description="Founded in 1995" subdescription="Luxury Travel Experts" icon={Award} - imageSrc="http://img.b2bpic.net/free-photo/beautiful-water-villas-tropical-maldives-island-sunrise-time_1232-4482.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-water-villas-tropical-maldives-island-sunrise-time_1232-4482.jpg" imageAlt="Luxury travel expertise and experience" mediaAnimation="slide-up" useInvertedBackground={false} @@ -173,7 +172,6 @@ export default function LandingPage() { { id: "3", icon: Star, title: "Avg. Rating", value: "4.9/5" }, { id: "4", icon: Award, title: "Awards Won", value: "45+" } ]} - gridVariant="four-items-2x2-equal-grid" carouselMode="buttons" /> -- 2.49.1