Merge version_1 into main #2
@@ -28,40 +28,20 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
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: "Services",
|
||||
id: "services",
|
||||
href: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
href: "/testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "/testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
href: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "Book Now",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Book Now", href: "/contact"}}
|
||||
brandName="Wanderlust Tours"
|
||||
/>
|
||||
</div>
|
||||
@@ -74,22 +54,16 @@ export default function LandingPage() {
|
||||
description="Wanderlust Tours began with a simple passion: to share the world's most breathtaking destinations and unique cultural experiences. For over a decade, we've dedicated ourselves to crafting unforgettable journeys that go beyond the ordinary."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Expert Guidance",
|
||||
description: "Benefit from our team's deep knowledge and personal travel experiences.",
|
||||
icon: Compass,
|
||||
title: "Expert Guidance", description: "Benefit from our team's deep knowledge and personal travel experiences.", icon: Compass,
|
||||
},
|
||||
{
|
||||
title: "Tailored Itineraries",
|
||||
description: "Every trip is designed to match your unique desires and travel style.",
|
||||
icon: Palette,
|
||||
title: "Tailored Itineraries", description: "Every trip is designed to match your unique desires and travel style.", icon: Palette,
|
||||
},
|
||||
{
|
||||
title: "Unforgettable Memories",
|
||||
description: "We focus on creating moments that last a lifetime, not just bookings.",
|
||||
icon: Sparkles,
|
||||
title: "Unforgettable Memories", description: "We focus on creating moments that last a lifetime, not just bookings.", icon: Sparkles,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-hands-with-different-items_23-2148925821.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-hands-with-different-items_23-2148925821.jpg"
|
||||
imageAlt="diverse travel agency team smiling"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -102,19 +76,13 @@ export default function LandingPage() {
|
||||
description="Our commitment to exceptional travel experiences is reflected in the trust and satisfaction of our global community."
|
||||
metrics={[
|
||||
{
|
||||
value: "10+",
|
||||
title: "Years of Experience",
|
||||
},
|
||||
value: "10+", title: "Years of Experience"},
|
||||
{
|
||||
value: "5000+",
|
||||
title: "Happy Travelers",
|
||||
},
|
||||
value: "5000+", title: "Happy Travelers"},
|
||||
{
|
||||
value: "100+",
|
||||
title: "Global Destinations",
|
||||
},
|
||||
value: "100+", title: "Global Destinations"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/group-friends-planning-trip-while-having-breakfast_23-2148952430.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/group-friends-planning-trip-while-having-breakfast_23-2148952430.jpg"
|
||||
imageAlt="custom travel itinerary map globe"
|
||||
mediaAnimation="slide-up"
|
||||
metricsAnimation="blur-reveal"
|
||||
@@ -128,26 +96,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
team={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Chen",
|
||||
role: "Chief Explorer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-with-book_23-2148330607.jpg?_wi=2",
|
||||
imageAlt: "Sarah Chen portrait",
|
||||
},
|
||||
id: "1", name: "Sarah Chen", role: "Chief Explorer", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-with-book_23-2148330607.jpg", imageAlt: "Sarah Chen portrait"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark Johnson",
|
||||
role: "Logistics Lead",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1675.jpg?_wi=2",
|
||||
imageAlt: "Mark Johnson portrait",
|
||||
},
|
||||
id: "2", name: "Mark Johnson", role: "Logistics Lead", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1675.jpg", imageAlt: "Mark Johnson portrait"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Aisha Khan",
|
||||
role: "Destination Specialist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-standing_23-2148653434.jpg?_wi=2",
|
||||
imageAlt: "Aisha Khan portrait",
|
||||
},
|
||||
id: "3", name: "Aisha Khan", role: "Destination Specialist", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-standing_23-2148653434.jpg", imageAlt: "Aisha Khan portrait"},
|
||||
]}
|
||||
title="Meet the Architects of Your Dream Trips"
|
||||
description="Our passionate team of travel experts, local guides, and support staff are dedicated to making every journey seamless and extraordinary."
|
||||
@@ -158,37 +111,23 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
title: "Explore", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Destinations",
|
||||
href: "/destinations",
|
||||
},
|
||||
label: "Destinations", href: "/destinations"},
|
||||
{
|
||||
label: "Our Services",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Our Services", href: "/services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact Us", href: "/contact"},
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "/faqs",
|
||||
},
|
||||
label: "FAQs", href: "/faqs"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "/testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "/testimonials"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -27,40 +27,20 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
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: "Services",
|
||||
id: "services",
|
||||
href: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
href: "/testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "/testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
href: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "Book Now",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Book Now", href: "/contact"}}
|
||||
brandName="Wanderlust Tours"
|
||||
/>
|
||||
</div>
|
||||
@@ -72,49 +52,21 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Kyoto, Japan",
|
||||
tags: [
|
||||
"Culture",
|
||||
"History",
|
||||
"Nature",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/byodo-temple_74190-5416.jpg?_wi=2",
|
||||
imageAlt: "Historic temples in Kyoto",
|
||||
},
|
||||
id: "1", title: "Kyoto, Japan", tags: [
|
||||
"Culture", "History", "Nature"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/byodo-temple_74190-5416.jpg", imageAlt: "Historic temples in Kyoto"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Serengeti, Tanzania",
|
||||
tags: [
|
||||
"Wildlife",
|
||||
"Adventure",
|
||||
"Safari",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crossroad-car-safari-scene_23-2151822318.jpg?_wi=2",
|
||||
imageAlt: "African safari wildlife",
|
||||
},
|
||||
id: "2", title: "Serengeti, Tanzania", tags: [
|
||||
"Wildlife", "Adventure", "Safari"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crossroad-car-safari-scene_23-2151822318.jpg", imageAlt: "African safari wildlife"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Paris, France",
|
||||
tags: [
|
||||
"Romance",
|
||||
"City",
|
||||
"Gastronomy",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-walking-city_23-2149249192.jpg?_wi=2",
|
||||
imageAlt: "Eiffel Tower in Paris",
|
||||
},
|
||||
id: "3", title: "Paris, France", tags: [
|
||||
"Romance", "City", "Gastronomy"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-walking-city_23-2149249192.jpg", imageAlt: "Eiffel Tower in Paris"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Bali, Indonesia",
|
||||
tags: [
|
||||
"Relaxation",
|
||||
"Spirituality",
|
||||
"Beaches",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-is-engaged-meditation_72229-1157.jpg?_wi=2",
|
||||
imageAlt: "Bali rice terraces",
|
||||
},
|
||||
id: "4", title: "Bali, Indonesia", tags: [
|
||||
"Relaxation", "Spirituality", "Beaches"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-is-engaged-meditation_72229-1157.jpg", imageAlt: "Bali rice terraces"},
|
||||
]}
|
||||
title="Explore Our Handpicked Destinations"
|
||||
description="From serene beaches to vibrant cities and wild safaris, discover journeys tailored to every explorer's dream."
|
||||
@@ -130,33 +82,13 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Romantic Paris Escape",
|
||||
price: "$2,500",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-walking-city_23-2149249192.jpg?_wi=3",
|
||||
imageAlt: "Eiffel Tower in Paris",
|
||||
},
|
||||
id: "1", name: "Romantic Paris Escape", price: "$2,500", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-walking-city_23-2149249192.jpg", imageAlt: "Eiffel Tower in Paris"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Bali Spiritual Retreat",
|
||||
price: "$1,800",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-is-engaged-meditation_72229-1157.jpg?_wi=3",
|
||||
imageAlt: "Bali rice terraces",
|
||||
},
|
||||
id: "2", name: "Bali Spiritual Retreat", price: "$1,800", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-is-engaged-meditation_72229-1157.jpg", imageAlt: "Bali rice terraces"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Grand African Safari",
|
||||
price: "$4,200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crossroad-car-safari-scene_23-2151822318.jpg?_wi=3",
|
||||
imageAlt: "African safari wildlife",
|
||||
},
|
||||
id: "3", name: "Grand African Safari", price: "$4,200", imageSrc: "http://img.b2bpic.net/free-photo/crossroad-car-safari-scene_23-2151822318.jpg", imageAlt: "African safari wildlife"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Kyoto Cultural Immersion",
|
||||
price: "$2,100",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/byodo-temple_74190-5416.jpg?_wi=3",
|
||||
imageAlt: "Historic temples in Kyoto",
|
||||
},
|
||||
id: "4", name: "Kyoto Cultural Immersion", price: "$2,100", imageSrc: "http://img.b2bpic.net/free-photo/byodo-temple_74190-5416.jpg", imageAlt: "Historic temples in Kyoto"},
|
||||
]}
|
||||
title="Popular Tour Packages"
|
||||
description="Embark on an adventure of a lifetime with our most sought-after travel experiences."
|
||||
@@ -169,25 +101,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How do I choose the right destination for me?",
|
||||
content: "Our travel specialists are happy to provide personalized recommendations based on your interests, budget, and travel style. Contact us for a consultation!",
|
||||
},
|
||||
id: "1", title: "How do I choose the right destination for me?", content: "Our travel specialists are happy to provide personalized recommendations based on your interests, budget, and travel style. Contact us for a consultation!"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Are your tours customizable?",
|
||||
content: "Absolutely! Many of our tours offer customization options, and we can also create entirely bespoke itineraries just for you.",
|
||||
},
|
||||
id: "2", title: "Are your tours customizable?", content: "Absolutely! Many of our tours offer customization options, and we can also create entirely bespoke itineraries just for you."},
|
||||
{
|
||||
id: "3",
|
||||
title: "What's included in a typical tour package?",
|
||||
content: "Most packages include accommodation, select meals, guided excursions, and transportation. Specific inclusions vary by tour and are detailed on each package page.",
|
||||
},
|
||||
id: "3", title: "What's included in a typical tour package?", content: "Most packages include accommodation, select meals, guided excursions, and transportation. Specific inclusions vary by tour and are detailed on each package page."},
|
||||
{
|
||||
id: "4",
|
||||
title: "What about visas and travel insurance?",
|
||||
content: "We provide guidance on visa requirements for your chosen destination. Travel insurance is highly recommended and can often be arranged through us.",
|
||||
},
|
||||
id: "4", title: "What about visas and travel insurance?", content: "We provide guidance on visa requirements for your chosen destination. Travel insurance is highly recommended and can often be arranged through us."},
|
||||
]}
|
||||
title="Planning Your Journey: FAQs"
|
||||
description="Have questions about our destinations or how to book? Find answers here."
|
||||
@@ -199,37 +119,23 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
title: "Explore", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Destinations",
|
||||
href: "/destinations",
|
||||
},
|
||||
label: "Destinations", href: "/destinations"},
|
||||
{
|
||||
label: "Our Services",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Our Services", href: "/services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact Us", href: "/contact"},
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "/faqs",
|
||||
},
|
||||
label: "FAQs", href: "/faqs"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "/testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "/testimonials"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
280
src/app/page.tsx
280
src/app/page.tsx
@@ -31,40 +31,20 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
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: "Services",
|
||||
id: "services",
|
||||
href: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
href: "/testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "/testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
href: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "Book Now",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Book Now", href: "/contact"}}
|
||||
brandName="Wanderlust Tours"
|
||||
/>
|
||||
</div>
|
||||
@@ -72,19 +52,14 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboardSplit
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
logoText="Wanderlust Tours"
|
||||
description="Your journey begins with us. Discover breathtaking destinations and create unforgettable memories with our expertly crafted travel experiences."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Destinations",
|
||||
href: "/destinations",
|
||||
},
|
||||
text: "Explore Destinations", href: "/destinations"},
|
||||
{
|
||||
text: "Plan Your Trip",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Plan Your Trip", href: "/contact"},
|
||||
]}
|
||||
layoutOrder="default"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/couple-taking-walk-beach-vacation_23-2149369718.jpg"
|
||||
@@ -103,19 +78,13 @@ export default function LandingPage() {
|
||||
description="We are passionate about travel and committed to providing personalized, seamless, and enriching experiences for every adventurer. With years of expertise, our dedicated team handles every detail, so you can focus on creating memories."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Personalized Itineraries",
|
||||
description: "Crafting unique journeys tailored to your preferences.",
|
||||
},
|
||||
title: "Personalized Itineraries", description: "Crafting unique journeys tailored to your preferences."},
|
||||
{
|
||||
title: "Expert Guides",
|
||||
description: "Local knowledge and insights for authentic experiences.",
|
||||
},
|
||||
title: "Expert Guides", description: "Local knowledge and insights for authentic experiences."},
|
||||
{
|
||||
title: "24/7 Support",
|
||||
description: "Assistance available whenever and wherever you need it.",
|
||||
},
|
||||
title: "24/7 Support", description: "Assistance available whenever and wherever you need it."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-hands-with-different-items_23-2148925821.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-hands-with-different-items_23-2148925821.jpg"
|
||||
imageAlt="Diverse team of travel agents smiling, representing expertise and friendly service."
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -128,25 +97,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "personalization",
|
||||
title: "Tailored Travel Experiences",
|
||||
tags: [
|
||||
"Customizable",
|
||||
"Unique",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-planning-trip-while-having-breakfast_23-2148952430.jpg?_wi=1",
|
||||
imageAlt: "Custom travel itinerary on a map with a globe overlay",
|
||||
},
|
||||
id: "personalization", title: "Tailored Travel Experiences", tags: [
|
||||
"Customizable", "Unique"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-planning-trip-while-having-breakfast_23-2148952430.jpg", imageAlt: "Custom travel itinerary on a map with a globe overlay"},
|
||||
{
|
||||
id: "support",
|
||||
title: "Dedicated 24/7 Support",
|
||||
tags: [
|
||||
"Reliable",
|
||||
"Responsive",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/diverse-friends-are-going-journey-they-are-planning-using-globe-bright-living-room_1157-47898.jpg?_wi=1",
|
||||
imageAlt: "Customer service agent assisting a client via phone",
|
||||
},
|
||||
id: "support", title: "Dedicated 24/7 Support", tags: [
|
||||
"Reliable", "Responsive"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/diverse-friends-are-going-journey-they-are-planning-using-globe-bright-living-room_1157-47898.jpg", imageAlt: "Customer service agent assisting a client via phone"},
|
||||
]}
|
||||
title="Our Unforgettable Services"
|
||||
description="From bespoke itineraries to round-the-clock assistance, we ensure every aspect of your trip is handled with care."
|
||||
@@ -162,45 +119,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "paris",
|
||||
brand: "Europe",
|
||||
name: "Romantic Paris Escape",
|
||||
price: "$2,500",
|
||||
rating: 5,
|
||||
reviewCount: "230",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-walking-city_23-2149249192.jpg?_wi=1",
|
||||
imageAlt: "Eiffel Tower in Paris at sunset",
|
||||
},
|
||||
id: "paris", brand: "Europe", name: "Romantic Paris Escape", price: "$2,500", rating: 5,
|
||||
reviewCount: "230", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-walking-city_23-2149249192.jpg", imageAlt: "Eiffel Tower in Paris at sunset"},
|
||||
{
|
||||
id: "bali",
|
||||
brand: "Asia",
|
||||
name: "Serene Bali Retreat",
|
||||
price: "$1,800",
|
||||
rating: 4,
|
||||
reviewCount: "180",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-is-engaged-meditation_72229-1157.jpg?_wi=1",
|
||||
imageAlt: "Lush rice terraces in Bali",
|
||||
},
|
||||
id: "bali", brand: "Asia", name: "Serene Bali Retreat", price: "$1,800", rating: 4,
|
||||
reviewCount: "180", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-is-engaged-meditation_72229-1157.jpg", imageAlt: "Lush rice terraces in Bali"},
|
||||
{
|
||||
id: "safari",
|
||||
brand: "Africa",
|
||||
name: "Wild African Safari",
|
||||
price: "$4,200",
|
||||
rating: 5,
|
||||
reviewCount: "310",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crossroad-car-safari-scene_23-2151822318.jpg?_wi=1",
|
||||
imageAlt: "Giraffes silhouetted against an African sunset",
|
||||
},
|
||||
id: "safari", brand: "Africa", name: "Wild African Safari", price: "$4,200", rating: 5,
|
||||
reviewCount: "310", imageSrc: "http://img.b2bpic.net/free-photo/crossroad-car-safari-scene_23-2151822318.jpg", imageAlt: "Giraffes silhouetted against an African sunset"},
|
||||
{
|
||||
id: "kyoto",
|
||||
brand: "Asia",
|
||||
name: "Historic Kyoto Discovery",
|
||||
price: "$2,100",
|
||||
rating: 4,
|
||||
reviewCount: "150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/byodo-temple_74190-5416.jpg?_wi=1",
|
||||
imageAlt: "Traditional Japanese temple in Kyoto with cherry blossoms",
|
||||
},
|
||||
id: "kyoto", brand: "Asia", name: "Historic Kyoto Discovery", price: "$2,100", rating: 4,
|
||||
reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/byodo-temple_74190-5416.jpg", imageAlt: "Traditional Japanese temple in Kyoto with cherry blossoms"},
|
||||
]}
|
||||
title="Popular Destinations"
|
||||
description="Explore our hand-picked selection of the world's most desired travel spots."
|
||||
@@ -214,59 +143,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Seamless Planning, Amazing Trip!",
|
||||
quote: "Wanderlust Tours made our honeymoon absolutely perfect. Every detail was handled, and we had the most incredible time exploring Italy. Highly recommend!",
|
||||
name: "Sarah & Mark T.",
|
||||
role: "Satisfied Client",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-with-book_23-2148330607.jpg?_wi=1",
|
||||
imageAlt: "Smiling woman",
|
||||
},
|
||||
id: "1", title: "Seamless Planning, Amazing Trip!", quote: "Wanderlust Tours made our honeymoon absolutely perfect. Every detail was handled, and we had the most incredible time exploring Italy. Highly recommend!", name: "Sarah & Mark T.", role: "Satisfied Client", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-with-book_23-2148330607.jpg", imageAlt: "Smiling woman"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Truly Unforgettable Adventure",
|
||||
quote: "Our family trip to Thailand was a dream come true. The personalized itinerary and recommendations were spot-on. Thank you for the memories!",
|
||||
name: "The Chen Family",
|
||||
role: "Adventure Seekers",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1675.jpg?_wi=1",
|
||||
imageAlt: "Smiling man",
|
||||
},
|
||||
id: "2", title: "Truly Unforgettable Adventure", quote: "Our family trip to Thailand was a dream come true. The personalized itinerary and recommendations were spot-on. Thank you for the memories!", name: "The Chen Family", role: "Adventure Seekers", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1675.jpg", imageAlt: "Smiling man"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Beyond Expectations",
|
||||
quote: "I've never experienced such dedicated service. My solo trip to Peru was flawlessly organized, and I felt supported every step of the way.",
|
||||
name: "Emily R.",
|
||||
role: "Solo Explorer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-standing_23-2148653434.jpg?_wi=1",
|
||||
imageAlt: "Smiling woman",
|
||||
},
|
||||
id: "3", title: "Beyond Expectations", quote: "I've never experienced such dedicated service. My solo trip to Peru was flawlessly organized, and I felt supported every step of the way.", name: "Emily R.", role: "Solo Explorer", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-standing_23-2148653434.jpg", imageAlt: "Smiling woman"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Our Go-To Travel Experts",
|
||||
quote: "Wanderlust Tours has planned several trips for us, and they always exceed expectations. Their attention to detail and passion for travel shine through.",
|
||||
name: "David & Lisa K.",
|
||||
role: "Loyal Customers",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-posing-new-town_23-2148631400.jpg?_wi=1",
|
||||
imageAlt: "Smiling man",
|
||||
},
|
||||
id: "4", title: "Our Go-To Travel Experts", quote: "Wanderlust Tours has planned several trips for us, and they always exceed expectations. Their attention to detail and passion for travel shine through.", name: "David & Lisa K.", role: "Loyal Customers", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-posing-new-town_23-2148631400.jpg", imageAlt: "Smiling man"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Stress-Free Vacation",
|
||||
quote: "From booking flights to recommending local gems, Wanderlust Tours took all the stress out of our vacation. We truly relaxed and enjoyed our time!",
|
||||
name: "Jessica L.",
|
||||
role: "Relaxed Traveler",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-woman-with-hat-camera_23-2148597634.jpg?_wi=1",
|
||||
imageAlt: "Smiling woman",
|
||||
},
|
||||
id: "5", title: "Stress-Free Vacation", quote: "From booking flights to recommending local gems, Wanderlust Tours took all the stress out of our vacation. We truly relaxed and enjoyed our time!", name: "Jessica L.", role: "Relaxed Traveler", imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-woman-with-hat-camera_23-2148597634.jpg", imageAlt: "Smiling woman"},
|
||||
{
|
||||
id: "6",
|
||||
title: "Exceptional Service",
|
||||
quote: "The team at Wanderlust Tours provided exceptional service and made our anniversary trip truly special. We can't wait to plan our next adventure with them.",
|
||||
name: "Robert B.",
|
||||
role: "Happy Couple",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-grey-haired-man-sportswear-standing-outside-smiling-closeup-shot-mature-sporty-person-active-lifestyle-concept_74855-12857.jpg?_wi=1",
|
||||
imageAlt: "Smiling man",
|
||||
},
|
||||
id: "6", title: "Exceptional Service", quote: "The team at Wanderlust Tours provided exceptional service and made our anniversary trip truly special. We can't wait to plan our next adventure with them.", name: "Robert B.", role: "Happy Couple", imageSrc: "http://img.b2bpic.net/free-photo/happy-grey-haired-man-sportswear-standing-outside-smiling-closeup-shot-mature-sporty-person-active-lifestyle-concept_74855-12857.jpg", imageAlt: "Smiling man"},
|
||||
]}
|
||||
title="What Our Travelers Say"
|
||||
description="Hear from adventurers who explored the world with Wanderlust Tours."
|
||||
@@ -280,35 +167,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How do I book a trip?",
|
||||
content: "You can book a trip by browsing our destinations and packages, then submitting an inquiry through our contact form, or by calling us directly.",
|
||||
},
|
||||
id: "1", title: "How do I book a trip?", content: "You can book a trip by browsing our destinations and packages, then submitting an inquiry through our contact form, or by calling us directly."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Are your packages customizable?",
|
||||
content: "Yes, absolutely! All our packages can be fully customized to match your preferences, budget, and travel style. Contact us to discuss your ideal trip.",
|
||||
},
|
||||
id: "2", title: "Are your packages customizable?", content: "Yes, absolutely! All our packages can be fully customized to match your preferences, budget, and travel style. Contact us to discuss your ideal trip."},
|
||||
{
|
||||
id: "3",
|
||||
title: "What is included in a typical package?",
|
||||
content: "Our packages typically include flights, accommodation, select tours and activities, and 24/7 support. Specific inclusions vary by destination and package type.",
|
||||
},
|
||||
id: "3", title: "What is included in a typical package?", content: "Our packages typically include flights, accommodation, select tours and activities, and 24/7 support. Specific inclusions vary by destination and package type."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Do you offer travel insurance?",
|
||||
content: "While we do not directly provide travel insurance, we can recommend trusted partners and help you choose the right policy for your journey.",
|
||||
},
|
||||
id: "4", title: "Do you offer travel insurance?", content: "While we do not directly provide travel insurance, we can recommend trusted partners and help you choose the right policy for your journey."},
|
||||
{
|
||||
id: "5",
|
||||
title: "What if I need to change my booking?",
|
||||
content: "Booking changes depend on the terms and conditions of your specific package and airline policies. Please contact us as soon as possible to assist you.",
|
||||
},
|
||||
id: "5", title: "What if I need to change my booking?", content: "Booking changes depend on the terms and conditions of your specific package and airline policies. Please contact us as soon as possible to assist you."},
|
||||
{
|
||||
id: "6",
|
||||
title: "How far in advance should I book?",
|
||||
content: "We recommend booking at least 3-6 months in advance for international travel, especially for peak seasons, to ensure availability and better rates.",
|
||||
},
|
||||
id: "6", title: "How far in advance should I book?", content: "We recommend booking at least 3-6 months in advance for international travel, especially for peak seasons, to ensure availability and better rates."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common questions about planning your next adventure with us."
|
||||
@@ -320,12 +189,11 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Get in Touch"
|
||||
title="Start Your Adventure Today"
|
||||
description="Ready to explore the world? Contact us to discuss your dream vacation. Our travel experts are here to help you plan every detail."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/communication-travel-internet-leisure-technology_1232-3858.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/communication-travel-internet-leisure-technology_1232-3858.jpg"
|
||||
imageAlt="Stylized world map showing interconnected travel routes"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
@@ -339,75 +207,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: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
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: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "/faq",
|
||||
},
|
||||
label: "FAQ", href: "/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: "#"},
|
||||
{
|
||||
label: "Cookie Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Cookie Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -7,7 +7,7 @@ import FeatureCardTen from '@/components/sections/feature/FeatureCardTen';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||
import { Headphones, Map, MessageCircle, Quote, ShieldCheck, Sparkles } from "lucide-react";
|
||||
import { CalendarCheck, Handshake, Headphones, Hotel, Map, MessageCircle, Quote, ShieldCheck, Sparkles, Speech } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -28,40 +28,20 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
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: "Services",
|
||||
id: "services",
|
||||
href: "/services",
|
||||
},
|
||||
name: "Services", id: "/services"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "testimonials",
|
||||
href: "/testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "/testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
href: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
button={{
|
||||
text: "Book Now",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Book Now", href: "/contact"}}
|
||||
brandName="Wanderlust Tours"
|
||||
/>
|
||||
</div>
|
||||
@@ -73,74 +53,50 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Custom Itinerary Design",
|
||||
description: "We craft unique travel plans perfectly aligned with your interests and preferences.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-planning-trip-while-having-breakfast_23-2148952430.jpg?_wi=3",
|
||||
imageAlt: "Custom travel itinerary",
|
||||
},
|
||||
id: "1", title: "Custom Itinerary Design", description: "We craft unique travel plans perfectly aligned with your interests and preferences.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-planning-trip-while-having-breakfast_23-2148952430.jpg", imageAlt: "Custom travel itinerary"},
|
||||
items: [
|
||||
{
|
||||
icon: CalendarCheck,
|
||||
text: "Flexible Dates",
|
||||
},
|
||||
text: "Flexible Dates"},
|
||||
{
|
||||
icon: Map,
|
||||
text: "Tailored Routes",
|
||||
},
|
||||
text: "Tailored Routes"},
|
||||
{
|
||||
icon: Hotel,
|
||||
text: "Handpicked Accommodations",
|
||||
},
|
||||
text: "Handpicked Accommodations"},
|
||||
],
|
||||
reverse: false,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Expert Local Guides",
|
||||
description: "Gain authentic insights and discover hidden gems with our knowledgeable local experts.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/diverse-friends-are-going-journey-they-are-planning-using-globe-bright-living-room_1157-47898.jpg?_wi=2",
|
||||
imageAlt: "Local guide assisting travelers",
|
||||
},
|
||||
id: "2", title: "Expert Local Guides", description: "Gain authentic insights and discover hidden gems with our knowledgeable local experts.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/diverse-friends-are-going-journey-they-are-planning-using-globe-bright-living-room_1157-47898.jpg", imageAlt: "Local guide assisting travelers"},
|
||||
items: [
|
||||
{
|
||||
icon: Sparkles,
|
||||
text: "Authentic Experiences",
|
||||
},
|
||||
text: "Authentic Experiences"},
|
||||
{
|
||||
icon: Speech,
|
||||
text: "Cultural Immersion",
|
||||
},
|
||||
text: "Cultural Immersion"},
|
||||
{
|
||||
icon: Handshake,
|
||||
text: "Personalized Recommendations",
|
||||
},
|
||||
text: "Personalized Recommendations"},
|
||||
],
|
||||
reverse: true,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "24/7 Travel Support",
|
||||
description: "Enjoy peace of mind with our dedicated support team available around the clock.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/communication-travel-internet-leisure-technology_1232-3858.jpg?_wi=2",
|
||||
imageAlt: "Global support map",
|
||||
},
|
||||
id: "3", title: "24/7 Travel Support", description: "Enjoy peace of mind with our dedicated support team available around the clock.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/communication-travel-internet-leisure-technology_1232-3858.jpg", imageAlt: "Global support map"},
|
||||
items: [
|
||||
{
|
||||
icon: Headphones,
|
||||
text: "Emergency Assistance",
|
||||
},
|
||||
text: "Emergency Assistance"},
|
||||
{
|
||||
icon: MessageCircle,
|
||||
text: "Instant Communication",
|
||||
},
|
||||
text: "Instant Communication"},
|
||||
{
|
||||
icon: ShieldCheck,
|
||||
text: "Secure & Safe Travel",
|
||||
},
|
||||
text: "Secure & Safe Travel"},
|
||||
],
|
||||
reverse: false,
|
||||
},
|
||||
@@ -154,16 +110,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Dream Big"
|
||||
title="Ready to Design Your Perfect Escape?"
|
||||
description="Our travel specialists are here to help you craft an itinerary that matches your desires and budget. Let's start planning your next great adventure."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Custom Quote",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Get a Custom Quote", href: "/contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -175,40 +128,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Eleanor V.",
|
||||
role: "Adventure Seeker",
|
||||
testimonial: "The custom itinerary was beyond perfect! Every detail was thought of, making our anniversary trip truly special.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-woman-with-hat-camera_23-2148597634.jpg?_wi=2",
|
||||
imageAlt: "Eleanor V. portrait",
|
||||
icon: Quote,
|
||||
id: "1", name: "Eleanor V.", role: "Adventure Seeker", testimonial: "The custom itinerary was beyond perfect! Every detail was thought of, making our anniversary trip truly special.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-woman-with-hat-camera_23-2148597634.jpg", imageAlt: "Eleanor V. portrait", icon: Quote,
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "David M.",
|
||||
role: "Business Traveler",
|
||||
testimonial: "Their 24/7 support saved our trip when we had an unexpected delay. Professional and incredibly responsive!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-grey-haired-man-sportswear-standing-outside-smiling-closeup-shot-mature-sporty-person-active-lifestyle-concept_74855-12857.jpg?_wi=2",
|
||||
imageAlt: "David M. portrait",
|
||||
icon: Quote,
|
||||
id: "2", name: "David M.", role: "Business Traveler", testimonial: "Their 24/7 support saved our trip when we had an unexpected delay. Professional and incredibly responsive!", imageSrc: "http://img.b2bpic.net/free-photo/happy-grey-haired-man-sportswear-standing-outside-smiling-closeup-shot-mature-sporty-person-active-lifestyle-concept_74855-12857.jpg", imageAlt: "David M. portrait", icon: Quote,
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Priya S.",
|
||||
role: "Family Vacationer",
|
||||
testimonial: "Our local guide was fantastic with the kids, making every historical site engaging and fun. Highly recommend!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-standing_23-2148653434.jpg?_wi=3",
|
||||
imageAlt: "Priya S. portrait",
|
||||
icon: Quote,
|
||||
id: "3", name: "Priya S.", role: "Family Vacationer", testimonial: "Our local guide was fantastic with the kids, making every historical site engaging and fun. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-woman-standing_23-2148653434.jpg", imageAlt: "Priya S. portrait", icon: Quote,
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Michael B.",
|
||||
role: "Solo Explorer",
|
||||
testimonial: "From booking to return, the service was impeccable. I felt completely supported throughout my solo journey.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1675.jpg?_wi=3",
|
||||
imageAlt: "Michael B. portrait",
|
||||
icon: Quote,
|
||||
id: "4", name: "Michael B.", role: "Solo Explorer", testimonial: "From booking to return, the service was impeccable. I felt completely supported throughout my solo journey.", imageSrc: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1675.jpg", imageAlt: "Michael B. portrait", icon: Quote,
|
||||
},
|
||||
]}
|
||||
title="What Our Travelers Say About Our Services"
|
||||
@@ -220,37 +149,23 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
title: "Explore", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Destinations",
|
||||
href: "/destinations",
|
||||
},
|
||||
label: "Destinations", href: "/destinations"},
|
||||
{
|
||||
label: "Our Services",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Our Services", href: "/services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact Us", href: "/contact"},
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "/faqs",
|
||||
},
|
||||
label: "FAQs", href: "/faqs"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "/testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "/testimonials"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user