Merge version_1 into main #2
@@ -18,8 +18,7 @@ const navItems = [
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Spa & Wellness", href: "/offerings" },
|
||||
{ label: "Fine Dining", href: "/offerings" },
|
||||
{ label: "Adventure", href: "/offerings" },
|
||||
@@ -27,8 +26,7 @@ const footerColumns = [
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Philosophy", href: "/about" },
|
||||
{ label: "Careers", href: "#" },
|
||||
@@ -36,8 +34,7 @@ const footerColumns = [
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "FAQs", href: "/contact" },
|
||||
{ label: "Booking Help", href: "/booking" },
|
||||
@@ -54,7 +51,7 @@ export default function AboutPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="compact"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="floatingGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-radial"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -79,9 +76,10 @@ export default function AboutPage() {
|
||||
{ value: "20+", title: "Years of Expertise" },
|
||||
{ value: "500+", title: "Exclusive Properties" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/closeup-waitress-serving-dessert-guest-cafe_637285-8889.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/closeup-waitress-serving-dessert-guest-cafe_637285-8889.jpg"
|
||||
imageAlt="Luxury concierge service"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -94,25 +92,16 @@ export default function AboutPage() {
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
faqsAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/entrepreneurs-exchange-ideas-work_482257-90714.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/entrepreneurs-exchange-ideas-work_482257-90714.jpg"
|
||||
imageAlt="Luxury booking experience"
|
||||
mediaPosition="right"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How does the booking system work?",
|
||||
content: "Our intuitive booking system guides you through selecting your destination, preferred dates, and service level. Our concierge team will then confirm availability, provide personalized recommendations, and handle all arrangements to ensure a seamless experience.",
|
||||
},
|
||||
id: "1", title: "How does the booking system work?", content: "Our intuitive booking system guides you through selecting your destination, preferred dates, and service level. Our concierge team will then confirm availability, provide personalized recommendations, and handle all arrangements to ensure a seamless experience."},
|
||||
{
|
||||
id: "2",
|
||||
title: "What is included in my membership tier?",
|
||||
content: "Each tier includes access to designated properties, concierge services, and exclusive discounts. Platinum members receive unlimited access to all properties, personal travel advisors, and bespoke experience curation tailored to individual preferences.",
|
||||
},
|
||||
id: "2", title: "What is included in my membership tier?", content: "Each tier includes access to designated properties, concierge services, and exclusive discounts. Platinum members receive unlimited access to all properties, personal travel advisors, and bespoke experience curation tailored to individual preferences."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Can I customize my experience?",
|
||||
content: "Absolutely. We specialize in bespoke experiences. Our dedicated concierge team works with you to understand your preferences, interests, and requirements to create a completely customized itinerary.",
|
||||
},
|
||||
id: "3", title: "Can I customize my experience?", content: "Absolutely. We specialize in bespoke experiences. Our dedicated concierge team works with you to understand your preferences, interests, and requirements to create a completely customized itinerary."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -125,14 +114,14 @@ export default function AboutPage() {
|
||||
{ text: "Explore Our Philosophy", href: "/offerings" },
|
||||
{ text: "Get in Touch", href: "/contact" },
|
||||
]}
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/san-diego-dawn-early-morning-with-palm-tree-silhouette_649448-2514.jpg?_wi=4"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/san-diego-dawn-early-morning-with-palm-tree-silhouette_649448-2514.jpg"
|
||||
imageAlt="Luxury travel destinations"
|
||||
logoText="Luxury Escapes"
|
||||
copyrightText="© 2025 Luxury Escapes. All rights reserved."
|
||||
|
||||
@@ -16,8 +16,7 @@ const navItems = [
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Spa & Wellness", href: "/offerings" },
|
||||
{ label: "Fine Dining", href: "/offerings" },
|
||||
{ label: "Adventure", href: "/offerings" },
|
||||
@@ -25,8 +24,7 @@ const footerColumns = [
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Philosophy", href: "/about" },
|
||||
{ label: "Careers", href: "#" },
|
||||
@@ -34,8 +32,7 @@ const footerColumns = [
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "FAQs", href: "/contact" },
|
||||
{ label: "Booking Help", href: "/booking" },
|
||||
@@ -52,7 +49,7 @@ export default function ContactPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="compact"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="floatingGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-radial"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -75,25 +72,16 @@ export default function ContactPage() {
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
faqsAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/entrepreneurs-exchange-ideas-work_482257-90714.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/entrepreneurs-exchange-ideas-work_482257-90714.jpg"
|
||||
imageAlt="Luxury booking support"
|
||||
mediaPosition="right"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What if I need to modify or cancel my reservation?",
|
||||
content: "We understand that plans can change. Depending on your membership tier and the specific booking terms, modifications and cancellations are handled with flexibility. Contact your personal concierge for immediate assistance.",
|
||||
},
|
||||
id: "1", title: "What if I need to modify or cancel my reservation?", content: "We understand that plans can change. Depending on your membership tier and the specific booking terms, modifications and cancellations are handled with flexibility. Contact your personal concierge for immediate assistance."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Is payment secure and confidential?",
|
||||
content: "Yes. We employ the highest standards of financial security and data privacy. All transactions are encrypted, and your personal and payment information is protected with enterprise-level security protocols.",
|
||||
},
|
||||
id: "2", title: "Is payment secure and confidential?", content: "Yes. We employ the highest standards of financial security and data privacy. All transactions are encrypted, and your personal and payment information is protected with enterprise-level security protocols."},
|
||||
{
|
||||
id: "3",
|
||||
title: "What support is available outside business hours?",
|
||||
content: "Premium and Platinum members have access to our 24/7 concierge team. We're always available to assist with urgent requests, changes, or any support you need during your stay.",
|
||||
},
|
||||
id: "3", title: "What support is available outside business hours?", content: "Premium and Platinum members have access to our 24/7 concierge team. We're always available to assist with urgent requests, changes, or any support you need during your stay."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -106,14 +94,14 @@ export default function ContactPage() {
|
||||
{ text: "Book Your Experience", href: "/booking" },
|
||||
{ text: "Connect with Concierge", href: "#" },
|
||||
]}
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/san-diego-dawn-early-morning-with-palm-tree-silhouette_649448-2514.jpg?_wi=5"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/san-diego-dawn-early-morning-with-palm-tree-silhouette_649448-2514.jpg"
|
||||
imageAlt="Luxury travel destinations"
|
||||
logoText="Luxury Escapes"
|
||||
copyrightText="© 2025 Luxury Escapes. All rights reserved."
|
||||
|
||||
@@ -18,8 +18,7 @@ const navItems = [
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Spa & Wellness", href: "/offerings" },
|
||||
{ label: "Fine Dining", href: "/offerings" },
|
||||
{ label: "Adventure", href: "/offerings" },
|
||||
@@ -27,8 +26,7 @@ const footerColumns = [
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Philosophy", href: "/about" },
|
||||
{ label: "Careers", href: "#" },
|
||||
@@ -36,8 +34,7 @@ const footerColumns = [
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "FAQs", href: "/contact" },
|
||||
{ label: "Booking Help", href: "/booking" },
|
||||
@@ -54,7 +51,7 @@ export default function GalleryPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="compact"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="floatingGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-radial"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -78,28 +75,16 @@ export default function GalleryPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Signature Suites",
|
||||
description: "Experience unparalleled comfort in our meticulously designed suites, featuring floor-to-ceiling views, premium amenities, and personalized service.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=2",
|
||||
},
|
||||
title: "Signature Suites", description: "Experience unparalleled comfort in our meticulously designed suites, featuring floor-to-ceiling views, premium amenities, and personalized service.", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Infinity Pools & Wellness",
|
||||
description: "Indulge in our world-class aquatic facilities, featuring heated infinity pools, private spa cabanas, and exclusive wellness programs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-poolside-experience-where-guests-bask-opulence-cabanas_1268-31113.jpg?_wi=2",
|
||||
},
|
||||
title: "Infinity Pools & Wellness", description: "Indulge in our world-class aquatic facilities, featuring heated infinity pools, private spa cabanas, and exclusive wellness programs.", imageSrc: "http://img.b2bpic.net/free-photo/luxury-poolside-experience-where-guests-bask-opulence-cabanas_1268-31113.jpg"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Pristine Natural Beauty",
|
||||
description: "Discover breathtaking landscapes and private beach access, offering the perfect backdrop for unforgettable moments.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-outdoor-infinity-swimming-pool-hotel-resort-with-sea-ocean-view-white-cloud-blue-sky_74190-9030.jpg?_wi=2",
|
||||
},
|
||||
title: "Pristine Natural Beauty", description: "Discover breathtaking landscapes and private beach access, offering the perfect backdrop for unforgettable moments.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-outdoor-infinity-swimming-pool-hotel-resort-with-sea-ocean-view-white-cloud-blue-sky_74190-9030.jpg"},
|
||||
{
|
||||
id: 4,
|
||||
title: "Luxury Lounges & Dining",
|
||||
description: "Relax in elegantly appointed lounges and enjoy curated culinary experiences prepared by world-renowned chefs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-luxury-hotel_641386-198.jpg",
|
||||
},
|
||||
title: "Luxury Lounges & Dining", description: "Relax in elegantly appointed lounges and enjoy curated culinary experiences prepared by world-renowned chefs.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-luxury-hotel_641386-198.jpg"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -114,55 +99,31 @@ export default function GalleryPage() {
|
||||
animationType="slide-up"
|
||||
plans={[
|
||||
{
|
||||
id: "silver",
|
||||
badge: "Silver Tier",
|
||||
badgeIcon: Star,
|
||||
price: "$5,000/year",
|
||||
subtitle: "Perfect for the discerning traveler",
|
||||
buttons: [
|
||||
id: "silver", badge: "Silver Tier", badgeIcon: Star,
|
||||
price: "$5,000/year", subtitle: "Perfect for the discerning traveler", buttons: [
|
||||
{ text: "Select Plan", href: "/booking" },
|
||||
{ text: "Learn More", href: "#" },
|
||||
],
|
||||
features: [
|
||||
"Access to 200+ curated destinations",
|
||||
"Priority booking reservations",
|
||||
"Dedicated concierge service",
|
||||
"15% discount on all experiences",
|
||||
],
|
||||
"Access to 200+ curated destinations", "Priority booking reservations", "Dedicated concierge service", "15% discount on all experiences"],
|
||||
},
|
||||
{
|
||||
id: "gold",
|
||||
badge: "Gold Tier",
|
||||
badgeIcon: Crown,
|
||||
price: "$12,000/year",
|
||||
subtitle: "For the true luxury enthusiast",
|
||||
buttons: [
|
||||
id: "gold", badge: "Gold Tier", badgeIcon: Crown,
|
||||
price: "$12,000/year", subtitle: "For the true luxury enthusiast", buttons: [
|
||||
{ text: "Select Plan", href: "/booking" },
|
||||
{ text: "Learn More", href: "#" },
|
||||
],
|
||||
features: [
|
||||
"Access to all 500+ exclusive properties",
|
||||
"24/7 white-glove concierge",
|
||||
"Complimentary upgrades",
|
||||
"25% discount on all services",
|
||||
],
|
||||
"Access to all 500+ exclusive properties", "24/7 white-glove concierge", "Complimentary upgrades", "25% discount on all services"],
|
||||
},
|
||||
{
|
||||
id: "platinum",
|
||||
badge: "Platinum Elite",
|
||||
badgeIcon: Gem,
|
||||
price: "$25,000/year",
|
||||
subtitle: "The ultimate luxury experience",
|
||||
buttons: [
|
||||
id: "platinum", badge: "Platinum Elite", badgeIcon: Gem,
|
||||
price: "$25,000/year", subtitle: "The ultimate luxury experience", buttons: [
|
||||
{ text: "Select Plan", href: "/booking" },
|
||||
{ text: "Learn More", href: "#" },
|
||||
],
|
||||
features: [
|
||||
"Unlimited access to all destinations",
|
||||
"Personal luxury travel advisor",
|
||||
"Bespoke experience curation",
|
||||
"35% discount + exclusive perks",
|
||||
],
|
||||
"Unlimited access to all destinations", "Personal luxury travel advisor", "Bespoke experience curation", "35% discount + exclusive perks"],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -176,14 +137,14 @@ export default function GalleryPage() {
|
||||
{ text: "Choose Your Tier", href: "/booking" },
|
||||
{ text: "Schedule Consultation", href: "/contact" },
|
||||
]}
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/san-diego-dawn-early-morning-with-palm-tree-silhouette_649448-2514.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/san-diego-dawn-early-morning-with-palm-tree-silhouette_649448-2514.jpg"
|
||||
imageAlt="Luxury travel destinations"
|
||||
logoText="Luxury Escapes"
|
||||
copyrightText="© 2025 Luxury Escapes. All rights reserved."
|
||||
|
||||
@@ -18,8 +18,7 @@ const navItems = [
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Spa & Wellness", href: "/offerings" },
|
||||
{ label: "Fine Dining", href: "/offerings" },
|
||||
{ label: "Adventure", href: "/offerings" },
|
||||
@@ -27,8 +26,7 @@ const footerColumns = [
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Philosophy", href: "/about" },
|
||||
{ label: "Careers", href: "#" },
|
||||
@@ -36,8 +34,7 @@ const footerColumns = [
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "FAQs", href: "/contact" },
|
||||
{ label: "Booking Help", href: "/booking" },
|
||||
@@ -54,7 +51,7 @@ export default function OfferingsPage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="compact"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="floatingGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-radial"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -81,35 +78,14 @@ export default function OfferingsPage() {
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "spa-retreat",
|
||||
brand: "Wellness Collection",
|
||||
name: "Premium Spa Retreat",
|
||||
price: "$2,500/night",
|
||||
rating: 5,
|
||||
reviewCount: "847",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/panoramic-lakeside-sauna-geometric-heaters-scandinavian-style_169016-68879.jpg",
|
||||
imageAlt: "Luxury spa experience",
|
||||
},
|
||||
id: "spa-retreat", brand: "Wellness Collection", name: "Premium Spa Retreat", price: "$2,500/night", rating: 5,
|
||||
reviewCount: "847", imageSrc: "http://img.b2bpic.net/free-photo/panoramic-lakeside-sauna-geometric-heaters-scandinavian-style_169016-68879.jpg", imageAlt: "Luxury spa experience"},
|
||||
{
|
||||
id: "gourmet-dining",
|
||||
brand: "Culinary Masters",
|
||||
name: "Gourmet Dining Experience",
|
||||
price: "$1,800/person",
|
||||
rating: 5,
|
||||
reviewCount: "623",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-caviar-shrimps_140725-6375.jpg",
|
||||
imageAlt: "Fine dining service",
|
||||
},
|
||||
id: "gourmet-dining", brand: "Culinary Masters", name: "Gourmet Dining Experience", price: "$1,800/person", rating: 5,
|
||||
reviewCount: "623", imageSrc: "http://img.b2bpic.net/free-photo/vegetable-salad-with-caviar-shrimps_140725-6375.jpg", imageAlt: "Fine dining service"},
|
||||
{
|
||||
id: "adventure-expedition",
|
||||
brand: "Expedition Luxury",
|
||||
name: "Exclusive Adventure Packages",
|
||||
price: "$3,200/package",
|
||||
rating: 5,
|
||||
reviewCount: "512",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman_1328-1295.jpg",
|
||||
imageAlt: "Premium adventure activity",
|
||||
},
|
||||
id: "adventure-expedition", brand: "Expedition Luxury", name: "Exclusive Adventure Packages", price: "$3,200/package", rating: 5,
|
||||
reviewCount: "512", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman_1328-1295.jpg", imageAlt: "Premium adventure activity"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -123,22 +99,13 @@ export default function OfferingsPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Discover & Inspire",
|
||||
description: "Browse our curated collection of exclusive destinations, bespoke services, and signature experiences tailored to your preferences.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg?_wi=1",
|
||||
},
|
||||
title: "Discover & Inspire", description: "Browse our curated collection of exclusive destinations, bespoke services, and signature experiences tailored to your preferences.", imageSrc: "http://img.b2bpic.net/free-photo/luxury-bedroom-interior-with-rich-furniture-scenic-view-from-walkout-deck_1258-111483.jpg"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Personalize & Plan",
|
||||
description: "Work with our dedicated concierge team to customize every detail of your escape, from accommodations to dining reservations.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/luxury-poolside-experience-where-guests-bask-opulence-cabanas_1268-31113.jpg?_wi=1",
|
||||
},
|
||||
title: "Personalize & Plan", description: "Work with our dedicated concierge team to customize every detail of your escape, from accommodations to dining reservations.", imageSrc: "http://img.b2bpic.net/free-photo/luxury-poolside-experience-where-guests-bask-opulence-cabanas_1268-31113.jpg"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Reserve with Confidence",
|
||||
description: "Complete your booking through our secure, intuitive platform with transparent pricing and flexible terms designed for your peace of mind.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-outdoor-infinity-swimming-pool-hotel-resort-with-sea-ocean-view-white-cloud-blue-sky_74190-9030.jpg?_wi=1",
|
||||
},
|
||||
title: "Reserve with Confidence", description: "Complete your booking through our secure, intuitive platform with transparent pricing and flexible terms designed for your peace of mind.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-outdoor-infinity-swimming-pool-hotel-resort-with-sea-ocean-view-white-cloud-blue-sky_74190-9030.jpg"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -151,14 +118,14 @@ export default function OfferingsPage() {
|
||||
{ text: "Reserve Now", href: "/booking" },
|
||||
{ text: "Speak to Concierge", href: "/contact" },
|
||||
]}
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/san-diego-dawn-early-morning-with-palm-tree-silhouette_649448-2514.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/san-diego-dawn-early-morning-with-palm-tree-silhouette_649448-2514.jpg"
|
||||
imageAlt="Luxury travel destinations"
|
||||
logoText="Luxury Escapes"
|
||||
copyrightText="© 2025 Luxury Escapes. All rights reserved."
|
||||
|
||||
@@ -5,11 +5,10 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
|
||||
import HeroBillboardDashboard from "@/components/sections/hero/HeroBillboardDashboard";
|
||||
import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout";
|
||||
import ProductCardTwo from "@/components/sections/product/ProductCardTwo";
|
||||
import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCardTen";
|
||||
import ContactText from "@/components/sections/contact/ContactText";
|
||||
import FooterMedia from "@/components/sections/footer/FooterMedia";
|
||||
import { Sparkles, Heart, Gem, Award, Crown, MapPin, Settings, CircleDollarSign, ArrowLeftRight, Send } from "lucide-react";
|
||||
import { Sparkles, Heart, Award, Crown, MapPin, Settings, Calendar, User } from "lucide-react";
|
||||
|
||||
const navItems = [
|
||||
{ name: "Home", id: "/" },
|
||||
@@ -20,8 +19,7 @@ const navItems = [
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Spa & Wellness", href: "/offerings" },
|
||||
{ label: "Fine Dining", href: "/offerings" },
|
||||
{ label: "Adventure", href: "/offerings" },
|
||||
@@ -29,8 +27,7 @@ const footerColumns = [
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Our Philosophy", href: "/about" },
|
||||
{ label: "Careers", href: "#" },
|
||||
@@ -38,8 +35,7 @@ const footerColumns = [
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "FAQs", href: "/contact" },
|
||||
{ label: "Booking Help", href: "/booking" },
|
||||
@@ -56,7 +52,7 @@ export default function HomePage() {
|
||||
borderRadius="soft"
|
||||
contentWidth="compact"
|
||||
sizing="largeSmallSizeMediumTitles"
|
||||
background="floatingGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-radial"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="layered"
|
||||
@@ -77,17 +73,14 @@ export default function HomePage() {
|
||||
description="Discover curated premium offerings designed for the discerning. Reserve your exclusive escape in moments."
|
||||
tag="Premium Experiences"
|
||||
tagIcon={Sparkles}
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[
|
||||
{ text: "Explore & Reserve", href: "/booking" },
|
||||
{ text: "Learn More", href: "/about" },
|
||||
]}
|
||||
dashboard={{
|
||||
title: "Your Personalized Concierge",
|
||||
logoIcon: Crown,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-taking-walk-by-pool-vacation_23-2149369705.jpg",
|
||||
searchPlaceholder: "Search exclusive experiences...",
|
||||
sidebarItems: [
|
||||
title: "Your Personalized Concierge", logoIcon: Crown,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-taking-walk-by-pool-vacation_23-2149369705.jpg", searchPlaceholder: "Search exclusive experiences...", sidebarItems: [
|
||||
{ icon: MapPin, active: true },
|
||||
{ icon: Sparkles },
|
||||
{ icon: Settings },
|
||||
@@ -98,35 +91,26 @@ export default function HomePage() {
|
||||
],
|
||||
stats: [
|
||||
{
|
||||
title: "Exclusive Destinations",
|
||||
values: [42, 58, 73],
|
||||
description: "Premium locations worldwide",
|
||||
},
|
||||
title: "Exclusive Destinations", values: [42, 58, 73],
|
||||
description: "Premium locations worldwide"},
|
||||
{
|
||||
title: "Satisfaction Rate",
|
||||
values: [96, 97, 98],
|
||||
valueSuffix: "%",
|
||||
description: "Client happiness score",
|
||||
},
|
||||
title: "Satisfaction Rate", values: [96, 97, 98],
|
||||
valueSuffix: "%", description: "Client happiness score"},
|
||||
{
|
||||
title: "VIP Members",
|
||||
values: [3200, 4100, 5200],
|
||||
description: "Exclusive membership base",
|
||||
},
|
||||
title: "VIP Members", values: [3200, 4100, 5200],
|
||||
description: "Exclusive membership base"},
|
||||
],
|
||||
chartTitle: "Booking Trends",
|
||||
chartData: [
|
||||
chartTitle: "Booking Trends", chartData: [
|
||||
{ value: 45 },
|
||||
{ value: 72 },
|
||||
{ value: 58 },
|
||||
{ value: 85 },
|
||||
{ value: 62 },
|
||||
],
|
||||
listTitle: "Recent Reservations",
|
||||
listItems: [
|
||||
listTitle: "Recent Reservations", listItems: [
|
||||
{ icon: MapPin, title: "Maldives Retreat", status: "Confirmed" },
|
||||
{ icon: MapPin, title: "Alpine Escape", status: "Pending" },
|
||||
{ icon: MapPin, title: "Personal Concierge", status: "Confirmed" },
|
||||
{ icon: Calendar, title: "Alpine Escape", status: "Pending" },
|
||||
{ icon: User, title: "Personal Concierge", status: "Confirmed" },
|
||||
],
|
||||
}}
|
||||
/>
|
||||
@@ -142,9 +126,10 @@ export default function HomePage() {
|
||||
{ value: "20+", title: "Years of Expertise" },
|
||||
{ value: "500+", title: "Exclusive Properties" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/closeup-waitress-serving-dessert-guest-cafe_637285-8889.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/closeup-waitress-serving-dessert-guest-cafe_637285-8889.jpg"
|
||||
imageAlt="Luxury concierge service"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -159,41 +144,13 @@ export default function HomePage() {
|
||||
tagIcon={Award}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "An Unforgettable Escape",
|
||||
quote: "Luxury Escapes transformed my expectation of what premium travel could be. Every detail was perfectly orchestrated, from the moment of booking to our final departure. The white-glove service and personalized attention made this the most memorable vacation of my life.",
|
||||
name: "Alexandra Mitchell",
|
||||
role: "CEO, Global Ventures",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg?_wi=1",
|
||||
imageAlt: "Alexandra Mitchell",
|
||||
},
|
||||
id: "1", title: "An Unforgettable Escape", quote: "Luxury Escapes transformed my expectation of what premium travel could be. Every detail was perfectly orchestrated, from the moment of booking to our final departure. The white-glove service and personalized attention made this the most memorable vacation of my life.", name: "Alexandra Mitchell", role: "CEO, Global Ventures", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg", imageAlt: "Alexandra Mitchell"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Personalized Excellence",
|
||||
quote: "What impressed me most was their ability to anticipate needs I didn't even know I had. My concierge suggested experiences that perfectly aligned with my interests, and everything was seamlessly arranged. This is what true luxury service looks like.",
|
||||
name: "Victoria Chen",
|
||||
role: "Founder, Innovate Labs",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-successful-businesswoman-looking-into-camera-sitting-restaurant-business-lady-with-stylish-hairstyle-wears-elegant-suit-business-meeting-attractive-appearance_8353-12611.jpg",
|
||||
imageAlt: "Victoria Chen",
|
||||
},
|
||||
id: "2", title: "Personalized Excellence", quote: "What impressed me most was their ability to anticipate needs I didn't even know I had. My concierge suggested experiences that perfectly aligned with my interests, and everything was seamlessly arranged. This is what true luxury service looks like.", name: "Victoria Chen", role: "Founder, Innovate Labs", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-successful-businesswoman-looking-into-camera-sitting-restaurant-business-lady-with-stylish-hairstyle-wears-elegant-suit-business-meeting-attractive-appearance_8353-12611.jpg", imageAlt: "Victoria Chen"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Beyond Expectations",
|
||||
quote: "We've traveled to the most exclusive properties worldwide, but Luxury Escapes elevated the entire experience. Their network of premium destinations and commitment to excellence is unmatched in the industry.",
|
||||
name: "James Richardson",
|
||||
role: "Chief Investment Officer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg?_wi=2",
|
||||
imageAlt: "James Richardson",
|
||||
},
|
||||
id: "3", title: "Beyond Expectations", quote: "We've traveled to the most exclusive properties worldwide, but Luxury Escapes elevated the entire experience. Their network of premium destinations and commitment to excellence is unmatched in the industry.", name: "James Richardson", role: "Chief Investment Officer", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businessman-sitting-sofa-waiting-area_107420-95816.jpg", imageAlt: "James Richardson"},
|
||||
{
|
||||
id: "4",
|
||||
title: "The Gold Standard",
|
||||
quote: "As someone who values privacy and exclusivity, Luxury Escapes is the only travel company I trust with my most important getaways. Their discretion, professionalism, and commitment to perfection is simply outstanding.",
|
||||
name: "Margaret Hartwell",
|
||||
role: "Executive Director, Heritage Foundation",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/indoor-studio-shot-attractive-pretty-woman-with-light-brown-hair-wearing-black-jacket-with-red-lips_291650-1321.jpg",
|
||||
imageAlt: "Margaret Hartwell",
|
||||
},
|
||||
id: "4", title: "The Gold Standard", quote: "As someone who values privacy and exclusivity, Luxury Escapes is the only travel company I trust with my most important getaways. Their discretion, professionalism, and commitment to perfection is simply outstanding.", name: "Margaret Hartwell", role: "Executive Director, Heritage Foundation", imageSrc: "http://img.b2bpic.net/free-photo/indoor-studio-shot-attractive-pretty-woman-with-light-brown-hair-wearing-black-jacket-with-red-lips_291650-1321.jpg", imageAlt: "Margaret Hartwell"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -206,14 +163,14 @@ export default function HomePage() {
|
||||
{ text: "Start Your Journey", href: "/booking" },
|
||||
{ text: "Contact Concierge", href: "/contact" },
|
||||
]}
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/san-diego-dawn-early-morning-with-palm-tree-silhouette_649448-2514.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/san-diego-dawn-early-morning-with-palm-tree-silhouette_649448-2514.jpg"
|
||||
imageAlt="Luxury travel destinations"
|
||||
logoText="Luxury Escapes"
|
||||
copyrightText="© 2025 Luxury Escapes. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user