Merge version_1 into main #2

Merged
bender merged 2 commits from version_1 into main 2026-03-23 06:08:28 +00:00
2 changed files with 82 additions and 299 deletions

View File

@@ -6,7 +6,7 @@ import FooterBase from '@/components/sections/footer/FooterBase';
import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import SplitAbout from '@/components/sections/about/SplitAbout';
import { Compass, Sparkles } from "lucide-react";
import { Compass, Sparkles, Om, Leaf } from "lucide-react";
export default function LandingPage() {
return (
@@ -27,40 +27,20 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "home",
href: "/",
},
name: "Home", id: "/"},
{
name: "Packages",
id: "packages",
href: "/packages",
},
name: "Packages", id: "/packages"},
{
name: "About",
id: "about",
href: "/about",
},
name: "About", id: "/about"},
{
name: "Testimonials",
id: "testimonials",
href: "/testimonials",
},
name: "Testimonials", id: "/testimonials"},
{
name: "Blog",
id: "blog",
href: "/blog",
},
name: "Blog", id: "/blog"},
{
name: "Contact",
id: "contact",
href: "/contact",
},
name: "Contact", id: "/contact"},
]}
button={{
text: "Book Now",
href: "/booking",
}}
text: "Book Now", href: "/booking"}}
brandName="Om Namah Shivaya Travels"
/>
</div>
@@ -74,27 +54,19 @@ export default function LandingPage() {
tag="Our Roots"
bulletPoints={[
{
title: "Authentic Spiritual Experiences",
description: "Curated itineraries to India's most sacred sites, designed for profound discovery.",
icon: Om,
title: "Authentic Spiritual Experiences", description: "Curated itineraries to India's most sacred sites, designed for profound discovery.", icon: Om,
},
{
title: "Luxury & Comfort Redefined",
description: "Premium accommodations, private transport, and personalized services for a truly relaxing journey.",
icon: Sparkles,
title: "Luxury & Comfort Redefined", description: "Premium accommodations, private transport, and personalized services for a truly relaxing journey.", icon: Sparkles,
},
{
title: "Expert Guidance & Insight",
description: "Knowledgeable guides fluent in culture, history, and spiritual traditions enhance every step.",
icon: Compass,
title: "Expert Guidance & Insight", description: "Knowledgeable guides fluent in culture, history, and spiritual traditions enhance every step.", icon: Compass,
},
{
title: "Sustainable & Responsible Tourism",
description: "Committed to supporting local communities and preserving India's rich heritage.",
icon: Leaf,
title: "Sustainable & Responsible Tourism", description: "Committed to supporting local communities and preserving India's rich heritage.", icon: Leaf,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/view-island-middle-lake_181624-19253.jpg?_wi=4"
imageSrc="http://img.b2bpic.net/free-photo/view-island-middle-lake_181624-19253.jpg"
imageAlt="Sacred temple in the Himalayas at sunrise"
mediaAnimation="blur-reveal"
/>
@@ -107,20 +79,14 @@ export default function LandingPage() {
description="We're dedicated to crafting journeys that leave a lasting spiritual imprint, celebrated by travelers worldwide. Our commitment to excellence ensures every pilgrimage is a cherished memory."
metrics={[
{
value: "5000+",
title: "Pilgrims Guided",
},
value: "5000+", title: "Pilgrims Guided"},
{
value: "98%",
title: "Customer Satisfaction",
},
value: "98%", title: "Customer Satisfaction"},
{
value: "10+",
title: "Years of Expertise",
},
value: "10+", title: "Years of Expertise"},
]}
tag="Our Achievements"
imageSrc="http://img.b2bpic.net/free-photo/romantic-portrait-young-caucasian-woman-summer-dress-enjoying-relaxing-park-mountain-with-amazing-tropical-sea-view-female-vacation-travel-around-thailand-happy-woman-sunset_343596-1399.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/romantic-portrait-young-caucasian-woman-summer-dress-enjoying-relaxing-park-mountain-with-amazing-tropical-sea-view-female-vacation-travel-around-thailand-happy-woman-sunset_343596-1399.jpg"
imageAlt="Woman meditating in a serene spiritual retreat setting"
mediaAnimation="slide-up"
metricsAnimation="blur-reveal"
@@ -131,62 +97,37 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Explore",
items: [
title: "Explore", items: [
{
label: "Home",
href: "/",
},
label: "Home", href: "/"},
{
label: "Tour Packages",
href: "/packages",
},
label: "Tour Packages", href: "/packages"},
{
label: "Testimonials",
href: "/testimonials",
},
label: "Testimonials", href: "/testimonials"},
{
label: "Blog",
href: "/blog",
},
label: "Blog", href: "/blog"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "/about",
},
label: "About Us", href: "/about"},
{
label: "Contact",
href: "/contact",
},
label: "Contact", href: "/contact"},
{
label: "Careers",
href: "#",
},
label: "Careers", href: "#"},
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
],
},
{
title: "Support",
items: [
title: "Support", items: [
{
label: "FAQ",
href: "#",
},
label: "FAQ", href: "#"},
{
label: "Booking Info",
href: "#",
},
label: "Booking Info", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
],
},
]}

View File

@@ -32,40 +32,20 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "home",
href: "/",
},
name: "Home", id: "/"},
{
name: "Packages",
id: "packages",
href: "/packages",
},
name: "Packages", id: "/packages"},
{
name: "About",
id: "about",
href: "/about",
},
name: "About", id: "/about"},
{
name: "Testimonials",
id: "testimonials",
href: "/testimonials",
},
name: "Testimonials", id: "/testimonials"},
{
name: "Blog",
id: "blog",
href: "/blog",
},
name: "Blog", id: "/blog"},
{
name: "Contact",
id: "contact",
href: "/contact",
},
name: "Contact", id: "/contact"},
]}
button={{
text: "Book Now",
href: "/booking",
}}
text: "Book Now", href: "/booking"}}
brandName="Om Namah Shivaya Travels"
/>
</div>
@@ -73,23 +53,18 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardScroll
background={{
variant: "downward-rays-static",
}}
variant: "downward-rays-static"}}
title="Embark on a Spiritual Journey"
description="Discover premium spiritual tour packages to sacred destinations across India. Experience luxury, culture, and divine tranquility."
tag="Your Sacred Journey Begins"
tagIcon={Mountain}
buttons={[
{
text: "Explore Packages",
href: "/packages",
},
text: "Explore Packages", href: "/packages"},
{
text: "Plan Your Trip",
href: "/contact",
},
text: "Plan Your Trip", href: "/contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/view-island-middle-lake_181624-19253.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/view-island-middle-lake_181624-19253.jpg"
imageAlt="Himalayan temple at sunrise, spiritual travel"
/>
</div>
@@ -103,45 +78,19 @@ export default function LandingPage() {
carouselMode="buttons"
products={[
{
id: "ganga-aarti",
name: "Ganga Aarti, Varanasi",
price: "₹45,000",
variant: "Spiritual Journey",
imageSrc: "http://img.b2bpic.net/free-psd/nyepi-instagram-stories-collection_23-2149383381.jpg",
imageAlt: "Ganga Aarti ceremony in Varanasi",
},
id: "ganga-aarti", name: "Ganga Aarti, Varanasi", price: "₹45,000", variant: "Spiritual Journey", imageSrc: "http://img.b2bpic.net/free-psd/nyepi-instagram-stories-collection_23-2149383381.jpg", imageAlt: "Ganga Aarti ceremony in Varanasi"},
{
id: "kerala-backwaters",
name: "Kerala Backwaters & Temples",
price: "₹60,000",
variant: "Tranquil Escape",
imageSrc: "http://img.b2bpic.net/free-photo/couple-embracing-with-lake-mountain-background_1153-1351.jpg",
imageAlt: "Houseboat on Kerala backwaters",
},
id: "kerala-backwaters", name: "Kerala Backwaters & Temples", price: "₹60,000", variant: "Tranquil Escape", imageSrc: "http://img.b2bpic.net/free-photo/couple-embracing-with-lake-mountain-background_1153-1351.jpg", imageAlt: "Houseboat on Kerala backwaters"},
{
id: "golden-triangle",
name: "Golden Triangle Pilgrimage",
price: "₹75,000",
variant: "Cultural Immersion",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-lighthouse_23-2150602875.jpg",
imageAlt: "Taj Mahal, a part of Golden Triangle tour",
},
id: "golden-triangle", name: "Golden Triangle Pilgrimage", price: "₹75,000", variant: "Cultural Immersion", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-couple-lighthouse_23-2150602875.jpg", imageAlt: "Taj Mahal, a part of Golden Triangle tour"},
{
id: "spiritual-retreat",
name: "Himalayan Yoga Retreat",
price: "₹90,000",
variant: "Wellness & Meditation",
imageSrc: "http://img.b2bpic.net/free-photo/romantic-portrait-young-caucasian-woman-summer-dress-enjoying-relaxing-park-mountain-with-amazing-tropical-sea-view-female-vacation-travel-around-thailand-happy-woman-sunset_343596-1399.jpg?_wi=1",
imageAlt: "Yoga practitioner in the Himalayas",
},
id: "spiritual-retreat", name: "Himalayan Yoga Retreat", price: "₹90,000", variant: "Wellness & Meditation", imageSrc: "http://img.b2bpic.net/free-photo/romantic-portrait-young-caucasian-woman-summer-dress-enjoying-relaxing-park-mountain-with-amazing-tropical-sea-view-female-vacation-travel-around-thailand-happy-woman-sunset_343596-1399.jpg", imageAlt: "Yoga practitioner in the Himalayas"},
]}
title="Our Curated Spiritual Tours"
description="Explore meticulously crafted itineraries designed for inner peace and cultural immersion."
buttons={[
{
text: "View All Packages",
href: "/packages",
},
text: "View All Packages", href: "/packages"},
]}
/>
</div>
@@ -153,19 +102,13 @@ export default function LandingPage() {
description="We blend luxury, spiritual depth, and impeccable service to create journeys that transcend ordinary travel. Our curated experiences focus on your inner peace and cultural enlightenment."
metrics={[
{
value: "10+",
title: "Years Experience",
},
value: "10+", title: "Years Experience"},
{
value: "200+",
title: "Sacred Destinations",
},
value: "200+", title: "Sacred Destinations"},
{
value: "5k+",
title: "Happy Travelers",
},
value: "5k+", title: "Happy Travelers"},
]}
imageSrc="http://img.b2bpic.net/free-photo/view-island-middle-lake_181624-19253.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/view-island-middle-lake_181624-19253.jpg"
imageAlt="Himalayan landscape with ancient Indian temple"
mediaAnimation="slide-up"
metricsAnimation="slide-up"
@@ -180,37 +123,17 @@ export default function LandingPage() {
carouselMode="buttons"
testimonials={[
{
id: "1",
name: "Priya Sharma",
handle: "@priyatraveller",
testimonial: "An absolutely divine experience! The attention to detail and spiritual guidance made this trip unforgettable. Truly a luxury pilgrimage.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/businessman-dress-code-checking-his-blazer_114579-15934.jpg",
},
id: "1", name: "Priya Sharma", handle: "@priyatraveller", testimonial: "An absolutely divine experience! The attention to detail and spiritual guidance made this trip unforgettable. Truly a luxury pilgrimage.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/businessman-dress-code-checking-his-blazer_114579-15934.jpg"},
{
id: "2",
name: "Rajesh Kumar",
handle: "@rajesh_explores",
testimonial: "Om Namah Shivaya Travels exceeded all expectations. The seamless booking, knowledgeable guides, and comfortable stays were exceptional. Highly recommended!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-purple-shirt-looking-camera-smiling-cheerfully-pointing-with-index-fingers-side-standing-blue_141793-109219.jpg",
},
id: "2", name: "Rajesh Kumar", handle: "@rajesh_explores", testimonial: "Om Namah Shivaya Travels exceeded all expectations. The seamless booking, knowledgeable guides, and comfortable stays were exceptional. Highly recommended!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/senior-man-purple-shirt-looking-camera-smiling-cheerfully-pointing-with-index-fingers-side-standing-blue_141793-109219.jpg"},
{
id: "3",
name: "Ananya Singh",
handle: "@ananya_journeys",
testimonial: "From the majestic Himalayas to the serene Ganges, every moment was a blessing. This platform perfectly blends spirituality with modern comfort.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-hipster-woman-summer-vacation-asia-relaxing-tropical-beach-digital-photo-camera-casual-boho-style-sea-landscape-slim-tanned-body-travel-alone_285396-6251.jpg",
},
id: "3", name: "Ananya Singh", handle: "@ananya_journeys", testimonial: "From the majestic Himalayas to the serene Ganges, every moment was a blessing. This platform perfectly blends spirituality with modern comfort.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-hipster-woman-summer-vacation-asia-relaxing-tropical-beach-digital-photo-camera-casual-boho-style-sea-landscape-slim-tanned-body-travel-alone_285396-6251.jpg"},
{
id: "4",
name: "Vikram Patel",
handle: "@vikram_adventure",
testimonial: "A truly enriching journey for the soul. The selection of sacred sites and the premium service made it a pilgrimage of a lifetime. Thank you!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-smiling-with-copy-space_23-2148435784.jpg",
},
id: "4", name: "Vikram Patel", handle: "@vikram_adventure", testimonial: "A truly enriching journey for the soul. The selection of sacred sites and the premium service made it a pilgrimage of a lifetime. Thank you!", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-smiling-with-copy-space_23-2148435784.jpg"},
]}
showRating={true}
title="What Our Travelers Say"
@@ -223,23 +146,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Travel India Authority",
"Luxury Hotels Group",
"Global Airlines",
"SecurePay",
"WorldShield Insurance",
"Sacred Journeys Board",
"Adventure Expeditions",
]}
"Travel India Authority", "Luxury Hotels Group", "Global Airlines", "SecurePay", "WorldShield Insurance", "Sacred Journeys Board", "Adventure Expeditions"]}
logos={[
"http://img.b2bpic.net/free-vector/gradient-oasis-logo-template_23-2149399753.jpg",
"http://img.b2bpic.net/free-vector/flat-travel-label-collection_23-2149061732.jpg",
"http://img.b2bpic.net/free-photo/top-view-world-tourism-day-logos_23-2148608834.jpg",
"http://img.b2bpic.net/free-vector/safe-secure-einr-erupi-digital-currency-symbol-design_1017-49290.jpg",
"http://img.b2bpic.net/free-photo/day-office-travel-agency_23-2150769936.jpg",
"http://img.b2bpic.net/free-vector/culture-logo-design-template_23-2149813693.jpg",
"http://img.b2bpic.net/free-vector/travel-agency-banners_23-2147499470.jpg",
]}
"http://img.b2bpic.net/free-vector/gradient-oasis-logo-template_23-2149399753.jpg", "http://img.b2bpic.net/free-vector/flat-travel-label-collection_23-2149061732.jpg", "http://img.b2bpic.net/free-photo/top-view-world-tourism-day-logos_23-2148608834.jpg", "http://img.b2bpic.net/free-vector/safe-secure-einr-erupi-digital-currency-symbol-design_1017-49290.jpg", "http://img.b2bpic.net/free-photo/day-office-travel-agency_23-2150769936.jpg", "http://img.b2bpic.net/free-vector/culture-logo-design-template_23-2149813693.jpg", "http://img.b2bpic.net/free-vector/travel-agency-banners_23-2147499470.jpg"]}
title="Trusted by Leading Travel Partners"
description="Our collaborations ensure premium quality and seamless experiences for every journey."
speed={30}
@@ -256,49 +165,13 @@ export default function LandingPage() {
description="Explore our latest articles on Indian culture, spiritual travel, and destination highlights."
blogs={[
{
id: "1",
category: "Pilgrimage",
title: "The Mystical Charms of Varanasi: A Journey to the Sacred Ganges",
excerpt: "Varanasi, one of the oldest living cities in the world, offers a profound spiritual experience...",
imageSrc: "http://img.b2bpic.net/free-vector/flat-india-independence-day-landing-page-template_23-2149501067.jpg",
imageAlt: "Varanasi ghats during Ganga Aarti",
authorName: "Rohan Sharma",
authorAvatar: "http://img.b2bpic.net/free-photo/businessman-dress-code-checking-his-blazer_114579-15934.jpg",
date: "Oct 26, 2023",
},
id: "1", category: "Pilgrimage", title: "The Mystical Charms of Varanasi: A Journey to the Sacred Ganges", excerpt: "Varanasi, one of the oldest living cities in the world, offers a profound spiritual experience...", imageSrc: "http://img.b2bpic.net/free-vector/flat-india-independence-day-landing-page-template_23-2149501067.jpg", imageAlt: "Varanasi ghats during Ganga Aarti", authorName: "Rohan Sharma", authorAvatar: "http://img.b2bpic.net/free-photo/businessman-dress-code-checking-his-blazer_114579-15934.jpg", date: "Oct 26, 2023"},
{
id: "2",
category: "Wellness",
title: "Finding Inner Peace: Top Yoga Retreats in the Himalayas",
excerpt: "Discover serene sanctuaries in the majestic Himalayas, perfect for meditation and spiritual rejuvenation...",
imageSrc: "http://img.b2bpic.net/free-photo/college-mates-studying-together_23-2149038401.jpg",
imageAlt: "Person meditating in a Himalayan setting",
authorName: "Anjali Mehta",
authorAvatar: "http://img.b2bpic.net/free-photo/senior-man-purple-shirt-looking-camera-smiling-cheerfully-pointing-with-index-fingers-side-standing-blue_141793-109219.jpg",
date: "Oct 20, 2023",
},
id: "2", category: "Wellness", title: "Finding Inner Peace: Top Yoga Retreats in the Himalayas", excerpt: "Discover serene sanctuaries in the majestic Himalayas, perfect for meditation and spiritual rejuvenation...", imageSrc: "http://img.b2bpic.net/free-photo/college-mates-studying-together_23-2149038401.jpg", imageAlt: "Person meditating in a Himalayan setting", authorName: "Anjali Mehta", authorAvatar: "http://img.b2bpic.net/free-photo/senior-man-purple-shirt-looking-camera-smiling-cheerfully-pointing-with-index-fingers-side-standing-blue_141793-109219.jpg", date: "Oct 20, 2023"},
{
id: "3",
category: "Culture",
title: "Celebrating Divinity: Understanding India's Vibrant Festivals",
excerpt: "India's festivals are a kaleidoscope of colors, rituals, and devotion. Dive into the heart of its cultural celebrations...",
imageSrc: "http://img.b2bpic.net/free-photo/hands-indian-women-pour-holy-woter-red-flower_8353-744.jpg",
imageAlt: "Colorful Indian festival procession",
authorName: "Deepak Singh",
authorAvatar: "http://img.b2bpic.net/free-photo/young-beautiful-hipster-woman-summer-vacation-asia-relaxing-tropical-beach-digital-photo-camera-casual-boho-style-sea-landscape-slim-tanned-body-travel-alone_285396-6251.jpg",
date: "Oct 15, 2023",
},
id: "3", category: "Culture", title: "Celebrating Divinity: Understanding India's Vibrant Festivals", excerpt: "India's festivals are a kaleidoscope of colors, rituals, and devotion. Dive into the heart of its cultural celebrations...", imageSrc: "http://img.b2bpic.net/free-photo/hands-indian-women-pour-holy-woter-red-flower_8353-744.jpg", imageAlt: "Colorful Indian festival procession", authorName: "Deepak Singh", authorAvatar: "http://img.b2bpic.net/free-photo/young-beautiful-hipster-woman-summer-vacation-asia-relaxing-tropical-beach-digital-photo-camera-casual-boho-style-sea-landscape-slim-tanned-body-travel-alone_285396-6251.jpg", date: "Oct 15, 2023"},
{
id: "4",
category: "Destinations",
title: "Beyond the Taj: Unveiling Agra's Hidden Spiritual Gems",
excerpt: "While the Taj Mahal draws millions, Agra holds other profound spiritual sites worth exploring...",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-traveler-tourist-sits-stairs-near-museum-holds-paper-map-explores-city-si_1258-152016.jpg",
imageAlt: "Taj Mahal at sunrise",
authorName: "Priya Sharma",
authorAvatar: "http://img.b2bpic.net/free-photo/handsome-man-smiling-with-copy-space_23-2148435784.jpg",
date: "Oct 10, 2023",
},
id: "4", category: "Destinations", title: "Beyond the Taj: Unveiling Agra's Hidden Spiritual Gems", excerpt: "While the Taj Mahal draws millions, Agra holds other profound spiritual sites worth exploring...", imageSrc: "http://img.b2bpic.net/free-photo/smiling-girl-traveler-tourist-sits-stairs-near-museum-holds-paper-map-explores-city-si_1258-152016.jpg", imageAlt: "Taj Mahal at sunrise", authorName: "Priya Sharma", authorAvatar: "http://img.b2bpic.net/free-photo/handsome-man-smiling-with-copy-space_23-2148435784.jpg", date: "Oct 10, 2023"},
]}
/>
</div>
@@ -310,25 +183,17 @@ export default function LandingPage() {
description="Reach out to us to customize your spiritual journey or for any inquiries. Our team is dedicated to crafting your perfect premium experience."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
required: true,
name: "name", type: "text", placeholder: "Your Name", required: true,
},
{
name: "email",
type: "email",
placeholder: "Your Email",
required: true,
name: "email", type: "email", placeholder: "Your Email", required: true,
},
]}
textarea={{
name: "message",
placeholder: "Your Message",
rows: 4,
name: "message", placeholder: "Your Message", rows: 4,
required: true,
}}
imageSrc="http://img.b2bpic.net/free-photo/view-island-middle-lake_181624-19253.jpg?_wi=3"
imageSrc="http://img.b2bpic.net/free-photo/view-island-middle-lake_181624-19253.jpg"
imageAlt="Himalayan spiritual landscape"
mediaAnimation="slide-up"
mediaPosition="right"
@@ -341,58 +206,35 @@ export default function LandingPage() {
logoText="Om Namah Shivaya Travels"
columns={[
{
title: "Tours",
items: [
title: "Tours", items: [
{
label: "All Packages",
href: "/packages",
},
label: "All Packages", href: "/packages"},
{
label: "Himalayan",
href: "/packages?location=himalayan",
},
label: "Himalayan", href: "/packages?location=himalayan"},
{
label: "South India",
href: "/packages?location=south-india",
},
label: "South India", href: "/packages?location=south-india"},
{
label: "Pilgrimage",
href: "/packages?type=pilgrimage",
},
label: "Pilgrimage", href: "/packages?type=pilgrimage"},
],
},
{
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: "Blog",
href: "/blog",
},
label: "Blog", href: "/blog"},
{
label: "Contact Us",
href: "/contact",
},
label: "Contact Us", href: "/contact"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
],
},
]}