Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
293
src/app/page.tsx
293
src/app/page.tsx
@@ -12,7 +12,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||
import { CalendarDays, Camera, Car, Globe, Headphones, Mountain } from "lucide-react";
|
||||
import { CalendarDays, Camera, Car, Globe, Headphones, Mountain, Sailboat, Hotel, Concierge } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -33,33 +33,19 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "About Us",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About Us", id: "#about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Destinations",
|
||||
id: "#destinations",
|
||||
},
|
||||
name: "Destinations", id: "#destinations"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQs",
|
||||
id: "#faqs",
|
||||
},
|
||||
name: "FAQs", id: "#faqs"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Talisman Tour"
|
||||
/>
|
||||
@@ -68,23 +54,18 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Your Journey Begins Here"
|
||||
description="Discover breathtaking destinations and create unforgettable memories with Talisman Tour. Your adventure, our expertise."
|
||||
tagAnimation="none"
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Tours",
|
||||
href: "#destinations",
|
||||
},
|
||||
text: "Explore Tours", href: "#destinations"},
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Contact Us", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="none"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hiker-tourist-with-backpack-top-mountain-puts-foot-rocks-stone_482257-120708.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hiker-tourist-with-backpack-top-mountain-puts-foot-rocks-stone_482257-120708.jpg"
|
||||
imageAlt="Couple watching sunset over a beautiful ocean"
|
||||
/>
|
||||
</div>
|
||||
@@ -97,19 +78,13 @@ export default function LandingPage() {
|
||||
description="For over a decade, Talisman Tour has been dedicated to crafting personalized travel experiences that inspire and delight. We believe every journey should be as unique as the traveler."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Expert Guides",
|
||||
description: "Travel with confidence alongside our experienced, local guides who provide deep insights and ensure a seamless journey.",
|
||||
},
|
||||
title: "Expert Guides", description: "Travel with confidence alongside our experienced, local guides who provide deep insights and ensure a seamless journey."},
|
||||
{
|
||||
title: "Tailored Itineraries",
|
||||
description: "From cultural immersion to adventure treks, we customize every detail to match your preferences and dreams.",
|
||||
},
|
||||
title: "Tailored Itineraries", description: "From cultural immersion to adventure treks, we customize every detail to match your preferences and dreams."},
|
||||
{
|
||||
title: "24/7 Support",
|
||||
description: "Our dedicated team is always available to assist you, ensuring peace of mind throughout your entire trip.",
|
||||
},
|
||||
title: "24/7 Support", description: "Our dedicated team is always available to assist you, ensuring peace of mind throughout your entire trip."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/day-office-travel-agency_23-2150769997.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/day-office-travel-agency_23-2150769997.jpg"
|
||||
imageAlt="Travel agency office with world map and computers"
|
||||
mediaAnimation="opacity"
|
||||
/>
|
||||
@@ -122,79 +97,52 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Customized Travel Planning",
|
||||
description: "Personalized itineraries designed for your unique preferences, ensuring every detail is perfect.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-traveler-writing-blank-notepad_23-2147837170.jpg",
|
||||
imageAlt: "Travel planning with a passport and world map",
|
||||
},
|
||||
title: "Customized Travel Planning", description: "Personalized itineraries designed for your unique preferences, ensuring every detail is perfect.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-traveler-writing-blank-notepad_23-2147837170.jpg", imageAlt: "Travel planning with a passport and world map"},
|
||||
items: [
|
||||
{
|
||||
icon: CalendarDays,
|
||||
text: "Flexible Dates",
|
||||
},
|
||||
text: "Flexible Dates"},
|
||||
{
|
||||
icon: Globe,
|
||||
text: "Global Destinations",
|
||||
},
|
||||
text: "Global Destinations"},
|
||||
{
|
||||
icon: Headphones,
|
||||
text: "Dedicated Support",
|
||||
},
|
||||
text: "Dedicated Support"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hiker-tourist-with-backpack-top-mountain-puts-foot-rocks-stone_482257-120708.jpg?_wi=2",
|
||||
imageAlt: "hand holding passport boarding pass airplane",
|
||||
},
|
||||
{
|
||||
title: "Adventure Expeditions",
|
||||
description: "Embark on thrilling journeys, from mountain climbing to exotic safaris, crafted for adrenaline seekers.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-swimming_23-2148926828.jpg",
|
||||
imageAlt: "Person hiking on a mountain trail at sunset",
|
||||
},
|
||||
title: "Adventure Expeditions", description: "Embark on thrilling journeys, from mountain climbing to exotic safaris, crafted for adrenaline seekers.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-swimming_23-2148926828.jpg", imageAlt: "Person hiking on a mountain trail at sunset"},
|
||||
items: [
|
||||
{
|
||||
icon: Mountain,
|
||||
text: "Hiking & Trekking",
|
||||
},
|
||||
text: "Hiking & Trekking"},
|
||||
{
|
||||
icon: Sailboat,
|
||||
text: "Water Sports",
|
||||
},
|
||||
text: "Water Sports"},
|
||||
{
|
||||
icon: Camera,
|
||||
text: "Wildlife Safaris",
|
||||
},
|
||||
text: "Wildlife Safaris"},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/day-office-travel-agency_23-2150769997.jpg?_wi=2",
|
||||
imageAlt: "hand holding passport boarding pass airplane",
|
||||
},
|
||||
{
|
||||
title: "Luxury Escapes",
|
||||
description: "Indulge in opulent resorts, private tours, and VIP experiences for an unparalleled level of comfort and style.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-embracing-with-woman-restaurant_23-2148016783.jpg",
|
||||
imageAlt: "Luxury resort with an infinity pool overlooking the ocean",
|
||||
},
|
||||
title: "Luxury Escapes", description: "Indulge in opulent resorts, private tours, and VIP experiences for an unparalleled level of comfort and style.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-embracing-with-woman-restaurant_23-2148016783.jpg", imageAlt: "Luxury resort with an infinity pool overlooking the ocean"},
|
||||
items: [
|
||||
{
|
||||
icon: Hotel,
|
||||
text: "Premium Accommodations",
|
||||
},
|
||||
text: "Premium Accommodations"},
|
||||
{
|
||||
icon: Car,
|
||||
text: "Private Transfers",
|
||||
},
|
||||
text: "Private Transfers"},
|
||||
{
|
||||
icon: Concierge,
|
||||
text: "Exclusive Access",
|
||||
},
|
||||
text: "Exclusive Access"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-globe-shaped-construction-bright-cloudy-sky_181624-8272.jpg?_wi=1",
|
||||
imageAlt: "hand holding passport boarding pass airplane",
|
||||
},
|
||||
]}
|
||||
title="Our Signature Services"
|
||||
@@ -210,47 +158,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "paris",
|
||||
name: "Paris, France",
|
||||
price: "Starting from $1800",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-globe-shaped-construction-bright-cloudy-sky_181624-8272.jpg?_wi=2",
|
||||
imageAlt: "Eiffel Tower in Paris",
|
||||
},
|
||||
id: "paris", name: "Paris, France", price: "Starting from $1800", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-globe-shaped-construction-bright-cloudy-sky_181624-8272.jpg", imageAlt: "Eiffel Tower in Paris"},
|
||||
{
|
||||
id: "tokyo",
|
||||
name: "Tokyo, Japan",
|
||||
price: "Starting from $2200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-japanese-garden_23-2149359753.jpg",
|
||||
imageAlt: "Tokyo cityscape with Mount Fuji in background",
|
||||
},
|
||||
id: "tokyo", name: "Tokyo, Japan", price: "Starting from $2200", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-japanese-garden_23-2149359753.jpg", imageAlt: "Tokyo cityscape with Mount Fuji in background"},
|
||||
{
|
||||
id: "bali",
|
||||
name: "Bali, Indonesia",
|
||||
price: "Starting from $1500",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-wearing-thai-clothing-that-pay-respect-sawasdee-symbol_1150-16172.jpg",
|
||||
imageAlt: "Bali temple surrounded by rice paddies",
|
||||
},
|
||||
id: "bali", name: "Bali, Indonesia", price: "Starting from $1500", imageSrc: "http://img.b2bpic.net/free-photo/women-wearing-thai-clothing-that-pay-respect-sawasdee-symbol_1150-16172.jpg", imageAlt: "Bali temple surrounded by rice paddies"},
|
||||
{
|
||||
id: "rome",
|
||||
name: "Rome, Italy",
|
||||
price: "Starting from $1750",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/statue-augustus-caesar-rome-italy_1268-20508.jpg",
|
||||
imageAlt: "Colosseum in Rome",
|
||||
},
|
||||
id: "rome", name: "Rome, Italy", price: "Starting from $1750", imageSrc: "http://img.b2bpic.net/free-photo/statue-augustus-caesar-rome-italy_1268-20508.jpg", imageAlt: "Colosseum in Rome"},
|
||||
{
|
||||
id: "newyork",
|
||||
name: "New York, USA",
|
||||
price: "Starting from $2000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/yellow-pink-billboards-against-blue-sky_23-2147901159.jpg",
|
||||
imageAlt: "Statue of Liberty in New York",
|
||||
},
|
||||
id: "newyork", name: "New York, USA", price: "Starting from $2000", imageSrc: "http://img.b2bpic.net/free-photo/yellow-pink-billboards-against-blue-sky_23-2147901159.jpg", imageAlt: "Statue of Liberty in New York"},
|
||||
{
|
||||
id: "cairo",
|
||||
name: "Cairo, Egypt",
|
||||
price: "Starting from $1950",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-sailing-boat-ocean-sunset_181624-9856.jpg",
|
||||
imageAlt: "Pyramids of Giza and Sphinx",
|
||||
},
|
||||
id: "cairo", name: "Cairo, Egypt", price: "Starting from $1950", imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-sailing-boat-ocean-sunset_181624-9856.jpg", imageAlt: "Pyramids of Giza and Sphinx"},
|
||||
]}
|
||||
title="Popular Destinations"
|
||||
description="Explore our hand-picked selection of the world's most captivating places. Find your next adventure today."
|
||||
@@ -263,50 +181,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Dream Vacation Realized!",
|
||||
quote: "Talisman Tour crafted the most incredible trip to Italy for us. Every detail was perfect, from the charming hotels to the private tours. It was truly a once-in-a-lifetime experience!",
|
||||
name: "Sarah J.",
|
||||
role: "Frequent Traveler",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/charming-woman-looks-into-camera-smiles-caucasian-short-haired-lady-black-jacket-laughing-posing-isolated_197531-18517.jpg",
|
||||
imageAlt: "Sarah J. avatar",
|
||||
},
|
||||
id: "1", title: "Dream Vacation Realized!", quote: "Talisman Tour crafted the most incredible trip to Italy for us. Every detail was perfect, from the charming hotels to the private tours. It was truly a once-in-a-lifetime experience!", name: "Sarah J.", role: "Frequent Traveler", imageSrc: "http://img.b2bpic.net/free-photo/charming-woman-looks-into-camera-smiles-caucasian-short-haired-lady-black-jacket-laughing-posing-isolated_197531-18517.jpg", imageAlt: "Sarah J. avatar"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Seamless Adventure in Japan",
|
||||
quote: "Our trip to Japan was flawlessly organized by Talisman Tour. The guides were amazing, and the itinerary allowed us to experience both vibrant city life and serene natural beauty. Highly recommend!",
|
||||
name: "Mark T.",
|
||||
role: "Explorer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-wearing-casual-clothes-with-happy-cool-smile-face-lucky-person_839833-3198.jpg",
|
||||
imageAlt: "Mark T. avatar",
|
||||
},
|
||||
id: "2", title: "Seamless Adventure in Japan", quote: "Our trip to Japan was flawlessly organized by Talisman Tour. The guides were amazing, and the itinerary allowed us to experience both vibrant city life and serene natural beauty. Highly recommend!", name: "Mark T.", role: "Explorer", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-wearing-casual-clothes-with-happy-cool-smile-face-lucky-person_839833-3198.jpg", imageAlt: "Mark T. avatar"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Unforgettable African Safari",
|
||||
quote: "The safari Talisman Tour arranged for us was beyond our wildest dreams. We saw so much wildlife, and the accommodations were luxurious. They handled everything, making it completely stress-free.",
|
||||
name: "Emily R.",
|
||||
role: "Wildlife Enthusiast",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-with-pink-bag-holding-bank-card-white-wall_179666-45789.jpg",
|
||||
imageAlt: "Emily R. avatar",
|
||||
},
|
||||
id: "3", title: "Unforgettable African Safari", quote: "The safari Talisman Tour arranged for us was beyond our wildest dreams. We saw so much wildlife, and the accommodations were luxurious. They handled everything, making it completely stress-free.", name: "Emily R.", role: "Wildlife Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-with-pink-bag-holding-bank-card-white-wall_179666-45789.jpg", imageAlt: "Emily R. avatar"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Perfect Family Getaway to Bali",
|
||||
quote: "Talisman Tour made our family vacation to Bali so special. They understood our needs with young children and planned activities everyone enjoyed. We can't wait to book our next trip!",
|
||||
name: "David K.",
|
||||
role: "Family Man",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-elderly-man-taking-stroll_23-2150233355.jpg",
|
||||
imageAlt: "David K. avatar",
|
||||
},
|
||||
id: "4", title: "Perfect Family Getaway to Bali", quote: "Talisman Tour made our family vacation to Bali so special. They understood our needs with young children and planned activities everyone enjoyed. We can't wait to book our next trip!", name: "David K.", role: "Family Man", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-elderly-man-taking-stroll_23-2150233355.jpg", imageAlt: "David K. avatar"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Honeymoon Bliss in the Maldives",
|
||||
quote: "Our honeymoon was absolutely magical thanks to Talisman Tour. The Maldives resort they recommended was stunning, and every moment felt like a dream. We're already planning our anniversary trip!",
|
||||
name: "Jessica & Alex",
|
||||
role: "Newlyweds",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-by-sea-side_23-2149347047.jpg",
|
||||
imageAlt: "Jessica and Alex avatars",
|
||||
},
|
||||
id: "5", title: "Honeymoon Bliss in the Maldives", quote: "Our honeymoon was absolutely magical thanks to Talisman Tour. The Maldives resort they recommended was stunning, and every moment felt like a dream. We're already planning our anniversary trip!", name: "Jessica & Alex", role: "Newlyweds", imageSrc: "http://img.b2bpic.net/free-photo/friends-having-fun-by-sea-side_23-2149347047.jpg", imageAlt: "Jessica and Alex avatars"},
|
||||
]}
|
||||
title="What Our Travelers Say"
|
||||
description="Hear from our happy customers who experienced the world with Talisman Tour."
|
||||
@@ -318,22 +201,14 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "years-experience",
|
||||
value: "10+",
|
||||
description: "Years of Experience",
|
||||
},
|
||||
id: "years-experience", value: "10+", description: "Years of Experience"},
|
||||
{
|
||||
id: "happy-travelers",
|
||||
value: "5000+",
|
||||
description: "Happy Travelers Served",
|
||||
},
|
||||
id: "happy-travelers", value: "5000+", description: "Happy Travelers Served"},
|
||||
{
|
||||
id: "destinations",
|
||||
value: "100+",
|
||||
description: "Global Destinations",
|
||||
},
|
||||
id: "destinations", value: "100+", description: "Global Destinations"},
|
||||
]}
|
||||
title="Our Achievements"
|
||||
description="Numbers that speak volumes about our commitment to exceptional travel."
|
||||
@@ -345,25 +220,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "booking-process",
|
||||
title: "How do I book a tour?",
|
||||
content: "You can book a tour directly through our website by selecting your desired destination and dates, or by contacting our travel specialists via phone or email for a personalized consultation.",
|
||||
},
|
||||
id: "booking-process", title: "How do I book a tour?", content: "You can book a tour directly through our website by selecting your desired destination and dates, or by contacting our travel specialists via phone or email for a personalized consultation."},
|
||||
{
|
||||
id: "custom-itinerary",
|
||||
title: "Can I customize my itinerary?",
|
||||
content: "Absolutely! We specialize in creating tailored travel experiences. Our experts will work closely with you to design an itinerary that perfectly matches your interests, budget, and schedule.",
|
||||
},
|
||||
id: "custom-itinerary", title: "Can I customize my itinerary?", content: "Absolutely! We specialize in creating tailored travel experiences. Our experts will work closely with you to design an itinerary that perfectly matches your interests, budget, and schedule."},
|
||||
{
|
||||
id: "payment-options",
|
||||
title: "What payment options are available?",
|
||||
content: "We accept major credit cards (Visa, MasterCard, American Express) and bank transfers. Flexible payment plans and installment options may also be available for certain packages. Please inquire with our team.",
|
||||
},
|
||||
id: "payment-options", title: "What payment options are available?", content: "We accept major credit cards (Visa, MasterCard, American Express) and bank transfers. Flexible payment plans and installment options may also be available for certain packages. Please inquire with our team."},
|
||||
{
|
||||
id: "travel-insurance",
|
||||
title: "Is travel insurance included?",
|
||||
content: "Travel insurance is not typically included in our standard packages, but we strongly recommend purchasing comprehensive travel insurance. We can provide recommendations and assist you in finding suitable coverage.",
|
||||
},
|
||||
id: "travel-insurance", title: "Is travel insurance included?", content: "Travel insurance is not typically included in our standard packages, but we strongly recommend purchasing comprehensive travel insurance. We can provide recommendations and assist you in finding suitable coverage."},
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Find quick answers to common questions about booking, travel, and our services."
|
||||
@@ -376,8 +239,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get in Touch"
|
||||
title="Plan Your Next Adventure"
|
||||
description="Ready to explore the world? Contact us today to start planning your dream trip with Talisman Tour."
|
||||
@@ -392,62 +254,37 @@ export default function LandingPage() {
|
||||
logoText="Talisman Tour"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Destinations",
|
||||
items: [
|
||||
title: "Destinations", items: [
|
||||
{
|
||||
label: "Europe",
|
||||
href: "#destinations",
|
||||
},
|
||||
label: "Europe", href: "#destinations"},
|
||||
{
|
||||
label: "Asia",
|
||||
href: "#destinations",
|
||||
},
|
||||
label: "Asia", href: "#destinations"},
|
||||
{
|
||||
label: "Americas",
|
||||
href: "#destinations",
|
||||
},
|
||||
label: "Americas", href: "#destinations"},
|
||||
{
|
||||
label: "Africa",
|
||||
href: "#destinations",
|
||||
},
|
||||
label: "Africa", href: "#destinations"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "#faqs",
|
||||
},
|
||||
label: "FAQs", href: "#faqs"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
{
|
||||
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