From 889092d186144b820371fae1bac9072ce88d390a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 03:28:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7fbe208..97b4dd4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" -- 2.49.1