Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-06-09 08:19:20 +00:00

View File

@@ -34,33 +34,19 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "#hero",
},
name: "Home", id: "#hero"},
{
name: "About",
id: "#about",
},
name: "About", id: "#about"},
{
name: "Services",
id: "#services",
},
name: "Services", id: "#services"},
{
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="New Kota Car Care"
/>
@@ -69,24 +55,17 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroSplitKpi
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
imagePosition="right"
title="New Kota Car Care: Cool Comfort for Every Drive"
description="Expert AC repair, maintenance, and diagnostics for all car models. Drive in comfort, no matter the weather, with our reliable and efficient service."
kpis={[
{
value: "10+",
label: "Years Experience",
},
value: "10+", label: "Years Experience"},
{
value: "5000+",
label: "Cars Serviced",
},
value: "5000+", label: "Cars Serviced"},
{
value: "5-Star",
label: "Rating",
},
value: "5-Star", label: "Rating"},
]}
enableKpiAnimation={true}
imageSrc="http://img.b2bpic.net/free-photo/closeup-manual-worker-industrial-production-line-facility_637285-4875.jpg"
@@ -94,62 +73,36 @@ export default function LandingPage() {
mediaAnimation="slide-up"
buttons={[
{
text: "Book an Appointment",
href: "#contact",
},
text: "Book an Appointment", href: "#contact"},
{
text: "Learn More",
href: "#about",
},
text: "Learn More", href: "#about"},
]}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/black-auto-mechanic-checking-car-oil-while-wearing-face-mask-repair-shop_637285-9448.jpg",
alt: "Black auto mechanic checking car oil while wearing face mask in repair shop",
},
src: "http://img.b2bpic.net/free-photo/black-auto-mechanic-checking-car-oil-while-wearing-face-mask-repair-shop_637285-9448.jpg", alt: "Black auto mechanic checking car oil while wearing face mask in repair shop"},
{
src: "http://img.b2bpic.net/free-photo/close-up-hvac-system-manometers_482257-90544.jpg",
alt: "Close up of HVAC system manometers",
},
src: "http://img.b2bpic.net/free-photo/close-up-hvac-system-manometers_482257-90544.jpg", alt: "Close up of HVAC system manometers"},
{
src: "http://img.b2bpic.net/free-photo/mid-adult-mechanic-using-diagnostic-tool-while-repairing-air-conditioning-system-car-auto-repair-shop_637285-4279.jpg",
alt: "Mid adult mechanic using diagnostic tool while repairing air conditioning system of a car in auto repair shop",
},
src: "http://img.b2bpic.net/free-photo/mid-adult-mechanic-using-diagnostic-tool-while-repairing-air-conditioning-system-car-auto-repair-shop_637285-4279.jpg", alt: "Mid adult mechanic using diagnostic tool while repairing air conditioning system of a car in auto repair shop"},
{
src: "http://img.b2bpic.net/free-photo/african-american-car-mechanic-with-face-mask-examining-engine-breakdown-workshop_637285-8620.jpg",
alt: "African American car mechanic with face mask examining engine breakdown in a workshop",
},
src: "http://img.b2bpic.net/free-photo/african-american-car-mechanic-with-face-mask-examining-engine-breakdown-workshop_637285-8620.jpg", alt: "African American car mechanic with face mask examining engine breakdown in a workshop"},
{
src: "http://img.b2bpic.net/free-photo/man-checking-out-new-car_23-2148130139.jpg",
alt: "Happy car owner portrait",
},
src: "http://img.b2bpic.net/free-photo/man-checking-out-new-car_23-2148130139.jpg", alt: "Happy car owner portrait"},
]}
avatarText="Trusted by 5000+ happy customers"
marqueeItems={[
{
type: "text-icon",
text: "Certified Technicians",
icon: ShieldCheck,
type: "text-icon", text: "Certified Technicians", icon: ShieldCheck,
},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/black-auto-mechanic-checking-car-oil-while-wearing-face-mask-repair-shop_637285-9448.jpg",
alt: "Certified Technician",
type: "image", src: "http://img.b2bpic.net/free-photo/black-auto-mechanic-checking-car-oil-while-wearing-face-mask-repair-shop_637285-9448.jpg", alt: "Certified Technician"},
{
type: "text-icon", text: "Eco-Friendly Refrigerants", icon: Leaf,
},
{
type: "text-icon",
text: "Eco-Friendly Refrigerants",
icon: Leaf,
},
type: "image", src: "http://img.b2bpic.net/free-photo/close-up-hvac-system-manometers_482257-90544.jpg", alt: "AC Gas Refill"},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/close-up-hvac-system-manometers_482257-90544.jpg",
alt: "AC Gas Refill",
},
{
type: "text-icon",
text: "Fast & Reliable Service",
icon: Zap,
type: "text-icon", text: "Fast & Reliable Service", icon: Zap,
},
]}
marqueeSpeed={30}
@@ -162,16 +115,11 @@ export default function LandingPage() {
useInvertedBackground={false}
tag="About Us"
title="Your Trusted Partner for Car AC Excellence in Kota"
description="At New Kota Car Care, we specialize in comprehensive car AC repair and maintenance, ensuring your vehicle's air conditioning system runs perfectly year-round. Our certified technicians use state-of-the-art equipment to diagnose and fix any AC issue, providing transparent service and lasting comfort. We're committed to quality, reliability, and customer satisfaction."
buttons={[
{
text: "Our Services",
href: "#services",
},
text: "Our Services", href: "#services"},
{
text: "Contact Us",
href: "#contact",
},
text: "Contact Us", href: "#contact"},
]}
/>
</div>
@@ -182,38 +130,20 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "AC Gas Refill",
description: "Restore cooling efficiency with precise AC gas top-ups and refills for all car models.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-technician-hand-wearing-gloves-repairing-computer_23-2147922198.jpg",
imageAlt: "Car AC gas refill",
},
title: "AC Gas Refill", description: "Restore cooling efficiency with precise AC gas top-ups and refills for all car models.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-male-technician-hand-wearing-gloves-repairing-computer_23-2147922198.jpg", imageAlt: "Car AC gas refill"},
{
title: "Leak Detection & Repair",
description: "Advanced diagnostic tools to accurately locate and expertly repair refrigerant leaks.",
imageSrc: "http://img.b2bpic.net/free-photo/male-car-mechanic-working-car-repair-shop_23-2150367575.jpg",
imageAlt: "Car AC leak detection",
},
title: "Leak Detection & Repair", description: "Advanced diagnostic tools to accurately locate and expertly repair refrigerant leaks.", imageSrc: "http://img.b2bpic.net/free-photo/male-car-mechanic-working-car-repair-shop_23-2150367575.jpg", imageAlt: "Car AC leak detection"},
{
title: "Compressor Service",
description: "Repair or replace faulty compressors to ensure powerful and consistent cooling performance.",
imageSrc: "http://img.b2bpic.net/free-photo/hvac-system-refrigerant-tank-check_482257-85115.jpg",
imageAlt: "Car AC compressor repair",
},
title: "Compressor Service", description: "Repair or replace faulty compressors to ensure powerful and consistent cooling performance.", imageSrc: "http://img.b2bpic.net/free-photo/hvac-system-refrigerant-tank-check_482257-85115.jpg", imageAlt: "Car AC compressor repair"},
{
title: "Evaporator Cleaning",
description: "Deep cleaning of the evaporator coil to eliminate foul odors and improve air quality.",
imageSrc: "http://img.b2bpic.net/free-photo/businessman-calling_23-2147996592.jpg",
imageAlt: "Car AC evaporator cleaning",
},
title: "Evaporator Cleaning", description: "Deep cleaning of the evaporator coil to eliminate foul odors and improve air quality.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-calling_23-2147996592.jpg", imageAlt: "Car AC evaporator cleaning"},
]}
title="Comprehensive AC Solutions for Optimal Performance"
description="From routine maintenance to complex repairs, we keep your car's climate control system running perfectly."
tag="Our Services"
buttons={[
{
text: "View All Services",
href: "#product-catalog",
},
text: "View All Services", href: "#product-catalog"},
]}
/>
</div>
@@ -225,31 +155,16 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "10+",
title: "Years in Business",
items: [
"Reliable Expertise",
"Proven Track Record",
],
id: "m1", value: "10+", title: "Years in Business", items: [
"Reliable Expertise", "Proven Track Record"],
},
{
id: "m2",
value: "99%",
title: "Customer Satisfaction",
items: [
"Quality Service",
"Happy Drivers",
],
id: "m2", value: "99%", title: "Customer Satisfaction", items: [
"Quality Service", "Happy Drivers"],
},
{
id: "m3",
value: "24/7",
title: "Emergency Support",
items: [
"Always Available",
"Rapid Response",
],
id: "m3", value: "24/7", title: "Emergency Support", items: [
"Always Available", "Rapid Response"],
},
]}
title="Years of Dedicated Service & Customer Satisfaction"
@@ -266,56 +181,24 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "p1",
name: "Basic AC Checkup",
price: "₹499",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-steering-wheel_23-2149226207.jpg",
imageAlt: "Basic car AC checkup",
},
id: "p1", name: "Basic AC Checkup", price: "₹499", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-holding-steering-wheel_23-2149226207.jpg", imageAlt: "Basic car AC checkup"},
{
id: "p2",
name: "Premium AC Service",
price: "₹1999",
imageSrc: "http://img.b2bpic.net/free-photo/benchman-owner-car-making-deal_114579-2805.jpg",
imageAlt: "Premium car AC service",
},
id: "p2", name: "Premium AC Service", price: "₹1999", imageSrc: "http://img.b2bpic.net/free-photo/benchman-owner-car-making-deal_114579-2805.jpg", imageAlt: "Premium car AC service"},
{
id: "p3",
name: "AC Compressor Replacement",
price: "₹7499+",
imageSrc: "http://img.b2bpic.net/free-photo/woman-hand-turning-car-air-conditioning-system-car-air-conditioner-off-button-close-up-view_657921-553.jpg",
imageAlt: "AC compressor replacement",
},
id: "p3", name: "AC Compressor Replacement", price: "₹7499+", imageSrc: "http://img.b2bpic.net/free-photo/woman-hand-turning-car-air-conditioning-system-car-air-conditioner-off-button-close-up-view_657921-553.jpg", imageAlt: "AC compressor replacement"},
{
id: "p4",
name: "Condenser Repair/Replacement",
price: "₹3499+",
imageSrc: "http://img.b2bpic.net/free-photo/bike-repair-shop_23-2148138614.jpg",
imageAlt: "Car AC condenser repair",
},
id: "p4", name: "Condenser Repair/Replacement", price: "₹3499+", imageSrc: "http://img.b2bpic.net/free-photo/bike-repair-shop_23-2148138614.jpg", imageAlt: "Car AC condenser repair"},
{
id: "p5",
name: "Blower Motor Fix",
price: "₹1299+",
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-attaching-jumper-cables-car-battery_1170-1134.jpg",
imageAlt: "Car AC blower motor repair",
},
id: "p5", name: "Blower Motor Fix", price: "₹1299+", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-attaching-jumper-cables-car-battery_1170-1134.jpg", imageAlt: "Car AC blower motor repair"},
{
id: "p6",
name: "AC Filter Change",
price: "₹599",
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-car-interior-clean-up-service_23-2149212258.jpg",
imageAlt: "Car AC filter change",
},
id: "p6", name: "AC Filter Change", price: "₹599", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-car-interior-clean-up-service_23-2149212258.jpg", imageAlt: "Car AC filter change"},
]}
title="Essential Car AC Services You Can Rely On"
description="Explore our most popular and critical AC repair and maintenance offerings designed to keep you cool."
tag="Service Catalog"
buttons={[
{
text: "Get a Free Quote",
href: "#contact",
},
text: "Get a Free Quote", href: "#contact"},
]}
/>
</div>
@@ -327,59 +210,23 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
id: "pr1",
title: "Basic AC Tune-up",
price: "₹999",
period: "per service",
features: [
"Visual inspection",
"Gas pressure check",
"Performance test",
"Basic cleaning",
],
id: "pr1", title: "Basic AC Tune-up", price: "₹999", period: "per service", features: [
"Visual inspection", "Gas pressure check", "Performance test", "Basic cleaning"],
button: {
text: "Book Basic",
},
imageSrc: "http://img.b2bpic.net/free-photo/customer-holding-mobile-phone_1170-1373.jpg",
imageAlt: "Basic AC Tune-up",
},
text: "Book Basic"},
imageSrc: "http://img.b2bpic.net/free-photo/customer-holding-mobile-phone_1170-1373.jpg", imageAlt: "Basic AC Tune-up"},
{
id: "pr2",
title: "Standard AC Service",
price: "₹2499",
period: "per service",
features: [
"Full system diagnostic",
"Gas refill (up to 500g)",
"Condenser cleaning",
"Cabin filter check",
"Leak detection",
],
id: "pr2", title: "Standard AC Service", price: "₹2499", period: "per service", features: [
"Full system diagnostic", "Gas refill (up to 500g)", "Condenser cleaning", "Cabin filter check", "Leak detection"],
button: {
text: "Choose Standard",
},
imageSrc: "http://img.b2bpic.net/free-photo/man-mechanic-woman-customer-look-car-hood-discuss-repairs_146671-14234.jpg",
imageAlt: "Standard AC Service",
},
text: "Choose Standard"},
imageSrc: "http://img.b2bpic.net/free-photo/man-mechanic-woman-customer-look-car-hood-discuss-repairs_146671-14234.jpg", imageAlt: "Standard AC Service"},
{
id: "pr3",
title: "Complete AC Overhaul",
price: "₹4999+",
period: "per service",
features: [
"Advanced leak detection",
"Evaporator coil cleaning",
"Compressor health check",
"Gas refill (full)",
"Component inspection & repair",
"1-year warranty on parts",
],
id: "pr3", title: "Complete AC Overhaul", price: "₹4999+", period: "per service", features: [
"Advanced leak detection", "Evaporator coil cleaning", "Compressor health check", "Gas refill (full)", "Component inspection & repair", "1-year warranty on parts"],
button: {
text: "Get Overhaul",
},
imageSrc: "http://img.b2bpic.net/free-photo/electric-car-fuel-socket_107420-94938.jpg",
imageAlt: "Complete AC Overhaul",
},
text: "Get Overhaul"},
imageSrc: "http://img.b2bpic.net/free-photo/electric-car-fuel-socket_107420-94938.jpg", imageAlt: "Complete AC Overhaul"},
]}
title="Transparent Pricing for Every AC Service Need"
description="Affordable packages tailored to give you the best value and longest-lasting comfort. No hidden costs, just clear solutions."
@@ -394,45 +241,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "t1",
name: "Priya Sharma",
role: "Marketing Professional",
testimonial: "My car AC was blowing hot air, but New Kota Car Care fixed it quickly and affordably. The service was excellent, and the team was very professional. Highly recommended!",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-sitting-car_23-2148601557.jpg",
imageAlt: "Priya Sharma",
},
id: "t1", name: "Priya Sharma", role: "Marketing Professional", testimonial: "My car AC was blowing hot air, but New Kota Car Care fixed it quickly and affordably. The service was excellent, and the team was very professional. Highly recommended!", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-sitting-car_23-2148601557.jpg", imageAlt: "Priya Sharma"},
{
id: "t2",
name: "Rajesh Kumar",
role: "Small Business Owner",
testimonial: "Fantastic service! My car's AC is now colder than ever. They were thorough in their diagnosis and explained everything clearly. I'm a customer for life.",
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-customer-signing-document-workshop_329181-11872.jpg",
imageAlt: "Rajesh Kumar",
},
id: "t2", name: "Rajesh Kumar", role: "Small Business Owner", testimonial: "Fantastic service! My car's AC is now colder than ever. They were thorough in their diagnosis and explained everything clearly. I'm a customer for life.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-customer-signing-document-workshop_329181-11872.jpg", imageAlt: "Rajesh Kumar"},
{
id: "t3",
name: "Deepa Singh",
role: "Homemaker",
testimonial: "I was worried about my car AC, but New Kota Car Care made the repair process so easy and transparent. The staff was friendly, and the quality of work is top-notch. Very happy with the results!",
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-smiling-while-servicing-car-engine_1170-1285.jpg",
imageAlt: "Deepa Singh",
},
id: "t3", name: "Deepa Singh", role: "Homemaker", testimonial: "I was worried about my car AC, but New Kota Car Care made the repair process so easy and transparent. The staff was friendly, and the quality of work is top-notch. Very happy with the results!", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-smiling-while-servicing-car-engine_1170-1285.jpg", imageAlt: "Deepa Singh"},
{
id: "t4",
name: "Amit Patel",
role: "Software Engineer",
testimonial: "Quick, efficient, and reliable service. My car AC is working perfectly now, and the pricing was very fair. A definite go-to place for all car AC needs in Kota.",
imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-laptop-while-servicing-car-engine_1170-1296.jpg",
imageAlt: "Amit Patel",
},
id: "t4", name: "Amit Patel", role: "Software Engineer", testimonial: "Quick, efficient, and reliable service. My car AC is working perfectly now, and the pricing was very fair. A definite go-to place for all car AC needs in Kota.", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-laptop-while-servicing-car-engine_1170-1296.jpg", imageAlt: "Amit Patel"},
{
id: "t5",
name: "Sanjay Gupta",
role: "Retired Teacher",
testimonial: "Excellent workmanship and honest advice. They truly care about their customers. My old car's AC feels brand new after their service. Couldn't ask for better!",
imageSrc: "http://img.b2bpic.net/free-photo/couple-resting-inside-car-s-trunk-while-winter-road-trip-together_23-2149208115.jpg",
imageAlt: "Sanjay Gupta",
},
id: "t5", name: "Sanjay Gupta", role: "Retired Teacher", testimonial: "Excellent workmanship and honest advice. They truly care about their customers. My old car's AC feels brand new after their service. Couldn't ask for better!", imageSrc: "http://img.b2bpic.net/free-photo/couple-resting-inside-car-s-trunk-while-winter-road-trip-together_23-2149208115.jpg", imageAlt: "Sanjay Gupta"},
]}
title="Trusted by Car Owners Across Kota"
description="Hear from satisfied customers who experienced the New Kota Car Care difference and now enjoy perfectly working ACs."
@@ -445,30 +262,15 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "How often should I get my car AC serviced?",
content: "It's recommended to have your car AC system checked annually, especially before the summer months, to ensure optimal performance and catch any potential issues early.",
},
id: "f1", title: "How often should I get my car AC serviced?", content: "It's recommended to have your car AC system checked annually, especially before the summer months, to ensure optimal performance and catch any potential issues early."},
{
id: "f2",
title: "What are the signs of a failing car AC?",
content: "Common signs include warm air blowing from vents, weak airflow, strange noises (hissing, clunking), or a musty odor when the AC is on.",
},
id: "f2", title: "What are the signs of a failing car AC?", content: "Common signs include warm air blowing from vents, weak airflow, strange noises (hissing, clunking), or a musty odor when the AC is on."},
{
id: "f3",
title: "Is AC gas refill safe for my car?",
content: "Yes, when performed by certified technicians using the correct type and amount of refrigerant, an AC gas refill is perfectly safe and essential for maintaining cooling efficiency.",
},
id: "f3", title: "Is AC gas refill safe for my car?", content: "Yes, when performed by certified technicians using the correct type and amount of refrigerant, an AC gas refill is perfectly safe and essential for maintaining cooling efficiency."},
{
id: "f4",
title: "How long does a car AC repair typically take?",
content: "The duration of an AC repair varies depending on the issue. A simple gas refill might take less than an hour, while complex repairs like compressor replacement could take several hours or even a full day. We always aim for efficient service with minimal disruption.",
},
id: "f4", title: "How long does a car AC repair typically take?", content: "The duration of an AC repair varies depending on the issue. A simple gas refill might take less than an hour, while complex repairs like compressor replacement could take several hours or even a full day. We always aim for efficient service with minimal disruption."},
{
id: "f5",
title: "Do you offer a warranty on AC repairs?",
content: "Yes, we stand by the quality of our work. Most of our AC repairs come with a service warranty on both parts and labor. Please ask our service advisor for specific warranty details related to your repair.",
},
id: "f5", title: "Do you offer a warranty on AC repairs?", content: "Yes, we stand by the quality of our work. Most of our AC repairs come with a service warranty on both parts and labor. Please ask our service advisor for specific warranty details related to your repair."},
]}
sideTitle="Common Questions About Car AC Repair"
sideDescription="Find quick answers to your most pressing questions about car air conditioning, services, and appointments at New Kota Car Care."
@@ -477,9 +279,7 @@ export default function LandingPage() {
showCard={true}
buttons={[
{
text: "Contact Us",
href: "#contact",
},
text: "Contact Us", href: "#contact"},
]}
/>
</div>
@@ -488,8 +288,7 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={true}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Get in Touch"
title="Schedule Your AC Service Today!"
description="Don't let a faulty AC ruin your drive. Contact us now for reliable and prompt service to keep your car cool and comfortable. Our team is ready to assist you."
@@ -508,66 +307,39 @@ export default function LandingPage() {
logoText="New Kota Car Care"
columns={[
{
title: "Services",
items: [
title: "Services", items: [
{
label: "AC Gas Refill",
href: "#services",
},
label: "AC Gas Refill", href: "#services"},
{
label: "Leak Detection",
href: "#services",
},
label: "Leak Detection", href: "#services"},
{
label: "Compressor Service",
href: "#services",
},
label: "Compressor Service", href: "#services"},
{
label: "Full Overhaul",
href: "#pricing",
},
label: "Full Overhaul", href: "#pricing"},
],
},
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Our Values",
href: "#about",
},
label: "Our Values", href: "#about"},
{
label: "Testimonials",
href: "#testimonials",
},
label: "Testimonials", href: "#testimonials"},
{
label: "Contact Us",
href: "#contact",
},
label: "Contact Us", href: "#contact"},
],
},
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{
label: "Pricing",
href: "#pricing",
},
label: "Pricing", href: "#pricing"},
{
label: "FAQ",
href: "#faq",
},
label: "FAQ", href: "#faq"},
{
label: "Book Appointment",
href: "#contact",
},
label: "Book Appointment", href: "#contact"},
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
],
},
]}