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" } ]} />