From 56aca96363504daff2f69339711fe55d8c10f620 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 06:54:56 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 329305f..8925b7e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/seaocean-flying-birds-maldives-beautiful_505751-5722.jpg", imageAlt: "Luxury beach resort in Maldives"}, + imageSrc: "http://img.b2bpic.net/free-photo/seaocean-flying-birds-maldives-beautiful_505751-5722.jpg?_wi=1", imageAlt: "Luxury beach resort in Maldives"}, { imageSrc: "http://img.b2bpic.net/free-photo/people-relaxing-their-wooden-home_23-2151335826.jpg", imageAlt: "Alpine mountain landscape"}, { @@ -86,7 +86,7 @@ export default function LandingPage() { tagAnimation="slide-up" features={[ { - title: "Maldives Private Island", description: "Experience overwater luxury villas, pristine white-sand beaches, and world-class diving in the Indian Ocean's most exclusive resort.", imageSrc: "http://img.b2bpic.net/free-photo/seaocean-flying-birds-maldives-beautiful_505751-5722.jpg", button: { text: "Discover", href: "#" }, + title: "Maldives Private Island", description: "Experience overwater luxury villas, pristine white-sand beaches, and world-class diving in the Indian Ocean's most exclusive resort.", imageSrc: "http://img.b2bpic.net/free-photo/seaocean-flying-birds-maldives-beautiful_505751-5722.jpg?_wi=2", button: { text: "Discover", href: "#" }, }, { title: "Swiss Alps Chalets", description: "Alpine elegance meets modern comfort in exclusive mountain chalets featuring panoramic views, gourmet dining, and bespoke activities.", imageSrc: "http://img.b2bpic.net/free-photo/house-snowy-mountains_23-2147803875.jpg", button: { text: "Discover", href: "#" }, @@ -95,7 +95,7 @@ export default function LandingPage() { title: "Tuscany Countryside", description: "Explore Italy's rolling hills, award-winning vineyards, and medieval villages from luxury estates offering authentic culinary experiences.", imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-field-hills-sunlight_181624-42292.jpg", button: { text: "Discover", href: "#" }, }, { - title: "Bora Bora Overwater", description: "Tropical paradise with crystal-clear lagoons, vibrant coral reefs, and luxury bungalows offering unparalleled seclusion and beauty.", imageSrc: "http://img.b2bpic.net/free-photo/seaocean-flying-birds-maldives-beautiful_505751-5722.jpg", button: { text: "Discover", href: "#" }, + title: "Bora Bora Overwater", description: "Tropical paradise with crystal-clear lagoons, vibrant coral reefs, and luxury bungalows offering unparalleled seclusion and beauty.", imageSrc: "http://img.b2bpic.net/free-photo/seaocean-flying-birds-maldives-beautiful_505751-5722.jpg?_wi=3", button: { text: "Discover", href: "#" }, }, ]} gridVariant="two-columns-alternating-heights" -- 2.49.1