Merge version_2 into main #4
1426
src/app/layout.tsx
1426
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -165,6 +165,16 @@ export default function LandingPage() {
|
||||
tag="Tiered Experiences"
|
||||
tagIcon={Layers}
|
||||
plans={[
|
||||
{
|
||||
id: "elite", price: "From $12,000/day", name: "Elite", badge: "Luxury Premium", badgeIcon: Crown,
|
||||
buttons: [
|
||||
{ text: "Select Elite", href: "contact" },
|
||||
{ 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"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "essential", price: "From $3,500/day", name: "Essential", badge: "Great Value", badgeIcon: Star,
|
||||
buttons: [
|
||||
@@ -184,16 +194,6 @@ export default function LandingPage() {
|
||||
features: [
|
||||
"Premium Mercedes Vito or Land Cruiser", "Expert multilingual guide + driver", "Fully customizable itinerary", "5-star riads & boutique resorts", "Private culinary experiences", "Sunset desert camps & exclusive access", "Priority restaurant reservations"
|
||||
]
|
||||
},
|
||||
{
|
||||
id: "elite", price: "From $12,000/day", name: "Elite", badge: "Luxury Premium", badgeIcon: Crown,
|
||||
buttons: [
|
||||
{ text: "Select Elite", href: "contact" },
|
||||
{ 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"
|
||||
]
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
@@ -201,6 +201,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
tagAnimation="slide-up"
|
||||
buttonAnimation="slide-up"
|
||||
cardClassName="elite-card-emphasis"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user