Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-04 02:16:33 +00:00

View File

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