Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-06-03 11:17:00 +00:00

View File

@@ -33,33 +33,19 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "#home",
},
name: "Home", id: "#home"},
{
name: "About Us",
id: "#about-us",
},
name: "About Us", id: "#about-us"},
{
name: "Services",
id: "#services",
},
name: "Services", id: "#services"},
{
name: "Team",
id: "#team",
},
name: "Team", id: "#team"},
{
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="Popular Physiotherapy Centre"
/>
@@ -68,122 +54,68 @@ export default function LandingPage() {
<div id="home" data-section="home">
<HeroSplitDoubleCarousel
background={{
variant: "glowing-orb",
}}
variant: "glowing-orb"}}
title="Movement is Life. Experience Advanced Recovery."
description="At Popular Physiotherapy Centre, our expert medical team and modern equipment specialize in advanced recovery for L4L5 spine conditions, nerve numbness, and severe joint pain. Your path to a pain-free life is closer than you think."
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/glowing-smoke-made-particles-black_1048-11996.jpg",
imageAlt: "Abstract fluid wave representing movement",
},
imageSrc: "http://img.b2bpic.net/free-photo/glowing-smoke-made-particles-black_1048-11996.jpg", imageAlt: "Abstract fluid wave representing movement"},
{
imageSrc: "http://img.b2bpic.net/free-photo/abstract-background-with-pink-yellow-spheres_23-2148235949.jpg",
imageAlt: "Dynamic liquid simulation with neon accents",
},
imageSrc: "http://img.b2bpic.net/free-photo/abstract-background-with-pink-yellow-spheres_23-2148235949.jpg", imageAlt: "Dynamic liquid simulation with neon accents"},
{
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-with-flowing-lines-particles_1048-13576.jpg",
imageAlt: "Futuristic wave pattern with glowing lines",
},
imageSrc: "http://img.b2bpic.net/free-photo/3d-render-abstract-with-flowing-lines-particles_1048-13576.jpg", imageAlt: "Futuristic wave pattern with glowing lines"},
{
imageSrc: "http://img.b2bpic.net/free-photo/liquid-marbling-paint-texture-background-fluid-painting-abstract-texture-intensive-color-mix-wallpaper_1258-99766.jpg",
imageAlt: "Abstract digital motion graphic",
},
imageSrc: "http://img.b2bpic.net/free-photo/liquid-marbling-paint-texture-background-fluid-painting-abstract-texture-intensive-color-mix-wallpaper_1258-99766.jpg", imageAlt: "Abstract digital motion graphic"},
{
imageSrc: "http://img.b2bpic.net/free-photo/liquid-marbling-paint-texture-background-fluid-painting-abstract-texture-intensive-color-mix-wallpaper_1258-103223.jpg",
imageAlt: "Energetic fluid art for health concept",
},
imageSrc: "http://img.b2bpic.net/free-photo/liquid-marbling-paint-texture-background-fluid-painting-abstract-texture-intensive-color-mix-wallpaper_1258-103223.jpg", imageAlt: "Energetic fluid art for health concept"},
{
imageSrc: "http://img.b2bpic.net/free-photo/marbled-blue-abstract-background-liquid-marble-pattern_1258-103299.jpg",
imageAlt: "Smooth flowing neon lights",
},
imageSrc: "http://img.b2bpic.net/free-photo/marbled-blue-abstract-background-liquid-marble-pattern_1258-103299.jpg", imageAlt: "Smooth flowing neon lights"},
]}
rightCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-looking-tired-with-copy-space_23-2148722311.jpg",
imageAlt: "Modern physiotherapy equipment in a clinic",
},
imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-looking-tired-with-copy-space_23-2148722311.jpg", imageAlt: "Modern physiotherapy equipment in a clinic"},
{
imageSrc: "http://img.b2bpic.net/free-photo/empty-hallway-background_23-2149408810.jpg",
imageAlt: "High-tech rehabilitation machine",
},
imageSrc: "http://img.b2bpic.net/free-photo/empty-hallway-background_23-2149408810.jpg", imageAlt: "High-tech rehabilitation machine"},
{
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-digital-art_23-2151197883.jpg",
imageAlt: "Advanced electrotherapy device",
},
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-digital-art_23-2151197883.jpg", imageAlt: "Advanced electrotherapy device"},
{
imageSrc: "http://img.b2bpic.net/free-photo/woman-having-rehabilitation-after-injury-physiotherapy-room_1157-38454.jpg",
imageAlt: "Clean medical facility with specialized equipment",
},
imageSrc: "http://img.b2bpic.net/free-photo/woman-having-rehabilitation-after-injury-physiotherapy-room_1157-38454.jpg", imageAlt: "Clean medical facility with specialized equipment"},
{
imageSrc: "http://img.b2bpic.net/free-photo/person-doing-fitness-with-vr-glasses_52683-121722.jpg",
imageAlt: "Patient-friendly recovery technology",
},
imageSrc: "http://img.b2bpic.net/free-photo/person-doing-fitness-with-vr-glasses_52683-121722.jpg", imageAlt: "Patient-friendly recovery technology"},
{
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-doing-fitness-with-vr-glasses_23-2150542521.jpg",
imageAlt: "Futuristic diagnostic machine",
},
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-doing-fitness-with-vr-glasses_23-2150542521.jpg", imageAlt: "Futuristic diagnostic machine"},
]}
tag="Advanced Physiotherapy & Rehabilitation"
buttons={[
{
text: "Instant Booking",
href: "#contact",
},
text: "Instant Booking", href: "#contact"},
{
text: "Call Now: +91 99055 43975",
href: "tel:+919905543975",
},
text: "Call Now: +91 99055 43975", href: "tel:+919905543975"},
]}
avatars={[
{
src: "http://img.b2bpic.net/free-photo/handsome-confident-young-doctor-white-coat-with-stethoscope-posing-hospital_627829-13978.jpg",
alt: "Dr. Ramesh Sharma",
},
src: "http://img.b2bpic.net/free-photo/handsome-confident-young-doctor-white-coat-with-stethoscope-posing-hospital_627829-13978.jpg", alt: "Dr. Ramesh Sharma"},
{
src: "http://img.b2bpic.net/free-photo/portrait-surgeons-standing-operation-room_1170-2215.jpg",
alt: "Dr. Priya Singh",
},
src: "http://img.b2bpic.net/free-photo/portrait-surgeons-standing-operation-room_1170-2215.jpg", alt: "Dr. Priya Singh"},
{
src: "http://img.b2bpic.net/free-photo/licensed-doctor-specialist-meeting-with-his-staff-research-session_482257-122789.jpg",
alt: "Dr. Alok Kumar",
},
src: "http://img.b2bpic.net/free-photo/licensed-doctor-specialist-meeting-with-his-staff-research-session_482257-122789.jpg", alt: "Dr. Alok Kumar"},
{
src: "http://img.b2bpic.net/free-photo/smiling-medical-team-standing-together-hospital-corridor_107420-84832.jpg",
alt: "Dr. Sana Khan",
},
src: "http://img.b2bpic.net/free-photo/smiling-medical-team-standing-together-hospital-corridor_107420-84832.jpg", alt: "Dr. Sana Khan"},
{
src: "http://img.b2bpic.net/free-photo/covid19-coronavirus-outbreak-healthcare-workers-pandemic-concept-enthusiastic-smiling-male-doctor-glad-help-patients-physician-white-coat-happy-working-clinic-hospital_1258-108212.jpg",
alt: "Friendly medical doctor smiling",
},
src: "http://img.b2bpic.net/free-photo/covid19-coronavirus-outbreak-healthcare-workers-pandemic-concept-enthusiastic-smiling-male-doctor-glad-help-patients-physician-white-coat-happy-working-clinic-hospital_1258-108212.jpg", alt: "Friendly medical doctor smiling"},
]}
avatarText="Our Expert Team"
marqueeItems={[
{
type: "image",
src: "http://img.b2bpic.net/free-photo/abstract-blue-fractal-wave-technology-background_1017-15837.jpg",
alt: "Abstract blue fractal wave technology background",
},
type: "image", src: "http://img.b2bpic.net/free-photo/abstract-blue-fractal-wave-technology-background_1017-15837.jpg", alt: "Abstract blue fractal wave technology background"},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/3d-abstract-flowing-twisted-strands_1048-12150.jpg",
alt: "3D abstract flowing twisted strands",
},
type: "image", src: "http://img.b2bpic.net/free-photo/3d-abstract-flowing-twisted-strands_1048-12150.jpg", alt: "3D abstract flowing twisted strands"},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/abstract-background-with-silk-like-flowing-lines_1048-6446.jpg",
alt: "Abstract background with silk like flowing lines",
},
type: "image", src: "http://img.b2bpic.net/free-photo/abstract-background-with-silk-like-flowing-lines_1048-6446.jpg", alt: "Abstract background with silk like flowing lines"},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/liquid-marbling-paint-texture-background-fluid-painting-abstract-texture-intensive-color-mix-wallpaper_1258-90275.jpg",
alt: "Liquid marbling paint texture background Fluid painting abstract texture Intensive color mix wallpaper",
},
type: "image", src: "http://img.b2bpic.net/free-photo/liquid-marbling-paint-texture-background-fluid-painting-abstract-texture-intensive-color-mix-wallpaper_1258-90275.jpg", alt: "Liquid marbling paint texture background Fluid painting abstract texture Intensive color mix wallpaper"},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/swirls-yellow-turquoise-pait_23-2147745431.jpg",
alt: "Swirls of yellow and turquoise pait",
},
type: "image", src: "http://img.b2bpic.net/free-photo/swirls-yellow-turquoise-pait_23-2147745431.jpg", alt: "Swirls of yellow and turquoise pait"},
]}
/>
</div>
@@ -193,22 +125,14 @@ export default function LandingPage() {
useInvertedBackground={true}
heading={[
{
type: "text",
content: "About Popular Physiotherapy Centre",
},
type: "text", content: "About Popular Physiotherapy Centre"},
{
type: "text",
content: " Your Partner in Advanced Recovery",
},
type: "text", content: " Your Partner in Advanced Recovery"},
]}
buttons={[
{
text: "Learn More",
href: "#services",
},
text: "Learn More", href: "#services"},
]}
imageSrc="http://img.b2bpic.net/free-photo/full-shot-doctor-giving-ct-scan-patient_23-2149341504.jpg"
imageAlt="Modern and clean interior of Popular Physiotherapy Centre"
/>
</div>
@@ -220,29 +144,19 @@ export default function LandingPage() {
features={[
{
icon: Shield,
title: "L4L5 Spine & Lower Back Care",
description: "Specialized programs for chronic back pain, disc issues, and spinal rehabilitation to restore strength and flexibility.",
},
title: "L4L5 Spine & Lower Back Care", description: "Specialized programs for chronic back pain, disc issues, and spinal rehabilitation to restore strength and flexibility."},
{
icon: Zap,
title: "Nerve Numbness & Sciatica Relief",
description: "Targeted therapies to alleviate nerve compression, tingling, and numbness, improving sensory function and comfort.",
},
title: "Nerve Numbness & Sciatica Relief", description: "Targeted therapies to alleviate nerve compression, tingling, and numbness, improving sensory function and comfort."},
{
icon: Target,
title: "Chronic Joint & Foot Pain Management",
description: "Comprehensive treatment plans for arthritis, sports injuries, and persistent joint discomfort in various body areas.",
},
title: "Chronic Joint & Foot Pain Management", description: "Comprehensive treatment plans for arthritis, sports injuries, and persistent joint discomfort in various body areas."},
{
icon: Zap,
title: "Advanced Electrotherapy",
description: "Utilizing cutting-edge electrotherapy techniques for accelerated healing, pain reduction, and muscle re-education.",
},
title: "Advanced Electrotherapy", description: "Utilizing cutting-edge electrotherapy techniques for accelerated healing, pain reduction, and muscle re-education."},
{
icon: Activity,
title: "Functional Rehabilitation",
description: "Personalized exercise regimes and movement training to restore optimal function for daily activities and athletic performance.",
},
title: "Functional Rehabilitation", description: "Personalized exercise regimes and movement training to restore optimal function for daily activities and athletic performance."},
]}
title="Specialized Treatments & Interactive Anatomy"
description="Harnessing cutting-edge techniques and equipment to target your specific recovery needs. Click on areas for detailed insights into our approach."
@@ -253,31 +167,14 @@ export default function LandingPage() {
<MetricCardEleven
textboxLayout="default"
useInvertedBackground={true}
animationType="slide-up"
metrics={[
{
id: "metric-1",
value: "10+",
title: "Years of Experience",
description: "A decade of expertise in advanced physiotherapy and patient care.",
imageSrc: "http://img.b2bpic.net/free-photo/digital-painting-old-clock_23-2151570646.jpg",
imageAlt: "Golden trophy symbolizing years of experience",
},
id: "metric-1", value: "10+", title: "Years of Experience", description: "A decade of expertise in advanced physiotherapy and patient care.", imageSrc: "http://img.b2bpic.net/free-photo/digital-painting-old-clock_23-2151570646.jpg", imageAlt: "Golden trophy symbolizing years of experience"},
{
id: "metric-2",
value: "5000+",
title: "Patients Recovered",
description: "Thousands of individuals have regained mobility and live pain-free.",
imageSrc: "http://img.b2bpic.net/free-photo/spectrum-flashes-coloured-light_23-2151792483.jpg",
imageAlt: "Happy patient smiling with a doctor",
},
id: "metric-2", value: "5000+", title: "Patients Recovered", description: "Thousands of individuals have regained mobility and live pain-free.", imageSrc: "http://img.b2bpic.net/free-photo/spectrum-flashes-coloured-light_23-2151792483.jpg", imageAlt: "Happy patient smiling with a doctor"},
{
id: "metric-3",
value: "95%",
title: "Success Rate",
description: "Our proven methods deliver exceptional results for diverse conditions.",
imageSrc: "http://img.b2bpic.net/free-photo/birth-rate-fertility-concept_23-2148760994.jpg",
imageAlt: "Green checkmark on a positive growth chart",
},
id: "metric-3", value: "95%", title: "Success Rate", description: "Our proven methods deliver exceptional results for diverse conditions.", imageSrc: "http://img.b2bpic.net/free-photo/birth-rate-fertility-concept_23-2148760994.jpg", imageAlt: "Green checkmark on a positive growth chart"},
]}
title="Our Impact & Expertise"
description="Dedicated to delivering exceptional care and measurable results for our patients."
@@ -292,29 +189,13 @@ export default function LandingPage() {
membersAnimation="blur-reveal"
members={[
{
id: "member-1",
name: "Dr. Ramesh Sharma",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-doctor-is-unhappy-posing_179666-43654.jpg",
imageAlt: "Portrait of Dr. Ramesh Sharma",
},
id: "member-1", name: "Dr. Ramesh Sharma", imageSrc: "http://img.b2bpic.net/free-photo/side-view-doctor-is-unhappy-posing_179666-43654.jpg", imageAlt: "Portrait of Dr. Ramesh Sharma"},
{
id: "member-2",
name: "Dr. Priya Singh",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-doctor-holding-clipboard_23-2149304260.jpg",
imageAlt: "Portrait of Dr. Priya Singh",
},
id: "member-2", name: "Dr. Priya Singh", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-doctor-holding-clipboard_23-2149304260.jpg", imageAlt: "Portrait of Dr. Priya Singh"},
{
id: "member-3",
name: "Dr. Alok Kumar",
imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-group-three-doctors-nurses-standing-hospital-corridor-wearing-scrubs-coats-team-healthcare-workers-are-staring-camera-smiling_657921-102.jpg",
imageAlt: "Portrait of Dr. Alok Kumar",
},
id: "member-3", name: "Dr. Alok Kumar", imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-group-three-doctors-nurses-standing-hospital-corridor-wearing-scrubs-coats-team-healthcare-workers-are-staring-camera-smiling_657921-102.jpg", imageAlt: "Portrait of Dr. Alok Kumar"},
{
id: "member-4",
name: "Dr. Sana Khan",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-working-nurse_23-2150829743.jpg",
imageAlt: "Portrait of Dr. Sana Khan",
},
id: "member-4", name: "Dr. Sana Khan", imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-working-nurse_23-2150829743.jpg", imageAlt: "Portrait of Dr. Sana Khan"},
]}
memberVariant="card"
/>
@@ -329,50 +210,20 @@ export default function LandingPage() {
carouselMode="buttons"
testimonials={[
{
id: "testi-1",
name: "Sarah J.",
role: "Retired Teacher",
company: "Patna",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/leisure-time-home-relaxing-armchair-summer-vacations_343059-3295.jpg",
imageAlt: "Sarah J. smiling after recovery",
},
id: "testi-1", name: "Sarah J.", role: "Retired Teacher", company: "Patna", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/leisure-time-home-relaxing-armchair-summer-vacations_343059-3295.jpg", imageAlt: "Sarah J. smiling after recovery"},
{
id: "testi-2",
name: "Michael D.",
role: "Athlete",
company: "Patna",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/afro-american-male-runner-with-beautiful-athletic-body-bushy-hair-stretching-muscles-raising-his-arms-while-warming-up-before-morning-workout-session_176420-19874.jpg",
imageAlt: "Michael D. in a sports pose",
},
id: "testi-2", name: "Michael D.", role: "Athlete", company: "Patna", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/afro-american-male-runner-with-beautiful-athletic-body-bushy-hair-stretching-muscles-raising-his-arms-while-warming-up-before-morning-workout-session_176420-19874.jpg", imageAlt: "Michael D. in a sports pose"},
{
id: "testi-3",
name: "Emily R.",
role: "Marketing Executive",
company: "Patna",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/older-woman-enjoying-her-time-beach_23-2148992199.jpg",
imageAlt: "Emily R. relieved from back pain",
},
id: "testi-3", name: "Emily R.", role: "Marketing Executive", company: "Patna", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/older-woman-enjoying-her-time-beach_23-2148992199.jpg", imageAlt: "Emily R. relieved from back pain"},
{
id: "testi-4",
name: "David K.",
role: "Software Engineer",
company: "Patna",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-cool-girl-with-skateboard_23-2148499558.jpg",
imageAlt: "David K. enjoying hobbies",
},
id: "testi-4", name: "David K.", role: "Software Engineer", company: "Patna", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/side-view-cool-girl-with-skateboard_23-2148499558.jpg", imageAlt: "David K. enjoying hobbies"},
{
id: "testi-5",
name: "Aisha P.",
role: "Homemaker",
company: "Patna",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/elder-man-resting-beach-enjoying-view_23-2148641995.jpg",
imageAlt: "Aisha P. walking freely",
},
id: "testi-5", name: "Aisha P.", role: "Homemaker", company: "Patna", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/elder-man-resting-beach-enjoying-view_23-2148641995.jpg", imageAlt: "Aisha P. walking freely"},
]}
title="Patient Success Stories"
description="Hear from those who have regained their movement and live pain-free thanks to our dedicated care."
@@ -385,30 +236,15 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "faq-1",
title: "What types of pain do you treat?",
content: "We specialize in chronic pain, L4L5 spine conditions, nerve numbness (sciatica), severe joint pain, and post-surgery rehabilitation.",
},
id: "faq-1", title: "What types of pain do you treat?", content: "We specialize in chronic pain, L4L5 spine conditions, nerve numbness (sciatica), severe joint pain, and post-surgery rehabilitation."},
{
id: "faq-2",
title: "Do I need a referral to visit?",
content: "While a referral is not always necessary, it's best to check with your insurance provider. We welcome both self-referred and doctor-referred patients.",
},
id: "faq-2", title: "Do I need a referral to visit?", content: "While a referral is not always necessary, it's best to check with your insurance provider. We welcome both self-referred and doctor-referred patients."},
{
id: "faq-3",
title: "What equipment do you use? Our approach to modern care?",
content: "Our centre is equipped with modern electrotherapy devices, advanced rehabilitation tools, and state-of-the-art diagnostic equipment to ensure effective treatment.",
},
id: "faq-3", title: "What equipment do you use? Our approach to modern care?", content: "Our centre is equipped with modern electrotherapy devices, advanced rehabilitation tools, and state-of-the-art diagnostic equipment to ensure effective treatment."},
{
id: "faq-4",
title: "How long is a typical session?",
content: "Initial consultations typically last 60 minutes, while follow-up sessions are usually 30-45 minutes, depending on your personalized treatment plan.",
},
id: "faq-4", title: "How long is a typical session?", content: "Initial consultations typically last 60 minutes, while follow-up sessions are usually 30-45 minutes, depending on your personalized treatment plan."},
{
id: "faq-5",
title: "What should I expect on my first visit?",
content: "During your first visit, we conduct a thorough assessment, discuss your medical history, and outline a personalized treatment plan tailored to your specific needs and goals.",
},
id: "faq-5", title: "What should I expect on my first visit?", content: "During your first visit, we conduct a thorough assessment, discuss your medical history, and outline a personalized treatment plan tailored to your specific needs and goals."},
]}
title="Your Questions, Our Answers"
description="Find quick answers to common questions about our clinic, treatments, and appointment process."
@@ -420,20 +256,15 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={true}
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
tag="Start Your Recovery Today"
title="Book Your Appointment Now"
description="Connect with our team to schedule your personalized consultation. We're here to help you on your path to a pain-free life."
buttons={[
{
text: "Book Now",
href: "#contact",
},
text: "Book Now", href: "#contact"},
{
text: "Call Us: +91 99055 43975",
href: "tel:+919905543975",
},
text: "Call Us: +91 99055 43975", href: "tel:+919905543975"},
]}
/>
</div>
@@ -446,65 +277,39 @@ export default function LandingPage() {
{
items: [
{
label: "L4-L5 Spine Care",
href: "#services",
},
label: "L4-L5 Spine Care", href: "#services"},
{
label: "Nerve Numbness",
href: "#services",
},
label: "Nerve Numbness", href: "#services"},
{
label: "Joint Pain",
href: "#services",
},
label: "Joint Pain", href: "#services"},
{
label: "Electrotherapy",
href: "#services",
},
label: "Electrotherapy", href: "#services"},
{
label: "Rehabilitation",
href: "#services",
},
label: "Rehabilitation", href: "#services"},
],
},
{
items: [
{
label: "About Us",
href: "#about-us",
},
label: "About Us", href: "#about-us"},
{
label: "Testimonials",
href: "#testimonials",
},
label: "Testimonials", href: "#testimonials"},
{
label: "FAQ",
href: "#faq",
},
label: "FAQ", href: "#faq"},
{
label: "Book Appointment",
href: "#contact",
},
label: "Book Appointment", href: "#contact"},
{
label: "Our Team",
href: "#team",
},
label: "Our Team", href: "#team"},
],
},
{
items: [
{
label: "Near Gautam Budha School, Mahendru, Patna",
href: "https://maps.app.goo.gl/YourClinicLocation",
},
label: "Near Gautam Budha School, Mahendru, Patna", href: "https://maps.app.goo.gl/YourClinicLocation"},
{
label: "Call: +91 99055 43975",
href: "tel:+919905543975",
},
label: "Call: +91 99055 43975", href: "tel:+919905543975"},
{
label: "Email: info@popularphysio.com",
href: "mailto:info@popularphysio.com",
},
label: "Email: info@popularphysio.com", href: "mailto:info@popularphysio.com"},
],
},
]}