Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-15 15:28:46 +00:00

View File

@@ -52,10 +52,10 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/house-landscape-pool-relaxation-garden_1203-4900.jpg", imageAlt: "Luxury tropical beach destination"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-summer-tourism-travel-holiday_1203-4476.jpg?_wi=1", imageAlt: "Maldives luxury resort overwater bungalow"
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-summer-tourism-travel-holiday_1203-4476.jpg", imageAlt: "Maldives luxury resort overwater bungalow"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-luxury-hotel_641386-198.jpg?_wi=1", imageAlt: "Paris eiffel tower luxury boutique hotel"
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-luxury-hotel_641386-198.jpg", imageAlt: "Paris eiffel tower luxury boutique hotel"
}
]}
buttons={[
@@ -74,7 +74,7 @@ export default function LandingPage() {
{ type: "text", content: "Curating Unforgettable Experiences Since 2010" }
]}
useInvertedBackground={true}
buttonAnimation="entrance-slide"
buttonAnimation="slide-up"
buttons={[
{ text: "Learn More", href: "#services" }
]}
@@ -92,13 +92,13 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Maldives", description: "Overwater villas surrounded by pristine turquoise waters, world-class diving, and sunset dining on private decks.", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-summer-tourism-travel-holiday_1203-4476.jpg?_wi=2", imageAlt: "Maldives luxury resort", button: { text: "Explore" }
title: "Maldives", description: "Overwater villas surrounded by pristine turquoise waters, world-class diving, and sunset dining on private decks.", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-summer-tourism-travel-holiday_1203-4476.jpg", imageAlt: "Maldives luxury resort", button: { text: "Explore" }
},
{
title: "Paris", description: "Timeless elegance meets modern luxury in the City of Light. Exclusive boutique hotels, Michelin-starred cuisine, and curated cultural experiences.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-luxury-hotel_641386-198.jpg?_wi=2", imageAlt: "Paris luxury experience", button: { text: "Explore" }
title: "Paris", description: "Timeless elegance meets modern luxury in the City of Light. Exclusive boutique hotels, Michelin-starred cuisine, and curated cultural experiences.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-luxury-hotel_641386-198.jpg", imageAlt: "Paris luxury experience", button: { text: "Explore" }
},
{
title: "Bali", description: "Tropical paradise with luxurious resort villas, ancient temples, rejuvenating spa experiences, and breathtaking rice terraces.", imageSrc: "http://img.b2bpic.net/free-photo/large-pool-with-umbrellas-hammocks_1203-182.jpg?_wi=1", imageAlt: "Bali luxury resort", button: { text: "Explore" }
title: "Bali", description: "Tropical paradise with luxurious resort villas, ancient temples, rejuvenating spa experiences, and breathtaking rice terraces.", imageSrc: "http://img.b2bpic.net/free-photo/large-pool-with-umbrellas-hammocks_1203-182.jpg", imageAlt: "Bali luxury resort", button: { text: "Explore" }
}
]}
ariaLabel="Featured luxury travel destinations"
@@ -129,7 +129,7 @@ export default function LandingPage() {
imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-orange-tablet_1157-2103.jpg", imageAlt: "luxury concierge service premium client care"
},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-summer-tourism-travel-holiday_1203-4476.jpg?_wi=3", imageAlt: "maldives luxury resort"
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-summer-tourism-travel-holiday_1203-4476.jpg", imageAlt: "maldives luxury resort"
}
}
]}
@@ -186,7 +186,7 @@ export default function LandingPage() {
description="Reach out to our luxury travel consultants to begin crafting your perfect escape."
useInvertedBackground={false}
mediaAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/large-pool-with-umbrellas-hammocks_1203-182.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/large-pool-with-umbrellas-hammocks_1203-182.jpg"
imageAlt="Luxury Bali resort"
inputs={[
{ name: "fullName", type: "text", placeholder: "Your Name" },