Merge version_3 into main #5
@@ -1386,4 +1386,4 @@ export default function RootLayout({
|
||||
</body>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -9,7 +9,7 @@ import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
|
||||
import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne';
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import { Compass, Map, Mountain, Building2, Waves, Zap, Home, Crown, Layers, Star, Send, Heart } from 'lucide-react';
|
||||
import { Compass, Map, Mountain, Building2, Waves, Zap, Home, Crown, Layers, Star, Send, Heart, Sparkles, TrendingUp, Award, Shield, Gem } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -161,9 +161,9 @@ export default function LandingPage() {
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardThree
|
||||
title="Three Tiers of Private Luxury"
|
||||
description="Choose the experience level that matches your expectations. Each tier includes dedicated driver, private vehicle, and personalized itinerary."
|
||||
tag="Tiered Experiences"
|
||||
tagIcon={Layers}
|
||||
description="Choose the experience level that matches your expectations. Each tier includes dedicated driver, private vehicle, and personalized itinerary. The Elite tier offers white-glove concierge service, ultra-luxury accommodations, and exclusive experiences designed for discerning travelers."
|
||||
tag="Premium Experiences"
|
||||
tagIcon={Gem}
|
||||
plans={[
|
||||
{
|
||||
id: "elite", price: "From $12,000/day", name: "Elite", badge: "Luxury Premium", badgeIcon: Crown,
|
||||
@@ -172,7 +172,7 @@ export default function LandingPage() {
|
||||
{ text: "Speak to Concierge", href: "contact" }
|
||||
],
|
||||
features: [
|
||||
"Private Land Cruiser with premium interior", "Dedicated guide + concierge + driver", "Bespoke itinerary designed just for you", "Ultra-luxury palace & resort stays", "Private chef & sommelier services", "Exclusive desert pavilion & private camps", "VIP experiences & insider connections", "24/7 dedicated concierge support"
|
||||
"Private Mercedes S-Class or Range Rover", "Dedicated multilingual guide + exclusive concierge + professional driver", "100% bespoke itinerary crafted by luxury travel experts", "Ultra-luxury palace suites & private villa stays", "Private Michelin-trained chef & sommelier for curated dining", "Exclusive desert pavilion with private staff & bespoke amenities", "VIP access to private auctions, galleries & exclusive events", "24/7 dedicated concierge & emergency support", "Premium welcome gifts & luxury toiletries in suite", "Private helicopter tours available", "Unlimited modifications to itinerary", "Priority access to all restaurants & experiences"
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -294,4 +294,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user