Merge version_1 into main #2
@@ -8,7 +8,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import TeamCardFive from '@/components/sections/team/TeamCardFive';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
import { Briefcase, Compass, Globe } from "lucide-react";
|
||||
import { Bell, Briefcase, CalendarCheck, Compass, Globe, HeartHandshake, Plane } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -29,41 +29,21 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
href: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Destinations",
|
||||
id: "destinations",
|
||||
href: "/destinations",
|
||||
},
|
||||
name: "Destinations", id: "/destinations"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
href: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "about",
|
||||
href: "/about",
|
||||
},
|
||||
name: "About Us", id: "/about"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
href: "/testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "/testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
href: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="Voyage Elite"
|
||||
button={{
|
||||
text: "Book a Consultation",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Book a Consultation", href: "/contact"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -76,19 +56,13 @@ export default function LandingPage() {
|
||||
description="At Voyage Elite, we believe that travel should be an art form. Founded on a passion for discovery and a commitment to unparalleled service, we meticulously design bespoke itineraries that transcend the ordinary. Our global network and deep expertise ensure every journey is a masterpiece, tailored precisely to your desires."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Personalized Itineraries",
|
||||
description: "Every trip is unique, designed around your preferences and dreams.",
|
||||
icon: Compass,
|
||||
title: "Personalized Itineraries", description: "Every trip is unique, designed around your preferences and dreams.", icon: Compass,
|
||||
},
|
||||
{
|
||||
title: "Global Network",
|
||||
description: "Access to exclusive destinations and private experiences worldwide.",
|
||||
icon: Globe,
|
||||
title: "Global Network", description: "Access to exclusive destinations and private experiences worldwide.", icon: Globe,
|
||||
},
|
||||
{
|
||||
title: "Expert Concierge",
|
||||
description: "24/7 support and seamless logistics from start to finish.",
|
||||
icon: ConciergeBell,
|
||||
title: "Expert Concierge", description: "24/7 support and seamless logistics from start to finish.", icon: Bell,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-business-lady-female-director-sitting-office-desk-discussing-results-planning-work-group-meeting-with-coworkers-working-together-office_141793-21302.jpg"
|
||||
@@ -99,37 +73,22 @@ export default function LandingPage() {
|
||||
|
||||
<div id="about-metrics" data-section="about-metrics">
|
||||
<MetricCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "15+",
|
||||
title: "Years of Expertise",
|
||||
description: "Pioneering luxury travel since 2008.",
|
||||
icon: CalendarCheck,
|
||||
id: "1", value: "15+", title: "Years of Expertise", description: "Pioneering luxury travel since 2008.", icon: CalendarCheck,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "1000+",
|
||||
title: "Tailored Journeys",
|
||||
description: "Unique itineraries crafted for discerning travelers.",
|
||||
icon: Briefcase,
|
||||
id: "2", value: "1000+", title: "Tailored Journeys", description: "Unique itineraries crafted for discerning travelers.", icon: Briefcase,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "98%",
|
||||
title: "Client Satisfaction",
|
||||
description: "Our clients consistently rave about their experiences.",
|
||||
icon: HeartHandshake,
|
||||
id: "3", value: "98%", title: "Client Satisfaction", description: "Our clients consistently rave about their experiences.", icon: HeartHandshake,
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "50+",
|
||||
title: "Global Destinations",
|
||||
description: "From serene islands to vibrant metropolises.",
|
||||
icon: Plane,
|
||||
id: "4", value: "50+", title: "Global Destinations", description: "From serene islands to vibrant metropolises.", icon: Plane,
|
||||
},
|
||||
]}
|
||||
title="Experience Unmatched Excellence"
|
||||
@@ -139,37 +98,18 @@ export default function LandingPage() {
|
||||
|
||||
<div id="about-team" data-section="about-team">
|
||||
<TeamCardFive
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
team={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Evelyn Thorne",
|
||||
role: "Founder & CEO",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-employee-black-suit-looks-positive_114579-21797.jpg?_wi=2",
|
||||
imageAlt: "Evelyn Thorne, CEO",
|
||||
},
|
||||
id: "1", name: "Evelyn Thorne", role: "Founder & CEO", imageSrc: "http://img.b2bpic.net/free-photo/female-employee-black-suit-looks-positive_114579-21797.jpg", imageAlt: "Evelyn Thorne, CEO"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Marcus Alistair",
|
||||
role: "Lead Travel Designer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg?_wi=2",
|
||||
imageAlt: "Marcus Alistair, Lead Travel Designer",
|
||||
},
|
||||
id: "2", name: "Marcus Alistair", role: "Lead Travel Designer", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg", imageAlt: "Marcus Alistair, Lead Travel Designer"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sophia Renard",
|
||||
role: "Concierge Specialist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-businesswoman-looking-camera-against-gray-backdrop_23-2148029037.jpg?_wi=2",
|
||||
imageAlt: "Sophia Renard, Concierge Specialist",
|
||||
},
|
||||
id: "3", name: "Sophia Renard", role: "Concierge Specialist", imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-businesswoman-looking-camera-against-gray-backdrop_23-2148029037.jpg", imageAlt: "Sophia Renard, Concierge Specialist"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Julian Vance",
|
||||
role: "Exclusive Partnerships Director",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-smiling-stylish-hipster-man-walking-city-street-with-leather-talking-phone-business-trip-bag-wearing-sweatshot-sunglasses-urban-style-trend-sunny-day-traveling_285396-4658.jpg?_wi=2",
|
||||
imageAlt: "Julian Vance, Partnerships Director",
|
||||
},
|
||||
id: "4", name: "Julian Vance", role: "Exclusive Partnerships Director", imageSrc: "http://img.b2bpic.net/free-photo/handsome-smiling-stylish-hipster-man-walking-city-street-with-leather-talking-phone-business-trip-bag-wearing-sweatshot-sunglasses-urban-style-trend-sunny-day-traveling_285396-4658.jpg", imageAlt: "Julian Vance, Partnerships Director"},
|
||||
]}
|
||||
title="Meet Our Visionary Curators"
|
||||
description="Our team of dedicated travel specialists are passionate globetrotters with an eye for detail and a knack for creating unforgettable moments."
|
||||
@@ -178,55 +118,26 @@ export default function LandingPage() {
|
||||
|
||||
<div id="about-testimonials" data-section="about-testimonials">
|
||||
<TestimonialCardThirteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
carouselMode="buttons"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Isabella Chen",
|
||||
handle: "@isabellachen",
|
||||
testimonial: "Voyage Elite planned our honeymoon to the Maldives, and it was absolute perfection. Every detail was meticulously handled, leaving us free to simply enjoy. Truly a dream come true!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-employee-black-suit-looks-positive_114579-21797.jpg?_wi=3",
|
||||
imageAlt: "Isabella Chen",
|
||||
},
|
||||
id: "1", name: "Isabella Chen", handle: "@isabellachen", testimonial: "Voyage Elite planned our honeymoon to the Maldives, and it was absolute perfection. Every detail was meticulously handled, leaving us free to simply enjoy. Truly a dream come true!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-employee-black-suit-looks-positive_114579-21797.jpg", imageAlt: "Isabella Chen"},
|
||||
{
|
||||
id: "2",
|
||||
name: "David Thompson",
|
||||
handle: "@davidthomp",
|
||||
testimonial: "From private jet to a secluded villa in Tuscany, Voyage Elite exceeded all expectations. Their local contacts and personalized recommendations were invaluable. Highly recommend their bespoke services.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg?_wi=3",
|
||||
imageAlt: "David Thompson",
|
||||
},
|
||||
id: "2", name: "David Thompson", handle: "@davidthomp", testimonial: "From private jet to a secluded villa in Tuscany, Voyage Elite exceeded all expectations. Their local contacts and personalized recommendations were invaluable. Highly recommend their bespoke services.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg", imageAlt: "David Thompson"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sophia Lee",
|
||||
handle: "@sophialee",
|
||||
testimonial: "Our family safari in Kenya was flawlessly executed. The guides were incredible, the lodges were exquisite, and the entire experience was deeply moving. Thank you, Voyage Elite!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-businesswoman-looking-camera-against-gray-backdrop_23-2148029037.jpg?_wi=3",
|
||||
imageAlt: "Sophia Lee",
|
||||
},
|
||||
id: "3", name: "Sophia Lee", handle: "@sophialee", testimonial: "Our family safari in Kenya was flawlessly executed. The guides were incredible, the lodges were exquisite, and the entire experience was deeply moving. Thank you, Voyage Elite!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-businesswoman-looking-camera-against-gray-backdrop_23-2148029037.jpg", imageAlt: "Sophia Lee"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Dr. Anya Sharma",
|
||||
handle: "@drsharma",
|
||||
testimonial: "As a busy professional, I appreciate efficiency without compromising luxury. Voyage Elite understood my needs perfectly and delivered a sublime Antarctic expedition. Phenomenal service.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-talking-phone_329181-15805.jpg?_wi=2",
|
||||
imageAlt: "Dr. Anya Sharma",
|
||||
},
|
||||
id: "4", name: "Dr. Anya Sharma", handle: "@drsharma", testimonial: "As a busy professional, I appreciate efficiency without compromising luxury. Voyage Elite understood my needs perfectly and delivered a sublime Antarctic expedition. Phenomenal service.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-talking-phone_329181-15805.jpg", imageAlt: "Dr. Anya Sharma"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Michael & Eleanor Vance",
|
||||
handle: "@vance_travels",
|
||||
testimonial: "Our annual European grand tour with Voyage Elite is always the highlight of our year. They consistently find hidden gems and provide exclusive access. Unforgettable journeys, every time.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-elderly-woman-with-backpack-sporty-woman-casual-clothes-smiling-pointing-sport-adventure-hobby-concept_74855-23325.jpg?_wi=2",
|
||||
imageAlt: "Michael Vance",
|
||||
},
|
||||
id: "5", name: "Michael & Eleanor Vance", handle: "@vance_travels", testimonial: "Our annual European grand tour with Voyage Elite is always the highlight of our year. They consistently find hidden gems and provide exclusive access. Unforgettable journeys, every time.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-elderly-woman-with-backpack-sporty-woman-casual-clothes-smiling-pointing-sport-adventure-hobby-concept_74855-23325.jpg", imageAlt: "Michael Vance"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Journey Feedback: Our Clients Speak"
|
||||
@@ -238,66 +149,39 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Bespoke Itineraries",
|
||||
href: "/services#bespoke",
|
||||
},
|
||||
label: "Bespoke Itineraries", href: "/services#bespoke"},
|
||||
{
|
||||
label: "Private Charters",
|
||||
href: "/services#charters",
|
||||
},
|
||||
label: "Private Charters", href: "/services#charters"},
|
||||
{
|
||||
label: "Exclusive Villas",
|
||||
href: "/services#villas",
|
||||
},
|
||||
label: "Exclusive Villas", href: "/services#villas"},
|
||||
{
|
||||
label: "Expedition Planning",
|
||||
href: "/services#expeditions",
|
||||
},
|
||||
label: "Expedition Planning", href: "/services#expeditions"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Destinations",
|
||||
items: [
|
||||
title: "Destinations", items: [
|
||||
{
|
||||
label: "Asia Pacific",
|
||||
href: "/destinations#asia",
|
||||
},
|
||||
label: "Asia Pacific", href: "/destinations#asia"},
|
||||
{
|
||||
label: "Europe",
|
||||
href: "/destinations#europe",
|
||||
},
|
||||
label: "Europe", href: "/destinations#europe"},
|
||||
{
|
||||
label: "Americas",
|
||||
href: "/destinations#americas",
|
||||
},
|
||||
label: "Americas", href: "/destinations#americas"},
|
||||
{
|
||||
label: "Africa",
|
||||
href: "/destinations#africa",
|
||||
},
|
||||
label: "Africa", href: "/destinations#africa"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Client Testimonials",
|
||||
href: "/testimonials",
|
||||
},
|
||||
label: "Client Testimonials", href: "/testimonials"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "/careers",
|
||||
},
|
||||
label: "Careers", href: "/careers"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
261
src/app/page.tsx
261
src/app/page.tsx
@@ -32,41 +32,21 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
href: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Destinations",
|
||||
id: "destinations",
|
||||
href: "/destinations",
|
||||
},
|
||||
name: "Destinations", id: "/destinations"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
href: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "about",
|
||||
href: "/about",
|
||||
},
|
||||
name: "About Us", id: "/about"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
href: "/testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "/testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
href: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="Voyage Elite"
|
||||
button={{
|
||||
text: "Book a Consultation",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Book a Consultation", href: "/contact"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -74,51 +54,28 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Unforgettable Journeys, Curated For You"
|
||||
description="Experience the world's most exquisite destinations with bespoke itineraries, exclusive access, and unparalleled service tailored to your desires."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Destinations",
|
||||
href: "/destinations",
|
||||
},
|
||||
text: "Explore Destinations", href: "/destinations"},
|
||||
{
|
||||
text: "Plan Your Trip",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Plan Your Trip", href: "/contact"},
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-photography-beautiful-coast-ocean_624325-868.jpg",
|
||||
imageAlt: "Luxury yacht in the Mediterranean at sunset",
|
||||
},
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/aerial-photography-beautiful-coast-ocean_624325-868.jpg", imageAlt: "Luxury yacht in the Mediterranean at sunset"},
|
||||
{
|
||||
id: "2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-beach-view-koh-chang-island-seascape-trad-province-eastern-thailand_1150-10250.jpg",
|
||||
imageAlt: "Couple enjoying fine dining with ocean view",
|
||||
},
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-beach-view-koh-chang-island-seascape-trad-province-eastern-thailand_1150-10250.jpg", imageAlt: "Couple enjoying fine dining with ocean view"},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sunset-adventure_23-2151948156.jpg",
|
||||
imageAlt: "Glass igloo with aurora borealis view",
|
||||
},
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/sunset-adventure_23-2151948156.jpg", imageAlt: "Glass igloo with aurora borealis view"},
|
||||
{
|
||||
id: "4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-swimming-pool-with-sea-beach_74190-2417.jpg",
|
||||
imageAlt: "Hot air balloon safari over African plains",
|
||||
},
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-swimming-pool-with-sea-beach_74190-2417.jpg", imageAlt: "Hot air balloon safari over African plains"},
|
||||
{
|
||||
id: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149727953.jpg",
|
||||
imageAlt: "Overwater bungalow in the Maldives",
|
||||
},
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/chef-working-together-professional-kitchen_23-2149727953.jpg", imageAlt: "Overwater bungalow in the Maldives"},
|
||||
{
|
||||
id: "6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/european-bison-beautiful-white-forest-winter-time-bison-bonasus_475641-534.jpg",
|
||||
imageAlt: "Ancient pyramids with private guide",
|
||||
},
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/european-bison-beautiful-white-forest-winter-time-bison-bonasus_475641-534.jpg", imageAlt: "Ancient pyramids with private guide"},
|
||||
]}
|
||||
autoPlay={true}
|
||||
autoPlayInterval={5000}
|
||||
@@ -130,14 +87,10 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Crafting Your Perfect Escape"
|
||||
description={[
|
||||
"Voyage Elite is a premier luxury travel agency dedicated to designing personalized and seamless journeys to the world's most breathtaking locales. With decades of experience, our expert travel designers handle every detail, from exclusive accommodations to private tours and bespoke experiences.",
|
||||
"We believe travel should be an art form. Our passion lies in uncovering unique destinations and curating itineraries that reflect your individual tastes and desires, ensuring every trip is a masterpiece of discovery and relaxation. Let us transform your travel dreams into extraordinary realities.",
|
||||
]}
|
||||
"Voyage Elite is a premier luxury travel agency dedicated to designing personalized and seamless journeys to the world's most breathtaking locales. With decades of experience, our expert travel designers handle every detail, from exclusive accommodations to private tours and bespoke experiences.", "We believe travel should be an art form. Our passion lies in uncovering unique destinations and curating itineraries that reflect your individual tastes and desires, ensuring every trip is a masterpiece of discovery and relaxation. Let us transform your travel dreams into extraordinary realities."]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More About Us",
|
||||
href: "/about",
|
||||
},
|
||||
text: "Learn More About Us", href: "/about"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -150,24 +103,16 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: ShieldCheck,
|
||||
title: "Exclusive Access",
|
||||
description: "Gain entry to private estates, VIP events, and experiences typically unavailable to the public.",
|
||||
},
|
||||
title: "Exclusive Access", description: "Gain entry to private estates, VIP events, and experiences typically unavailable to the public."},
|
||||
{
|
||||
icon: Bell,
|
||||
title: "Personalized Concierge",
|
||||
description: "Dedicated 24/7 support from your personal travel expert, anticipating every need.",
|
||||
},
|
||||
title: "Personalized Concierge", description: "Dedicated 24/7 support from your personal travel expert, anticipating every need."},
|
||||
{
|
||||
icon: Globe,
|
||||
title: "Tailored Itineraries",
|
||||
description: "Custom-designed travel plans meticulously crafted to match your preferences and pace.",
|
||||
},
|
||||
title: "Tailored Itineraries", description: "Custom-designed travel plans meticulously crafted to match your preferences and pace."},
|
||||
{
|
||||
icon: Star,
|
||||
title: "Luxury Accommodations",
|
||||
description: "Stay in hand-picked five-star hotels, private villas, and unique boutique properties.",
|
||||
},
|
||||
title: "Luxury Accommodations", description: "Stay in hand-picked five-star hotels, private villas, and unique boutique properties."},
|
||||
]}
|
||||
title="The Voyage Elite Difference"
|
||||
description="Our commitment to excellence ensures every aspect of your journey is meticulously planned and executed with discretion and care."
|
||||
@@ -182,37 +127,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Hawaiian Serenity Retreat",
|
||||
price: "From $12,500",
|
||||
variant: "Private Villas & Yacht",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/seductive-brunette-female-sexy-dress-posing-stylish-beach-restaurant-asian-style_273443-3179.jpg",
|
||||
imageAlt: "Luxury private villa overlooking a Hawaiian beach",
|
||||
},
|
||||
id: "1", name: "Hawaiian Serenity Retreat", price: "From $12,500", variant: "Private Villas & Yacht", imageSrc: "http://img.b2bpic.net/free-photo/seductive-brunette-female-sexy-dress-posing-stylish-beach-restaurant-asian-style_273443-3179.jpg", imageAlt: "Luxury private villa overlooking a Hawaiian beach"},
|
||||
{
|
||||
id: "2",
|
||||
name: "European Grandeur Tour",
|
||||
price: "From $18,000",
|
||||
variant: "Historic Cities & Culture",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/showcase-children-s-lives-ancient-greece_23-2151648905.jpg",
|
||||
imageAlt: "Couple enjoying a private tour of a European city",
|
||||
},
|
||||
id: "2", name: "European Grandeur Tour", price: "From $18,000", variant: "Historic Cities & Culture", imageSrc: "http://img.b2bpic.net/free-photo/showcase-children-s-lives-ancient-greece_23-2151648905.jpg", imageAlt: "Couple enjoying a private tour of a European city"},
|
||||
{
|
||||
id: "3",
|
||||
name: "African Safari Immersion",
|
||||
price: "From $15,000",
|
||||
variant: "Wildlife & Wilderness",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-rural-travellers-driving-through-country-side_23-2149052446.jpg",
|
||||
imageAlt: "Safari jeep observing wildlife in the African savannah",
|
||||
},
|
||||
id: "3", name: "African Safari Immersion", price: "From $15,000", variant: "Wildlife & Wilderness", imageSrc: "http://img.b2bpic.net/free-photo/young-rural-travellers-driving-through-country-side_23-2149052446.jpg", imageAlt: "Safari jeep observing wildlife in the African savannah"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Antarctic Expedition",
|
||||
price: "From $25,000",
|
||||
variant: "Polar Adventure & Discovery",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/flat-north-pole-winter-background_23-2149904636.jpg",
|
||||
imageAlt: "Luxury expedition ship in Antarctica",
|
||||
},
|
||||
id: "4", name: "Antarctic Expedition", price: "From $25,000", variant: "Polar Adventure & Discovery", imageSrc: "http://img.b2bpic.net/free-vector/flat-north-pole-winter-background_23-2149904636.jpg", imageAlt: "Luxury expedition ship in Antarctica"},
|
||||
]}
|
||||
title="Featured Destinations & Experiences"
|
||||
description="Discover a selection of our most popular and exclusive travel packages, designed for discerning travelers."
|
||||
@@ -226,59 +147,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Eleanor Vance",
|
||||
handle: "@EleanorVance",
|
||||
testimonial: "Voyage Elite planned the most incredible honeymoon for us in the Maldives. Every detail was perfect, truly beyond our wildest dreams!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-employee-black-suit-looks-positive_114579-21797.jpg?_wi=1",
|
||||
imageAlt: "Eleanor Vance avatar",
|
||||
},
|
||||
id: "1", name: "Eleanor Vance", handle: "@EleanorVance", testimonial: "Voyage Elite planned the most incredible honeymoon for us in the Maldives. Every detail was perfect, truly beyond our wildest dreams!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-employee-black-suit-looks-positive_114579-21797.jpg", imageAlt: "Eleanor Vance avatar"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Marcus Thorne",
|
||||
handle: "@MarcusThorne",
|
||||
testimonial: "Our private safari in Kenya was meticulously organized and absolutely breathtaking. The exclusive access made all the difference.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg?_wi=1",
|
||||
imageAlt: "Marcus Thorne avatar",
|
||||
},
|
||||
id: "2", name: "Marcus Thorne", handle: "@MarcusThorne", testimonial: "Our private safari in Kenya was meticulously organized and absolutely breathtaking. The exclusive access made all the difference.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1674.jpg", imageAlt: "Marcus Thorne avatar"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sophia Chang",
|
||||
handle: "@SophiaC_Travels",
|
||||
testimonial: "From the Swiss Alps to the Italian Riviera, Voyage Elite crafted a European adventure that was both luxurious and deeply personal. Fantastic service!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-businesswoman-looking-camera-against-gray-backdrop_23-2148029037.jpg?_wi=1",
|
||||
imageAlt: "Sophia Chang avatar",
|
||||
},
|
||||
id: "3", name: "Sophia Chang", handle: "@SophiaC_Travels", testimonial: "From the Swiss Alps to the Italian Riviera, Voyage Elite crafted a European adventure that was both luxurious and deeply personal. Fantastic service!", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-businesswoman-looking-camera-against-gray-backdrop_23-2148029037.jpg", imageAlt: "Sophia Chang avatar"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Sterling",
|
||||
handle: "@DSterling_Adventures",
|
||||
testimonial: "The Antarctic expedition they arranged was an absolute triumph. Unforgettable wildlife encounters and supreme comfort on our private vessel.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-smiling-stylish-hipster-man-walking-city-street-with-leather-talking-phone-business-trip-bag-wearing-sweatshot-sunglasses-urban-style-trend-sunny-day-traveling_285396-4658.jpg?_wi=1",
|
||||
imageAlt: "David Sterling avatar",
|
||||
},
|
||||
id: "4", name: "David Sterling", handle: "@DSterling_Adventures", testimonial: "The Antarctic expedition they arranged was an absolute triumph. Unforgettable wildlife encounters and supreme comfort on our private vessel.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-smiling-stylish-hipster-man-walking-city-street-with-leather-talking-phone-business-trip-bag-wearing-sweatshot-sunglasses-urban-style-trend-sunny-day-traveling_285396-4658.jpg", imageAlt: "David Sterling avatar"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Isabella Rossi",
|
||||
handle: "@IsabellaR",
|
||||
testimonial: "Every journey with Voyage Elite is pure magic. Their attention to detail and ability to anticipate my needs is simply unmatched.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-talking-phone_329181-15805.jpg?_wi=1",
|
||||
imageAlt: "Isabella Rossi avatar",
|
||||
},
|
||||
id: "5", name: "Isabella Rossi", handle: "@IsabellaR", testimonial: "Every journey with Voyage Elite is pure magic. Their attention to detail and ability to anticipate my needs is simply unmatched.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-talking-phone_329181-15805.jpg", imageAlt: "Isabella Rossi avatar"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Charles Beaumont",
|
||||
handle: "@CBeaumontGlobal",
|
||||
testimonial: "For exclusive and sophisticated travel experiences, Voyage Elite is the only choice. They consistently exceed expectations.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-elderly-woman-with-backpack-sporty-woman-casual-clothes-smiling-pointing-sport-adventure-hobby-concept_74855-23325.jpg?_wi=1",
|
||||
imageAlt: "Charles Beaumont avatar",
|
||||
},
|
||||
id: "6", name: "Charles Beaumont", handle: "@CBeaumontGlobal", testimonial: "For exclusive and sophisticated travel experiences, Voyage Elite is the only choice. They consistently exceed expectations.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-elderly-woman-with-backpack-sporty-woman-casual-clothes-smiling-pointing-sport-adventure-hobby-concept_74855-23325.jpg", imageAlt: "Charles Beaumont avatar"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Our Clients' Unforgettable Moments"
|
||||
@@ -291,14 +176,8 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
logos={[
|
||||
"http://img.b2bpic.net/free-vector/business-magazine-cover-template-with-photo_23-2147856512.jpg",
|
||||
"http://img.b2bpic.net/free-vector/colorful-lastest-news-banner-pack_23-2148147117.jpg",
|
||||
"http://img.b2bpic.net/free-photo/side-view-woman-taking-selfie_23-2148602028.jpg",
|
||||
"http://img.b2bpic.net/free-vector/vintage-flat-travel-logo-set_23-2148178516.jpg",
|
||||
"http://img.b2bpic.net/free-vector/gps-navigation-set_98292-1851.jpg",
|
||||
"http://img.b2bpic.net/free-vector/archive-page-design_1284-11252.jpg",
|
||||
"http://img.b2bpic.net/free-vector/travel-logo-template-collection_23-2148617290.jpg",
|
||||
]}
|
||||
"http://img.b2bpic.net/free-vector/business-magazine-cover-template-with-photo_23-2147856512.jpg", "http://img.b2bpic.net/free-vector/colorful-lastest-news-banner-pack_23-2148147117.jpg", "http://img.b2bpic.net/free-photo/side-view-woman-taking-selfie_23-2148602028.jpg", "http://img.b2bpic.net/free-vector/vintage-flat-travel-logo-set_23-2148178516.jpg", "http://img.b2bpic.net/free-vector/gps-navigation-set_98292-1851.jpg", "http://img.b2bpic.net/free-vector/archive-page-design_1284-11252.jpg", "http://img.b2bpic.net/free-vector/travel-logo-template-collection_23-2148617290.jpg"]}
|
||||
names={[]}
|
||||
title="Trusted by the World's Most Discerning Travelers"
|
||||
description="Our dedication to unparalleled service has earned us recognition and partnerships with leading luxury travel authorities."
|
||||
speed={60}
|
||||
@@ -310,16 +189,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "rotated-rays-static-grid",
|
||||
}}
|
||||
variant: "rotated-rays-static-grid"}}
|
||||
tag="Ready for your next adventure?"
|
||||
title="Begin Your Unforgettable Journey"
|
||||
description="Connect with our expert travel designers to start planning your bespoke luxury escape."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get in Touch",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Get in Touch", href: "/contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -328,62 +204,37 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Destinations",
|
||||
items: [
|
||||
title: "Destinations", items: [
|
||||
{
|
||||
label: "Europe",
|
||||
href: "/destinations#europe",
|
||||
},
|
||||
label: "Europe", href: "/destinations#europe"},
|
||||
{
|
||||
label: "Asia",
|
||||
href: "/destinations#asia",
|
||||
},
|
||||
label: "Asia", href: "/destinations#asia"},
|
||||
{
|
||||
label: "Africa",
|
||||
href: "/destinations#africa",
|
||||
},
|
||||
label: "Africa", href: "/destinations#africa"},
|
||||
{
|
||||
label: "Americas",
|
||||
href: "/destinations#americas",
|
||||
},
|
||||
label: "Americas", href: "/destinations#americas"},
|
||||
{
|
||||
label: "Polar Regions",
|
||||
href: "/destinations#polar",
|
||||
},
|
||||
label: "Polar Regions", href: "/destinations#polar"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Our Services",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Our Services", href: "/services"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "/testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "/testimonials"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user