Update src/app/about/page.tsx
This commit is contained in:
@@ -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"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user