Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
334
src/app/page.tsx
334
src/app/page.tsx
@@ -34,37 +34,21 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Experiences",
|
||||
id: "#experiences",
|
||||
},
|
||||
name: "Experiences", id: "#experiences"},
|
||||
{
|
||||
name: "Tours",
|
||||
id: "#tours",
|
||||
},
|
||||
name: "Tours", id: "#tours"},
|
||||
{
|
||||
name: "Pricing",
|
||||
id: "#pricing",
|
||||
},
|
||||
name: "Pricing", id: "#pricing"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Khun Nee Tour Dee"
|
||||
/>
|
||||
@@ -76,11 +60,9 @@ export default function LandingPage() {
|
||||
description="Expert-guided tours crafted for authentic connection. From hidden temples to untouched landscapes, experience travel that transforms."
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Our Tours",
|
||||
href: "#tours",
|
||||
},
|
||||
text: "Explore Our Tours", href: "#tours"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/crowded-indian-city_23-2151765650.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/crowded-indian-city_23-2151765650.jpg"
|
||||
imageAlt="Scenic view of a Thai temple during sunset"
|
||||
/>
|
||||
</div>
|
||||
@@ -92,19 +74,13 @@ export default function LandingPage() {
|
||||
metrics={[
|
||||
{
|
||||
icon: Globe,
|
||||
label: "Curated Destinations",
|
||||
value: "50+",
|
||||
},
|
||||
label: "Curated Destinations", value: "50+"},
|
||||
{
|
||||
icon: Users,
|
||||
label: "Happy Travelers",
|
||||
value: "10K+",
|
||||
},
|
||||
label: "Happy Travelers", value: "10K+"},
|
||||
{
|
||||
icon: Award,
|
||||
label: "Years of Expertise",
|
||||
value: "15+",
|
||||
},
|
||||
label: "Years of Expertise", value: "15+"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -117,55 +93,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Hidden Temple Treks",
|
||||
description: "Discover ancient temples nestled deep within lush jungles, guided by local historians.",
|
||||
icon: Compass,
|
||||
title: "Hidden Temple Treks", description: "Discover ancient temples nestled deep within lush jungles, guided by local historians.", icon: Compass,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-beautiful-sanctuary-truth-pattaya-thailand_181624-10281.jpg",
|
||||
imageAlt: "Ancient Thai temple in jungle",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-beautiful-sanctuary-truth-pattaya-thailand_181624-10281.jpg", imageAlt: "Ancient Thai temple in jungle"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/padthai-shrimp-black-bowl-with-eggs-seasoning-wooden-table_1150-21105.jpg",
|
||||
imageAlt: "Thai street food market",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/padthai-shrimp-black-bowl-with-eggs-seasoning-wooden-table_1150-21105.jpg", imageAlt: "Thai street food market"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crowded-indian-city_23-2151765650.jpg?_wi=2",
|
||||
imageAlt: "hidden temple chiang mai jungle",
|
||||
},
|
||||
{
|
||||
title: "Authentic Culinary Journeys",
|
||||
description: "Immerse yourself in Thai flavors with hands-on cooking classes and vibrant market tours.",
|
||||
icon: Utensils,
|
||||
title: "Authentic Culinary Journeys", description: "Immerse yourself in Thai flavors with hands-on cooking classes and vibrant market tours.", icon: Utensils,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bangkok-thailand-november-11-2024-sweet-elephant-enjoying-outdoors_482257-126992.jpg",
|
||||
imageAlt: "Elephant playing in water",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bangkok-thailand-november-11-2024-sweet-elephant-enjoying-outdoors_482257-126992.jpg", imageAlt: "Elephant playing in water"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tahiti-bora-relaxation-bikini-caribbean_1232-4580.jpg",
|
||||
imageAlt: "Snorkeling in clear water",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tahiti-bora-relaxation-bikini-caribbean_1232-4580.jpg", imageAlt: "Snorkeling in clear water"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/travel-map-with-globe-compass-transportation-icons_1308-183678.jpg",
|
||||
imageAlt: "hidden temple chiang mai jungle",
|
||||
},
|
||||
{
|
||||
title: "Ethical Elephant Encounters",
|
||||
description: "Connect with majestic elephants in their natural habitat at our partner sanctuaries.",
|
||||
icon: Compass,
|
||||
title: "Ethical Elephant Encounters", description: "Connect with majestic elephants in their natural habitat at our partner sanctuaries.", icon: Compass,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-asian-woman-shoot_53876-30149.jpg",
|
||||
imageAlt: "Traditional Thai massage",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-asian-woman-shoot_53876-30149.jpg", imageAlt: "Traditional Thai massage"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-asian-girl-wearing-red-worship_1150-7290.jpg",
|
||||
imageAlt: "Traditional Thai dance",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-asian-girl-wearing-red-worship_1150-7290.jpg", imageAlt: "Traditional Thai dance"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/diverse-people-holding-happy-emoticons_53876-148196.jpg",
|
||||
imageAlt: "hidden temple chiang mai jungle",
|
||||
},
|
||||
]}
|
||||
title="Curated Experiences, Unforgettable Memories"
|
||||
@@ -181,47 +133,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "northern-loop",
|
||||
name: "Northern Thailand Cultural Loop",
|
||||
price: "From $1,200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sunrise-wat-phra-that-pha-son-kaew-temple-khao-kho-phetchabun-thailand_335224-873.jpg",
|
||||
imageAlt: "Ancient temples of Chiang Mai",
|
||||
},
|
||||
id: "northern-loop", name: "Northern Thailand Cultural Loop", price: "From $1,200", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-sunrise-wat-phra-that-pha-son-kaew-temple-khao-kho-phetchabun-thailand_335224-873.jpg", imageAlt: "Ancient temples of Chiang Mai"},
|
||||
{
|
||||
id: "islands-hopping",
|
||||
name: "Southern Islands Hopping Adventure",
|
||||
price: "From $1,500",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tourism-travel-holidays-concept-young-caucasian-male-model-wearing-black-hat-casual-clothing-posing-barefooted-wet-sand-with-rocky-island-front-him-while-big-waves-hitting-shore_273609-1796.jpg",
|
||||
imageAlt: "Longtail boats on a beach in Phuket",
|
||||
},
|
||||
id: "islands-hopping", name: "Southern Islands Hopping Adventure", price: "From $1,500", imageSrc: "http://img.b2bpic.net/free-photo/tourism-travel-holidays-concept-young-caucasian-male-model-wearing-black-hat-casual-clothing-posing-barefooted-wet-sand-with-rocky-island-front-him-while-big-waves-hitting-shore_273609-1796.jpg", imageAlt: "Longtail boats on a beach in Phuket"},
|
||||
{
|
||||
id: "bangkok-escape",
|
||||
name: "Bangkok City & River Escape",
|
||||
price: "From $850",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/temples-south-asia_1122-2575.jpg",
|
||||
imageAlt: "Bangkok skyline with Wat Arun",
|
||||
},
|
||||
id: "bangkok-escape", name: "Bangkok City & River Escape", price: "From $850", imageSrc: "http://img.b2bpic.net/free-photo/temples-south-asia_1122-2575.jpg", imageAlt: "Bangkok skyline with Wat Arun"},
|
||||
{
|
||||
id: "kanchanaburi-history",
|
||||
name: "Kanchanaburi Historical Journey",
|
||||
price: "From $980",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bangkok-thailand-november-12-2024-colorful-floating-market-with-boats_482257-126051.jpg",
|
||||
imageAlt: "Bridge over the River Kwai",
|
||||
},
|
||||
id: "kanchanaburi-history", name: "Kanchanaburi Historical Journey", price: "From $980", imageSrc: "http://img.b2bpic.net/free-photo/bangkok-thailand-november-12-2024-colorful-floating-market-with-boats_482257-126051.jpg", imageAlt: "Bridge over the River Kwai"},
|
||||
{
|
||||
id: "ayutthaya-heritage",
|
||||
name: "Ayutthaya Ancient Heritage Tour",
|
||||
price: "From $720",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/standing-buddha-statue-wat-phra-si-ariyabot-temple-kamphaeng-phet-historical-park-unesco-world-heritage-site_554837-440.jpg",
|
||||
imageAlt: "Ruins of Ayutthaya Historical Park",
|
||||
},
|
||||
id: "ayutthaya-heritage", name: "Ayutthaya Ancient Heritage Tour", price: "From $720", imageSrc: "http://img.b2bpic.net/free-photo/standing-buddha-statue-wat-phra-si-ariyabot-temple-kamphaeng-phet-historical-park-unesco-world-heritage-site_554837-440.jpg", imageAlt: "Ruins of Ayutthaya Historical Park"},
|
||||
{
|
||||
id: "krabi-active",
|
||||
name: "Krabi Active & Adventure Tour",
|
||||
price: "From $1,350",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-edge-mountain_181624-36742.jpg",
|
||||
imageAlt: "Rock climbing at Railay Beach, Krabi",
|
||||
},
|
||||
id: "krabi-active", name: "Krabi Active & Adventure Tour", price: "From $1,350", imageSrc: "http://img.b2bpic.net/free-photo/woman-edge-mountain_181624-36742.jpg", imageAlt: "Rock climbing at Railay Beach, Krabi"},
|
||||
]}
|
||||
title="Popular Thailand Tour Packages"
|
||||
description="Explore our most sought-after adventures, perfect for solo travelers, families, and corporate groups seeking unforgettable experiences."
|
||||
@@ -235,56 +157,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "solo-explorer",
|
||||
name: "Solo Explorer",
|
||||
price: "$1,200",
|
||||
buttons: [
|
||||
id: "solo-explorer", name: "Solo Explorer", price: "$1,200", buttons: [
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Now", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Personalized Itinerary",
|
||||
"Expert Local Guide",
|
||||
"Private Transport Options",
|
||||
"24/7 Support",
|
||||
],
|
||||
"Personalized Itinerary", "Expert Local Guide", "Private Transport Options", "24/7 Support"],
|
||||
},
|
||||
{
|
||||
id: "family-adventure",
|
||||
name: "Family Adventure",
|
||||
badge: "Best Value",
|
||||
price: "$2,800",
|
||||
buttons: [
|
||||
id: "family-adventure", name: "Family Adventure", badge: "Best Value", price: "$2,800", buttons: [
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Now", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Customizable Activities for All Ages",
|
||||
"Family-Friendly Accommodations",
|
||||
"Dedicated Family Guide",
|
||||
"Exclusive Group Discounts",
|
||||
],
|
||||
"Customizable Activities for All Ages", "Family-Friendly Accommodations", "Dedicated Family Guide", "Exclusive Group Discounts"],
|
||||
},
|
||||
{
|
||||
id: "corporate-retreat",
|
||||
name: "Corporate Retreat",
|
||||
price: "Custom Quote",
|
||||
buttons: [
|
||||
id: "corporate-retreat", name: "Corporate Retreat", price: "Custom Quote", buttons: [
|
||||
{
|
||||
text: "Get a Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get a Quote", href: "#contact"},
|
||||
],
|
||||
features: [
|
||||
"Tailored Team-Building Activities",
|
||||
"Logistics & Event Planning",
|
||||
"Cultural Immersion Workshops",
|
||||
"Flexible Itinerary",
|
||||
],
|
||||
"Tailored Team-Building Activities", "Logistics & Event Planning", "Cultural Immersion Workshops", "Flexible Itinerary"],
|
||||
},
|
||||
]}
|
||||
title="Flexible Plans for Every Journey"
|
||||
@@ -301,59 +195,23 @@ export default function LandingPage() {
|
||||
carouselMode="buttons"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
role: "Adventure Traveler",
|
||||
company: "Solo Explorer",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-length-female-hiker-drinking-water-while-standing-footpath-forest_637285-2214.jpg",
|
||||
imageAlt: "Portrait of Sarah J.",
|
||||
},
|
||||
id: "1", name: "Sarah J.", role: "Adventure Traveler", company: "Solo Explorer", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-length-female-hiker-drinking-water-while-standing-footpath-forest_637285-2214.jpg", imageAlt: "Portrait of Sarah J."},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark D.",
|
||||
role: "Group Leader",
|
||||
company: "Corporate Team",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glad-male-tourist-holds-blue-thermos-drinks-tea-travel-explores-new-place-wears-casual-clothes-carries-binoculars-stands-against-blue-wall_273609-33661.jpg",
|
||||
imageAlt: "Portrait of Mark D.",
|
||||
},
|
||||
id: "2", name: "Mark D.", role: "Group Leader", company: "Corporate Team", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/glad-male-tourist-holds-blue-thermos-drinks-tea-travel-explores-new-place-wears-casual-clothes-carries-binoculars-stands-against-blue-wall_273609-33661.jpg", imageAlt: "Portrait of Mark D."},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily R.",
|
||||
role: "Family Vacationer",
|
||||
company: "Family Fun Tours",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-with-hat-posing_23-2148601989.jpg",
|
||||
imageAlt: "Portrait of Emily R.",
|
||||
},
|
||||
id: "3", name: "Emily R.", role: "Family Vacationer", company: "Family Fun Tours", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-with-hat-posing_23-2148601989.jpg", imageAlt: "Portrait of Emily R."},
|
||||
{
|
||||
id: "4",
|
||||
name: "David K.",
|
||||
role: "Cultural Enthusiast",
|
||||
company: "History Buffs",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-friends-sitting-rock-canyon-smiling-drinking-tea_176420-4231.jpg",
|
||||
imageAlt: "Portrait of David K.",
|
||||
},
|
||||
id: "4", name: "David K.", role: "Cultural Enthusiast", company: "History Buffs", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-friends-sitting-rock-canyon-smiling-drinking-tea_176420-4231.jpg", imageAlt: "Portrait of David K."},
|
||||
{
|
||||
id: "5",
|
||||
name: "Priya L.",
|
||||
role: "Nature Lover",
|
||||
company: "Eco Travelers",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-holding-camera_23-2149049110.jpg",
|
||||
imageAlt: "Portrait of Priya L.",
|
||||
},
|
||||
id: "5", name: "Priya L.", role: "Nature Lover", company: "Eco Travelers", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-holding-camera_23-2149049110.jpg", imageAlt: "Portrait of Priya L."},
|
||||
{
|
||||
id: "6",
|
||||
name: "Chris B.",
|
||||
role: "Adventure Seeker",
|
||||
company: "Thrill Seekers",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-fashionable-african-american-man-with-afro-haircut-wearing-denim-coat-backpack-while-holding-coffee-looking-aside-walking-park-waiting-someone_176420-19818.jpg",
|
||||
imageAlt: "Portrait of Chris B.",
|
||||
},
|
||||
id: "6", name: "Chris B.", role: "Adventure Seeker", company: "Thrill Seekers", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-portrait-fashionable-african-american-man-with-afro-haircut-wearing-denim-coat-backpack-while-holding-coffee-looking-aside-walking-park-waiting-someone_176420-19818.jpg", imageAlt: "Portrait of Chris B."},
|
||||
]}
|
||||
title="Voices of Our Adventurers"
|
||||
description="Hear what travelers say about their transformative experiences with Khun Nee Tour Dee, crafted with local expertise and care."
|
||||
@@ -365,14 +223,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Global Expeditions",
|
||||
"Adventure Seekers Inc.",
|
||||
"Cultural Connect Tours",
|
||||
"Corporate Travel Pro",
|
||||
"Education First Travel",
|
||||
"Eco Journeys Group",
|
||||
"Luxury Escape Planners",
|
||||
]}
|
||||
"Global Expeditions", "Adventure Seekers Inc.", "Cultural Connect Tours", "Corporate Travel Pro", "Education First Travel", "Eco Journeys Group", "Luxury Escape Planners"]}
|
||||
title="Trusted by Leading Organizations"
|
||||
description="We proudly partner with companies and groups seeking authentic team-building, cultural immersion, and reliable travel services in Thailand."
|
||||
/>
|
||||
@@ -384,30 +235,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "What types of tours do you offer?",
|
||||
content: "We offer a wide range of tours including cultural immersion, nature adventures, culinary journeys, historical explorations, and custom corporate retreats. Each tour is expertly guided for an authentic experience.",
|
||||
},
|
||||
id: "faq1", title: "What types of tours do you offer?", content: "We offer a wide range of tours including cultural immersion, nature adventures, culinary journeys, historical explorations, and custom corporate retreats. Each tour is expertly guided for an authentic experience."},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "Are your tours customizable?",
|
||||
content: "Absolutely! We specialize in crafting personalized experiences. Whether you're a solo traveler, a family, or a corporate group, we can tailor an itinerary to match your interests and preferences.",
|
||||
},
|
||||
id: "faq2", title: "Are your tours customizable?", content: "Absolutely! We specialize in crafting personalized experiences. Whether you're a solo traveler, a family, or a corporate group, we can tailor an itinerary to match your interests and preferences."},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "What is included in the tour price?",
|
||||
content: "Our tour prices typically include expert local guides, transportation, accommodation, specified meals, and activity fees. Specific inclusions vary by tour package, so please check individual tour details.",
|
||||
},
|
||||
id: "faq3", title: "What is included in the tour price?", content: "Our tour prices typically include expert local guides, transportation, accommodation, specified meals, and activity fees. Specific inclusions vary by tour package, so please check individual tour details."},
|
||||
{
|
||||
id: "faq4",
|
||||
title: "How do I book a tour?",
|
||||
content: "You can book a tour directly through our website by selecting your desired package and dates, or by contacting our team for a personalized consultation. We're here to help you every step of the way!",
|
||||
},
|
||||
id: "faq4", title: "How do I book a tour?", content: "You can book a tour directly through our website by selecting your desired package and dates, or by contacting our team for a personalized consultation. We're here to help you every step of the way!"},
|
||||
{
|
||||
id: "faq5",
|
||||
title: "What safety measures do you have in place?",
|
||||
content: "Traveler safety is our top priority. We partner with vetted local operators, ensure all transport is safe and reliable, and our guides are trained in first aid. We also provide clear guidelines for responsible and safe travel.",
|
||||
},
|
||||
id: "faq5", title: "What safety measures do you have in place?", content: "Traveler safety is our top priority. We partner with vetted local operators, ensure all transport is safe and reliable, and our guides are trained in first aid. We also provide clear guidelines for responsible and safe travel."},
|
||||
]}
|
||||
title="Your Questions, Answered"
|
||||
description="Find quick answers to common questions about our tours, booking process, and what to expect when traveling with Khun Nee Tour Dee."
|
||||
@@ -419,8 +255,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Connect with Us"
|
||||
title="Plan Your Thai Adventure"
|
||||
description="Ready to explore Thailand beyond the guidebook? Get in touch with our local experts to customize your perfect tour and create lasting memories."
|
||||
@@ -437,66 +272,39 @@ export default function LandingPage() {
|
||||
logoText="Khun Nee Tour Dee"
|
||||
columns={[
|
||||
{
|
||||
title: "Tours",
|
||||
items: [
|
||||
title: "Tours", items: [
|
||||
{
|
||||
label: "Northern Thailand",
|
||||
href: "#tours",
|
||||
},
|
||||
label: "Northern Thailand", href: "#tours"},
|
||||
{
|
||||
label: "Southern Islands",
|
||||
href: "#tours",
|
||||
},
|
||||
label: "Southern Islands", href: "#tours"},
|
||||
{
|
||||
label: "City Experiences",
|
||||
href: "#tours",
|
||||
},
|
||||
label: "City Experiences", href: "#tours"},
|
||||
{
|
||||
label: "Custom Tours",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Custom Tours", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
{
|
||||
label: "Our Expertise",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Our Expertise", href: "#about"},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#",
|
||||
},
|
||||
label: "Blog", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
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 Info",
|
||||
href: "#pricing",
|
||||
},
|
||||
label: "Booking Info", href: "#pricing"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user