From 42133426de11e3e84512675467371b52d829bbcf Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 02:16:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6d71245..9d776b0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function LandingPage() { tag="Tropical Escape" tagIcon={MapPin} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/resort-landscape-coconut-vacation-destinations_1253-342.jpg" + imageSrc="http://img.b2bpic.net/free-photo/resort-landscape-coconut-vacation-destinations_1253-342.jpg?_wi=1" imageAlt="Maldivian turquoise waters and white sand beach at sunset" mediaAnimation="blur-reveal" buttons={[ @@ -122,7 +122,7 @@ export default function LandingPage() { id: "sunset", name: "Sunset Cruise", price: "$75", variant: "Evening departure", imageSrc: "http://img.b2bpic.net/free-photo/aerial-wide-shot-beach-with-trees-sea-maldives-sunset_181624-3983.jpg", imageAlt: "Sunset cruise experience" }, { - id: "packages", name: "Custom Travel Package", price: "From $500", variant: "Personalized itinerary", imageSrc: "http://img.b2bpic.net/free-photo/resort-landscape-coconut-vacation-destinations_1253-342.jpg", imageAlt: "Customized travel package" + id: "packages", name: "Custom Travel Package", price: "From $500", variant: "Personalized itinerary", imageSrc: "http://img.b2bpic.net/free-photo/resort-landscape-coconut-vacation-destinations_1253-342.jpg?_wi=2", imageAlt: "Customized travel package" } ]} /> -- 2.49.1