4 Commits

Author SHA1 Message Date
8f03aca628 Update src/app/page.tsx 2026-03-05 03:30:10 +00:00
1f2d25304c Merge version_2 into main
Merge version_2 into main
2026-03-05 03:28:08 +00:00
889092d186 Update src/app/page.tsx 2026-03-05 03:28:04 +00:00
c05b3a1fe4 Merge version_1 into main
Merge version_1 into main
2026-03-05 03:25:15 +00:00

View File

@@ -46,8 +46,8 @@ export default function LandingPage() {
description="Discover the world's most exclusive destinations, meticulously curated for discerning travelers who demand nothing but the finest experiences."
background={{ variant: "radial-gradient" }}
buttons={[
{ text: "Explore Destinations", href: "#destinations" },
{ text: "Contact Our Experts", href: "#contact" },
{ text: "Start Your Luxury Journey", href: "#destinations" },
]}
buttonAnimation="slide-up"
layoutOrder="default"
@@ -79,11 +79,11 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "maldives", name: "Maldives Private Island Resort", price: "Custom Quote", variant: "7 nights • All-inclusive • Private Butler Service", imageSrc: "http://img.b2bpic.net/free-photo/wooden-jetty-luxury-resort-maldives_505751-5521.jpg", imageAlt: "Maldives luxury overwater bungalows with crystal clear waters"},
id: "maldives", name: "Maldives Private Island Resort", price: "From $8,500+", variant: "7 nights • All-inclusive • Private Butler Service", imageSrc: "http://img.b2bpic.net/free-photo/wooden-jetty-luxury-resort-maldives_505751-5521.jpg", imageAlt: "Maldives luxury overwater bungalows with crystal clear waters"},
{
id: "bali", name: "Bali Luxury Retreat & Wellness", price: "Custom Quote", variant: "10 nights • Spa & Yoga • Cultural Immersion", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-rice-terraces-bali-indonesia_181624-43491.jpg", imageAlt: "Bali temple landscape and luxury accommodation nestled in tropical setting"},
id: "bali", name: "Bali Luxury Retreat & Wellness", price: "From $6,200+", variant: "10 nights • Spa & Yoga • Cultural Immersion", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-rice-terraces-bali-indonesia_181624-43491.jpg", imageAlt: "Bali temple landscape and luxury accommodation nestled in tropical setting"},
{
id: "switzerland", name: "Swiss Alpine Prestige Escape", price: "Custom Quote", variant: "6 nights • Mountain Views • Michelin-starred Dining", imageSrc: "http://img.b2bpic.net/free-photo/santa-maddalena-dolomites-rangesouth-tyrol_661209-233.jpg", imageAlt: "Switzerland alpine resort with mountain views and luxury amenities"},
id: "switzerland", name: "Swiss Alpine Prestige Escape", price: "From $9,800+", variant: "6 nights • Mountain Views • Michelin-starred Dining", imageSrc: "http://img.b2bpic.net/free-photo/santa-maddalena-dolomites-rangesouth-tyrol_661209-233.jpg", imageAlt: "Switzerland alpine resort with mountain views and luxury amenities"},
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"