Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-03-26 10:55:08 +00:00
2 changed files with 92 additions and 325 deletions

View File

@@ -7,7 +7,7 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
import SplitAbout from '@/components/sections/about/SplitAbout';
import TeamCardFive from '@/components/sections/team/TeamCardFive';
import { Eye, Users } from "lucide-react";
import { Eye, Users, Leaf } from "lucide-react";
export default function LandingPage() {
return (
@@ -28,30 +28,15 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "home",
href: "/",
},
name: "Home", id: "/"},
{
name: "About",
id: "about",
href: "/about",
},
name: "About", id: "/about"},
{
name: "Destinations",
id: "destinations",
href: "/destinations",
},
name: "Destinations", id: "/destinations"},
{
name: "Pricing",
id: "pricing",
href: "/pricing",
},
name: "Pricing", id: "/pricing"},
{
name: "Contact",
id: "contact",
href: "/contact",
},
name: "Contact", id: "/contact"},
]}
brandName="Wanderlust Journeys"
bottomLeftText="Explore the World"
@@ -67,19 +52,13 @@ export default function LandingPage() {
description="Wanderlust Journeys was born from a passion for exploration and a commitment to delivering exceptional travel experiences. For over a decade, we've specialized in personalized itineraries that uncover the world's most breathtaking destinations."
bulletPoints={[
{
title: "Visionary Travel",
description: "Pioneering unique itineraries that connect you deeply with cultures and landscapes.",
icon: Eye,
title: "Visionary Travel", description: "Pioneering unique itineraries that connect you deeply with cultures and landscapes.", icon: Eye,
},
{
title: "Expert Guidance",
description: "Our seasoned travel advisors provide unparalleled expertise and support, ensuring every detail is perfect.",
icon: Users,
title: "Expert Guidance", description: "Our seasoned travel advisors provide unparalleled expertise and support, ensuring every detail is perfect.", icon: Users,
},
{
title: "Sustainable Impact",
description: "Committed to responsible tourism, we support local communities and preserve natural wonders.",
icon: Leaf,
title: "Sustainable Impact", description: "Committed to responsible tourism, we support local communities and preserve natural wonders.", icon: Leaf,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/female-tourists-spread-their-arms-held-their-wings-smiling-happily_1150-7585.jpg"
@@ -95,20 +74,14 @@ export default function LandingPage() {
description="Our commitment to excellence is reflected in every journey we plan. Discover the numbers that speak to our dedication and success in creating memorable adventures."
metrics={[
{
value: "10+",
title: "Years of Excellence",
},
value: "10+", title: "Years of Excellence"},
{
value: "150+",
title: "Destinations Explored",
},
value: "150+", title: "Destinations Explored"},
{
value: "98%",
title: "Satisfied Travelers",
},
value: "98%", title: "Satisfied Travelers"},
]}
tag="Our Impact"
imageSrc="http://img.b2bpic.net/free-photo/female-tourist-who-is-looking-binoculars-see-atmosphere-waterfall_1150-7582.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/female-tourist-who-is-looking-binoculars-see-atmosphere-waterfall_1150-7582.jpg"
imageAlt="female tourist looking through binoculars at a waterfall"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
@@ -122,33 +95,13 @@ export default function LandingPage() {
useInvertedBackground={false}
team={[
{
id: "1",
name: "Anya Sharma",
role: "Chief Explorer Officer",
imageSrc: "http://img.b2bpic.net/free-photo/pleased-happy-female-model-poses-black-bikini-straw-hat-has-broad-smile-while-looks-sunshine-stands-beach-near-sea-ocean-smiles-joyfully-people-summer-time-rest-concept_273609-2884.jpg?_wi=3",
imageAlt: "Anya Sharma",
},
id: "1", name: "Anya Sharma", role: "Chief Explorer Officer", imageSrc: "http://img.b2bpic.net/free-photo/pleased-happy-female-model-poses-black-bikini-straw-hat-has-broad-smile-while-looks-sunshine-stands-beach-near-sea-ocean-smiles-joyfully-people-summer-time-rest-concept_273609-2884.jpg", imageAlt: "Anya Sharma"},
{
id: "2",
name: "Mark Jensen",
role: "Head of Global Destinations",
imageSrc: "http://img.b2bpic.net/free-photo/traveler-stands-alone-edge-towering-mountain-range_482257-117933.jpg?_wi=3",
imageAlt: "Mark Jensen",
},
id: "2", name: "Mark Jensen", role: "Head of Global Destinations", imageSrc: "http://img.b2bpic.net/free-photo/traveler-stands-alone-edge-towering-mountain-range_482257-117933.jpg", imageAlt: "Mark Jensen"},
{
id: "3",
name: "Sophia Lee",
role: "Client Experience Lead",
imageSrc: "http://img.b2bpic.net/free-photo/laughing-man-woman-embracing_23-2147850507.jpg?_wi=2",
imageAlt: "Sophia Lee",
},
id: "3", name: "Sophia Lee", role: "Client Experience Lead", imageSrc: "http://img.b2bpic.net/free-photo/laughing-man-woman-embracing_23-2147850507.jpg", imageAlt: "Sophia Lee"},
{
id: "4",
name: "David Chen",
role: "Logistics & Operations Manager",
imageSrc: "http://img.b2bpic.net/free-photo/father-child-exploring-seashells-beach-sunset-toddler-with-dad-sand_169016-69731.jpg?_wi=2",
imageAlt: "David Chen",
},
id: "4", name: "David Chen", role: "Logistics & Operations Manager", imageSrc: "http://img.b2bpic.net/free-photo/father-child-exploring-seashells-beach-sunset-toddler-with-dad-sand_169016-69731.jpg", imageAlt: "David Chen"},
]}
title="Meet the Architects of Your Adventures"
description="Our dedicated team of travel experts is passionate about creating your perfect escape, from meticulous planning to seamless execution. We live and breathe travel."
@@ -160,75 +113,45 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "/about",
},
label: "About Us", href: "/about"},
{
label: "Our Team",
href: "/about#team",
},
label: "Our Team", href: "/about#team"},
{
label: "Careers",
href: "#",
},
label: "Careers", href: "#"},
{
label: "Blog",
href: "#",
},
label: "Blog", href: "#"},
],
},
{
title: "Destinations",
items: [
title: "Destinations", items: [
{
label: "Asia",
href: "/destinations#asia",
},
label: "Asia", 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: "Support",
items: [
title: "Support", items: [
{
label: "FAQ",
href: "/pricing#faq",
},
label: "FAQ", href: "/pricing#faq"},
{
label: "Contact Us",
href: "/contact",
},
label: "Contact Us", href: "/contact"},
{
label: "Booking Policy",
href: "#",
},
label: "Booking Policy", href: "#"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
],
},
]}

View File

@@ -32,30 +32,15 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "home",
href: "/",
},
name: "Home", id: "/"},
{
name: "About",
id: "about",
href: "/about",
},
name: "About", id: "/about"},
{
name: "Destinations",
id: "destinations",
href: "/destinations",
},
name: "Destinations", id: "/destinations"},
{
name: "Pricing",
id: "pricing",
href: "/pricing",
},
name: "Pricing", id: "/pricing"},
{
name: "Contact",
id: "contact",
href: "/contact",
},
name: "Contact", id: "/contact"},
]}
brandName="Wanderlust Journeys"
bottomLeftText="Explore the World"
@@ -66,19 +51,14 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroLogoBillboardSplit
background={{
variant: "plain",
}}
variant: "plain"}}
logoText="Wanderlust Journeys"
description="Unlock a world of breathtaking beauty and unique experiences. We meticulously craft every journey to be as extraordinary as you are, ensuring memories that last a lifetime."
buttons={[
{
text: "Explore Destinations",
href: "/destinations",
},
text: "Explore Destinations", href: "/destinations"},
{
text: "Plan Your Adventure",
href: "/contact",
},
text: "Plan Your Adventure", href: "/contact"},
]}
buttonAnimation="slide-up"
layoutOrder="default"
@@ -94,19 +74,13 @@ export default function LandingPage() {
useInvertedBackground={false}
heading={[
{
type: "text",
content: "Discover Your Next Unforgettable Adventure with ",
},
type: "text", content: "Discover Your Next Unforgettable Adventure with "},
{
type: "text",
content: "Wanderlust Journeys",
},
type: "text", content: "Wanderlust Journeys"},
]}
buttons={[
{
text: "Our Story",
href: "/about",
},
text: "Our Story", href: "/about"},
]}
buttonAnimation="opacity"
/>
@@ -119,25 +93,13 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Personalized Itineraries",
description: "Every journey is crafted just for you, matching your interests, pace, and budget for a truly unique adventure.",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-traveling-without-covid_23-2149077823.jpg?_wi=1",
imageAlt: "Custom map with pins for personalized travel",
},
title: "Personalized Itineraries", description: "Every journey is crafted just for you, matching your interests, pace, and budget for a truly unique adventure.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-traveling-without-covid_23-2149077823.jpg", imageAlt: "Custom map with pins for personalized travel"},
{
id: 2,
title: "24/7 Expert Support",
description: "Travel with confidence knowing our dedicated team is available around the clock to assist you, wherever you are in the world.",
imageSrc: "http://img.b2bpic.net/free-photo/young-asian-woman-sit-chair-near-stream-listening-music-wireless-headphones-use-tablet-with-happily-while-camping-woods-copy-space_1150-61820.jpg?_wi=1",
imageAlt: "Customer service icon with global reach",
},
title: "24/7 Expert Support", description: "Travel with confidence knowing our dedicated team is available around the clock to assist you, wherever you are in the world.", imageSrc: "http://img.b2bpic.net/free-photo/young-asian-woman-sit-chair-near-stream-listening-music-wireless-headphones-use-tablet-with-happily-while-camping-woods-copy-space_1150-61820.jpg", imageAlt: "Customer service icon with global reach"},
{
id: 3,
title: "Authentic Local Experiences",
description: "Immerse yourself in the culture with hand-picked activities and hidden gems that offer a true taste of your destination.",
imageSrc: "http://img.b2bpic.net/free-photo/female-tourist-who-is-looking-binoculars-see-atmosphere-waterfall_1150-7582.jpg?_wi=1",
imageAlt: "Local market or cultural festival scene",
},
title: "Authentic Local Experiences", description: "Immerse yourself in the culture with hand-picked activities and hidden gems that offer a true taste of your destination.", imageSrc: "http://img.b2bpic.net/free-photo/female-tourist-who-is-looking-binoculars-see-atmosphere-waterfall_1150-7582.jpg", imageAlt: "Local market or cultural festival scene"},
]}
title="Why Choose Wanderlust Journeys?"
description="We specialize in creating personalized, immersive, and hassle-free travel experiences tailored to your desires. Let us handle the details while you make memories."
@@ -153,33 +115,13 @@ export default function LandingPage() {
carouselMode="buttons"
products={[
{
id: "bali-escape",
name: "Bali Paradise Escape",
price: "Starting from $1,800",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-relaxing-around-swimming-pool-resort-hotel-vacation_74190-16271.jpg?_wi=1",
imageAlt: "Lush green rice paddies in Bali",
},
id: "bali-escape", name: "Bali Paradise Escape", price: "Starting from $1,800", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-asian-woman-relaxing-around-swimming-pool-resort-hotel-vacation_74190-16271.jpg", imageAlt: "Lush green rice paddies in Bali"},
{
id: "paris-romance",
name: "Parisian Romance Getaway",
price: "Starting from $2,200",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-lyon-from-top-notre-dame-de-fourviere_268835-712.jpg?_wi=1",
imageAlt: "Eiffel Tower at sunset in Paris",
},
id: "paris-romance", name: "Parisian Romance Getaway", price: "Starting from $2,200", imageSrc: "http://img.b2bpic.net/free-photo/vertical-view-lyon-from-top-notre-dame-de-fourviere_268835-712.jpg", imageAlt: "Eiffel Tower at sunset in Paris"},
{
id: "african-safari",
name: "Grand African Safari",
price: "Starting from $3,500",
imageSrc: "http://img.b2bpic.net/free-photo/horses-running-hill_53876-41695.jpg?_wi=1",
imageAlt: "Elephants walking across the savanna at sunset",
},
id: "african-safari", name: "Grand African Safari", price: "Starting from $3,500", imageSrc: "http://img.b2bpic.net/free-photo/horses-running-hill_53876-41695.jpg", imageAlt: "Elephants walking across the savanna at sunset"},
{
id: "japan-cultural",
name: "Japan Cultural Journey",
price: "Starting from $2,900",
imageSrc: "http://img.b2bpic.net/free-photo/japan-city-night-with-cars-people_23-2148942973.jpg?_wi=1",
imageAlt: "Japanese temple with cherry blossoms",
},
id: "japan-cultural", name: "Japan Cultural Journey", price: "Starting from $2,900", imageSrc: "http://img.b2bpic.net/free-photo/japan-city-night-with-cars-people_23-2148942973.jpg", imageAlt: "Japanese temple with cherry blossoms"},
]}
title="Curated Destinations for Every Explorer"
description="From serene beaches to vibrant cityscapes, thrilling safaris to ancient wonders, find your perfect escape in our diverse collection."
@@ -194,82 +136,31 @@ export default function LandingPage() {
carouselMode="buttons"
testimonials={[
{
id: "1",
name: "Sarah J.",
role: "Adventure Seeker",
company: "Solo Explorer",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/pleased-happy-female-model-poses-black-bikini-straw-hat-has-broad-smile-while-looks-sunshine-stands-beach-near-sea-ocean-smiles-joyfully-people-summer-time-rest-concept_273609-2884.jpg?_wi=1",
imageAlt: "Smiling woman on a beach",
},
id: "1", name: "Sarah J.", role: "Adventure Seeker", company: "Solo Explorer", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/pleased-happy-female-model-poses-black-bikini-straw-hat-has-broad-smile-while-looks-sunshine-stands-beach-near-sea-ocean-smiles-joyfully-people-summer-time-rest-concept_273609-2884.jpg", imageAlt: "Smiling woman on a beach"},
{
id: "2",
name: "Michael C.",
role: "Family Vacationer",
company: "Chen Family",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/traveler-stands-alone-edge-towering-mountain-range_482257-117933.jpg?_wi=1",
imageAlt: "Man enjoying mountain view",
},
id: "2", name: "Michael C.", role: "Family Vacationer", company: "Chen Family", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/traveler-stands-alone-edge-towering-mountain-range_482257-117933.jpg", imageAlt: "Man enjoying mountain view"},
{
id: "3",
name: "Emily R.",
role: "Romantic Getaway Planner",
company: "Couple's Retreats",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/laughing-man-woman-embracing_23-2147850507.jpg?_wi=1",
imageAlt: "Couple enjoying a city break",
},
id: "3", name: "Emily R.", role: "Romantic Getaway Planner", company: "Couple's Retreats", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/laughing-man-woman-embracing_23-2147850507.jpg", imageAlt: "Couple enjoying a city break"},
{
id: "4",
name: "David K.",
role: "Group Tour Organizer",
company: "Friends on Tour",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/father-child-exploring-seashells-beach-sunset-toddler-with-dad-sand_169016-69731.jpg?_wi=1",
imageAlt: "Family playing on a beach",
},
id: "4", name: "David K.", role: "Group Tour Organizer", company: "Friends on Tour", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/father-child-exploring-seashells-beach-sunset-toddler-with-dad-sand_169016-69731.jpg", imageAlt: "Family playing on a beach"},
{
id: "5",
name: "Jessica L.",
role: "Cultural Traveler",
company: "Discovery Tours",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/pleased-happy-female-model-poses-black-bikini-straw-hat-has-broad-smile-while-looks-sunshine-stands-beach-near-sea-ocean-smiles-joyfully-people-summer-time-rest-concept_273609-2884.jpg?_wi=2",
imageAlt: "Smiling woman on a beach",
},
id: "5", name: "Jessica L.", role: "Cultural Traveler", company: "Discovery Tours", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/pleased-happy-female-model-poses-black-bikini-straw-hat-has-broad-smile-while-looks-sunshine-stands-beach-near-sea-ocean-smiles-joyfully-people-summer-time-rest-concept_273609-2884.jpg", imageAlt: "Smiling woman on a beach"},
{
id: "6",
name: "Daniel P.",
role: "Nature Enthusiast",
company: "Eco-Adventures",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/traveler-stands-alone-edge-towering-mountain-range_482257-117933.jpg?_wi=2",
imageAlt: "Man enjoying mountain view",
},
id: "6", name: "Daniel P.", role: "Nature Enthusiast", company: "Eco-Adventures", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/traveler-stands-alone-edge-towering-mountain-range_482257-117933.jpg", imageAlt: "Man enjoying mountain view"},
]}
kpiItems={[
{
id: "1",
title: "Satisfied Customers",
subtitle: "Globally",
category: "Travelers",
value: "10k+",
},
title: "Satisfied Customers", subtitle: "Globally", category: "Travelers", value: "10k+"},
{
id: "2",
title: "Dream Destinations",
subtitle: "Explored",
category: "Locations",
value: "100+",
},
title: "Dream Destinations", subtitle: "Explored", category: "Locations", value: "100+"},
{
id: "3",
title: "Years of Experience",
subtitle: "In Travel",
category: "Expertise",
value: "15+",
},
title: "Years of Experience", subtitle: "In Travel", category: "Expertise", value: "15+"},
]}
title="Hear From Our Happy Travelers"
description="Our clients' unforgettable memories are the best testament to our commitment to exceptional travel experiences."
@@ -281,13 +172,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
logos={[
"http://img.b2bpic.net/free-vector/abstract-gradient-business-card-template_23-2148185610.jpg",
"http://img.b2bpic.net/free-vector/summer-badges-collection-with-beach-elements_23-2147837749.jpg",
"http://img.b2bpic.net/free-vector/flat-travel-agency-horizontal-business-card-template_23-2149374346.jpg",
"http://img.b2bpic.net/free-vector/travel-agency-business-labels-collection_23-2149636864.jpg",
"http://img.b2bpic.net/free-vector/eco-tourism-landing-page_23-2148628422.jpg",
"http://img.b2bpic.net/free-vector/luxury-retro-logo-collection_23-2148359166.jpg",
"http://img.b2bpic.net/free-vector/four-different-transports_1268-154.jpg",
"http://img.b2bpic.net/free-vector/abstract-gradient-business-card-template_23-2148185610.jpg", "http://img.b2bpic.net/free-vector/summer-badges-collection-with-beach-elements_23-2147837749.jpg", "http://img.b2bpic.net/free-vector/flat-travel-agency-horizontal-business-card-template_23-2149374346.jpg", "http://img.b2bpic.net/free-vector/travel-agency-business-labels-collection_23-2149636864.jpg", "http://img.b2bpic.net/free-vector/eco-tourism-landing-page_23-2148628422.jpg", "http://img.b2bpic.net/free-vector/luxury-retro-logo-collection_23-2148359166.jpg", "http://img.b2bpic.net/free-vector/four-different-transports_1268-154.jpg"]}
names={[
"airlux airline", "oceana resorts", "explorehubs travel", "globetrotter tours", "vista safari", "horizon stays", "skyhigh cruises"
]}
title="Trusted by Leading Travel Partners"
description="We collaborate with the best airlines, hotels, and local operators to ensure seamless and high-quality travel experiences."
@@ -302,30 +189,15 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "1",
title: "How do I book a trip?",
content: "Booking your dream trip is easy! Simply browse our destinations, select a package, and follow the steps to customize your itinerary or contact our agents for personalized assistance.",
},
id: "1", title: "How do I book a trip?", content: "Booking your dream trip is easy! Simply browse our destinations, select a package, and follow the steps to customize your itinerary or contact our agents for personalized assistance."},
{
id: "2",
title: "What payment methods do you accept?",
content: "We accept all major credit cards, bank transfers, and several online payment platforms. Flexible payment plans are also available for most packages.",
},
id: "2", title: "What payment methods do you accept?", content: "We accept all major credit cards, bank transfers, and several online payment platforms. Flexible payment plans are also available for most packages."},
{
id: "3",
title: "Can I customize my travel package?",
content: "Absolutely! All our packages are fully customizable. Work with our travel experts to tailor your itinerary, accommodations, and activities to your exact preferences.",
},
id: "3", title: "Can I customize my travel package?", content: "Absolutely! All our packages are fully customizable. Work with our travel experts to tailor your itinerary, accommodations, and activities to your exact preferences."},
{
id: "4",
title: "What if I need to cancel or change my booking?",
content: "We understand plans can change. Please refer to our flexible cancellation policy or contact our support team to discuss your options for modifying or canceling your booking.",
},
id: "4", title: "What if I need to cancel or change my booking?", content: "We understand plans can change. Please refer to our flexible cancellation policy or contact our support team to discuss your options for modifying or canceling your booking."},
{
id: "5",
title: "Are travel insurance options available?",
content: "Yes, we highly recommend purchasing travel insurance. We can provide options from trusted providers to protect your investment and ensure peace of mind during your journey.",
},
id: "5", title: "Are travel insurance options available?", content: "Yes, we highly recommend purchasing travel insurance. We can provide options from trusted providers to protect your investment and ensure peace of mind during your journey."},
]}
title="Frequently Asked Questions"
description="Find quick answers to common questions about booking, destinations, and our services."
@@ -337,12 +209,11 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Get in Touch"
title="Plan Your Dream Getaway"
description="Ready to embark on an unforgettable journey? Our travel experts are here to help you every step of the way."
imageSrc="http://img.b2bpic.net/free-photo/table-with-map-touristic-set_23-2147732616.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/table-with-map-touristic-set_23-2147732616.jpg"
imageAlt="Stylized world map with connecting lines"
mediaAnimation="slide-up"
mediaPosition="right"
@@ -358,66 +229,39 @@ export default function LandingPage() {
imageAlt="Serene mountain lake at sunset"
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"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "/about",
},
label: "About Us", href: "/about"},
{
label: "Our Team",
href: "/about#team",
},
label: "Our Team", href: "/about#team"},
{
label: "Careers",
href: "#",
},
label: "Careers", href: "#"},
{
label: "Blog",
href: "#",
},
label: "Blog", href: "#"},
],
},
{
title: "Support",
items: [
title: "Support", items: [
{
label: "FAQ",
href: "#faq",
},
label: "FAQ", href: "#faq"},
{
label: "Contact",
href: "/contact",
},
label: "Contact", href: "/contact"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
],
},
]}