Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -18,26 +18,23 @@ const navItems = [
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Services", href: "/" },
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{ label: "Back & Neck Pain", href: "/" },
|
||||
{ label: "Joint Pain Therapy", href: "/" },
|
||||
{ label: "Post-Surgery Rehab", href: "/" },
|
||||
{ label: "Sports Injuries", href: "/" },
|
||||
title: "Services", items: [
|
||||
{ label: "Back & Neck Pain", href: "/services" },
|
||||
{ label: "Joint Pain Therapy", href: "/services" },
|
||||
{ label: "Post-Surgery Rehab", href: "/services" },
|
||||
{ label: "Sports Injuries", href: "/services" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact Info",
|
||||
items: [
|
||||
title: "Contact Info", items: [
|
||||
{ label: "Phone: +91-9876-543-210", href: "tel:+919876543210" },
|
||||
{ label: "Email: info@jainphysio.com", href: "mailto:info@jainphysio.com" },
|
||||
{ label: "Address: Char Imli, Bhopal", href: "#" },
|
||||
@@ -45,8 +42,7 @@ const footerColumns = [
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Disclaimer", href: "#" },
|
||||
@@ -75,9 +71,7 @@ export default function AboutPage() {
|
||||
navItems={navItems}
|
||||
brandName="Jain Physiotherapy Clinic"
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "tel:+919876543210",
|
||||
}}
|
||||
text: "Call Now", href: "tel:+919876543210"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -86,15 +80,10 @@ export default function AboutPage() {
|
||||
<TextSplitAbout
|
||||
title="About Our Clinic"
|
||||
description={[
|
||||
"Jain Physiotherapy Clinic has been serving the Bhopal community for over 15 years. Founded by Dr. Jhankar Jain, our clinic is dedicated to providing world-class physiotherapy treatment with a patient-centered approach.",
|
||||
"We combine evidence-based treatment protocols with compassionate care. Our state-of-the-art facility is equipped with modern diagnostic and therapeutic equipment, ensuring that every patient receives the highest standard of care.",
|
||||
"Our mission is simple: to help people regain their mobility, reduce pain, and improve their quality of life through effective physiotherapy treatment and personalized rehabilitation programs.",
|
||||
]}
|
||||
"Jain Physiotherapy Clinic has been serving the Bhopal community for over 15 years. Founded by Dr. Jhankar Jain, our clinic is dedicated to providing world-class physiotherapy treatment with a patient-centered approach.", "We combine evidence-based treatment protocols with compassionate care. Our state-of-the-art facility is equipped with modern diagnostic and therapeutic equipment, ensuring that every patient receives the highest standard of care.", "Our mission is simple: to help people regain their mobility, reduce pain, and improve their quality of life through effective physiotherapy treatment and personalized rehabilitation programs."]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule Consultation",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Schedule Consultation", href: "/contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -113,12 +102,7 @@ export default function AboutPage() {
|
||||
tagAnimation="slide-up"
|
||||
members={[
|
||||
{
|
||||
id: "doctor-main",
|
||||
name: "Dr. Jhankar Jain",
|
||||
role: "Chief Physiotherapist",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-doctor-with-crossed-arms-raising-eyebrow_23-2148085195.jpg?_wi=2",
|
||||
imageAlt: "Dr. Jhankar Jain",
|
||||
},
|
||||
id: "doctor-main", name: "Dr. Jhankar Jain", role: "Chief Physiotherapist", imageSrc: "https://images.unsplash.com/photo-1537368310025-700d6d9d2a9a?w=800&h=600&fit=crop", imageAlt: "Dr. Jhankar Jain - Chief physiotherapist at clinic in Bhopal"},
|
||||
]}
|
||||
gridVariant="one-large-right-three-stacked-left"
|
||||
animationType="slide-up"
|
||||
@@ -136,25 +120,13 @@ export default function AboutPage() {
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "experience",
|
||||
value: "15+",
|
||||
description: "Years in Practice",
|
||||
},
|
||||
id: "experience", value: "15+", description: "Years in Practice"},
|
||||
{
|
||||
id: "patients",
|
||||
value: "5000+",
|
||||
description: "Patients Treated",
|
||||
},
|
||||
id: "patients", value: "5000+", description: "Patients Treated"},
|
||||
{
|
||||
id: "conditions",
|
||||
value: "50+",
|
||||
description: "Conditions Specialized",
|
||||
},
|
||||
id: "conditions", value: "50+", description: "Conditions Specialized"},
|
||||
{
|
||||
id: "satisfaction",
|
||||
value: "98%",
|
||||
description: "Patient Satisfaction",
|
||||
},
|
||||
id: "satisfaction", value: "98%", description: "Patient Satisfaction"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
|
||||
@@ -18,26 +18,23 @@ const navItems = [
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Services", href: "/" },
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{ label: "Back & Neck Pain", href: "/" },
|
||||
{ label: "Joint Pain Therapy", href: "/" },
|
||||
{ label: "Post-Surgery Rehab", href: "/" },
|
||||
{ label: "Sports Injuries", href: "/" },
|
||||
title: "Services", items: [
|
||||
{ label: "Back & Neck Pain", href: "/services" },
|
||||
{ label: "Joint Pain Therapy", href: "/services" },
|
||||
{ label: "Post-Surgery Rehab", href: "/services" },
|
||||
{ label: "Sports Injuries", href: "/services" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact Info",
|
||||
items: [
|
||||
title: "Contact Info", items: [
|
||||
{ label: "Phone: +91-9876-543-210", href: "tel:+919876543210" },
|
||||
{ label: "Email: info@jainphysio.com", href: "mailto:info@jainphysio.com" },
|
||||
{ label: "Address: Char Imli, Bhopal", href: "#" },
|
||||
@@ -45,8 +42,7 @@ const footerColumns = [
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Disclaimer", href: "#" },
|
||||
@@ -75,9 +71,7 @@ export default function ContactPage() {
|
||||
navItems={navItems}
|
||||
brandName="Jain Physiotherapy Clinic"
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "tel:+919876543210",
|
||||
}}
|
||||
text: "Call Now", href: "tel:+919876543210"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -91,8 +85,8 @@ export default function ContactPage() {
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/hospital-care-landing-page-template_23-2151176625.jpg?_wi=2"
|
||||
imageAlt="Contact and appointment booking"
|
||||
imageSrc="https://images.unsplash.com/photo-1576091160575-2173dba999ef?w=800&h=600&fit=crop"
|
||||
imageAlt="Clinic reception area for appointment booking"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
inputPlaceholder="Enter your email or phone"
|
||||
@@ -110,25 +104,13 @@ export default function ContactPage() {
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "phone",
|
||||
value: "+91-9876-543-210",
|
||||
description: "Phone Number",
|
||||
},
|
||||
id: "phone", value: "+91-9876-543-210", description: "Phone Number"},
|
||||
{
|
||||
id: "email",
|
||||
value: "info@jainphysio.com",
|
||||
description: "Email Address",
|
||||
},
|
||||
id: "email", value: "info@jainphysio.com", description: "Email Address"},
|
||||
{
|
||||
id: "location",
|
||||
value: "Char Imli, Bhopal",
|
||||
description: "Clinic Location",
|
||||
},
|
||||
id: "location", value: "Char Imli, Bhopal", description: "Clinic Location"},
|
||||
{
|
||||
id: "hours",
|
||||
value: "9AM - 6PM",
|
||||
description: "Mon-Sat Hours",
|
||||
},
|
||||
id: "hours", value: "9AM - 6PM", description: "Mon-Sat Hours"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -141,29 +123,13 @@ export default function ContactPage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "testimonial-1",
|
||||
name: "Priya Sharma",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-general-practitioner-communicating-with-mature-man-while-visiting-him-home_637285-11306.jpg?_wi=2",
|
||||
imageAlt: "Priya Sharma - Patient",
|
||||
},
|
||||
id: "testimonial-1", name: "Priya Sharma", imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=200&h=200&fit=crop", imageAlt: "Priya Sharma - Patient at Jain Physiotherapy Clinic"},
|
||||
{
|
||||
id: "testimonial-2",
|
||||
name: "Rajesh Kumar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elderly-couple-after-training_1398-4933.jpg?_wi=2",
|
||||
imageAlt: "Rajesh Kumar - Patient",
|
||||
},
|
||||
id: "testimonial-2", name: "Rajesh Kumar", imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=200&h=200&fit=crop", imageAlt: "Rajesh Kumar - Satisfied patient testimonial"},
|
||||
{
|
||||
id: "testimonial-3",
|
||||
name: "Anika Patel",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-thumbs-up_1149-1163.jpg?_wi=2",
|
||||
imageAlt: "Anika Patel - Patient",
|
||||
},
|
||||
id: "testimonial-3", name: "Anika Patel", imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=200&h=200&fit=crop", imageAlt: "Anika Patel - Patient review from clinic"},
|
||||
{
|
||||
id: "testimonial-4",
|
||||
name: "Vikram Singh",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-taking-care-afro-american-child_23-2151159884.jpg?_wi=2",
|
||||
imageAlt: "Vikram Singh - Patient",
|
||||
},
|
||||
id: "testimonial-4", name: "Vikram Singh", imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=200&h=200&fit=crop", imageAlt: "Vikram Singh - Recovered patient at our facility"},
|
||||
]}
|
||||
cardTitle="What Our Patients Say"
|
||||
cardTag="Patient Reviews"
|
||||
|
||||
128
src/app/page.tsx
128
src/app/page.tsx
@@ -21,26 +21,23 @@ const navItems = [
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Services", href: "/" },
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
{ label: "Back & Neck Pain", href: "/" },
|
||||
{ label: "Joint Pain Therapy", href: "/" },
|
||||
{ label: "Post-Surgery Rehab", href: "/" },
|
||||
{ label: "Sports Injuries", href: "/" },
|
||||
title: "Services", items: [
|
||||
{ label: "Back & Neck Pain", href: "/services" },
|
||||
{ label: "Joint Pain Therapy", href: "/services" },
|
||||
{ label: "Post-Surgery Rehab", href: "/services" },
|
||||
{ label: "Sports Injuries", href: "/services" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact Info",
|
||||
items: [
|
||||
title: "Contact Info", items: [
|
||||
{ label: "Phone: +91-9876-543-210", href: "tel:+919876543210" },
|
||||
{ label: "Email: info@jainphysio.com", href: "mailto:info@jainphysio.com" },
|
||||
{ label: "Address: Char Imli, Bhopal", href: "#" },
|
||||
@@ -48,8 +45,7 @@ const footerColumns = [
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Disclaimer", href: "#" },
|
||||
@@ -78,9 +74,7 @@ export default function HomePage() {
|
||||
navItems={navItems}
|
||||
brandName="Jain Physiotherapy Clinic"
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "tel:+919876543210",
|
||||
}}
|
||||
text: "Call Now", href: "tel:+919876543210"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -95,17 +89,13 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Appointment",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Book Appointment", href: "/contact"},
|
||||
{
|
||||
text: "Call: +91-9876-543-210",
|
||||
href: "tel:+919876543210",
|
||||
},
|
||||
text: "Call: +91-9876-543-210", href: "tel:+919876543210"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/injured-senior-man-with-neck-brace-laying-bed_482257-15289.jpg"
|
||||
imageAlt="Modern physiotherapy clinic interior"
|
||||
imageSrc="https://images.unsplash.com/photo-1576091160550-112173f31c74?w=800&h=600&fit=crop"
|
||||
imageAlt="Modern physiotherapy clinic with advanced treatment equipment"
|
||||
ariaLabel="Jain Physiotherapy Clinic hero section"
|
||||
/>
|
||||
</div>
|
||||
@@ -118,25 +108,13 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "rating",
|
||||
value: "5.0★",
|
||||
description: "Patient Rating",
|
||||
},
|
||||
id: "rating", value: "5.0★", description: "Patient Rating"},
|
||||
{
|
||||
id: "patients",
|
||||
value: "500+",
|
||||
description: "Happy Patients",
|
||||
},
|
||||
id: "patients", value: "500+", description: "Happy Patients"},
|
||||
{
|
||||
id: "experience",
|
||||
value: "15+",
|
||||
description: "Years of Experience",
|
||||
},
|
||||
id: "experience", value: "15+", description: "Years of Experience"},
|
||||
{
|
||||
id: "recovery",
|
||||
value: "95%",
|
||||
description: "Recovery Success Rate",
|
||||
},
|
||||
id: "recovery", value: "95%", description: "Recovery Success Rate"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -157,32 +135,14 @@ export default function HomePage() {
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "back-pain",
|
||||
title: "Back & Neck Pain",
|
||||
author: "Specialized Treatment",
|
||||
description: "Expert treatment for chronic back pain, cervical spondylosis, and neck stiffness. Relief through targeted therapy and exercises.",
|
||||
tags: ["Pain Relief", "Professional"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/physiotherapist-helping-patient-her-clinic_23-2149115654.jpg?_wi=1",
|
||||
imageAlt: "Back pain physiotherapy treatment",
|
||||
},
|
||||
id: "back-pain", title: "Back & Neck Pain", author: "Specialized Treatment", description: "Expert treatment for chronic back pain, cervical spondylosis, and neck stiffness. Relief through targeted therapy and exercises.", tags: ["Pain Relief", "Professional"],
|
||||
imageSrc: "https://images.unsplash.com/photo-1631217b2af32a1e1a79d15cda230dc5f148f36d?w=800&h=600&fit=crop", imageAlt: "Physiotherapist performing back pain treatment on patient in clinic"},
|
||||
{
|
||||
id: "joint-care",
|
||||
title: "Joint Pain Therapy",
|
||||
author: "Mobility Restoration",
|
||||
description: "Treatment for knee, shoulder, hip, and ankle pain. Restore full range of motion and reduce inflammation naturally.",
|
||||
tags: ["Joint Health", "Mobility"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-preparing-vaccination-her-colleague_23-2148880498.jpg?_wi=1",
|
||||
imageAlt: "Joint pain rehabilitation therapy",
|
||||
},
|
||||
id: "joint-care", title: "Joint Pain Therapy", author: "Mobility Restoration", description: "Treatment for knee, shoulder, hip, and ankle pain. Restore full range of motion and reduce inflammation naturally.", tags: ["Joint Health", "Mobility"],
|
||||
imageSrc: "https://images.unsplash.com/photo-1576091160596-112173f31c74?w=800&h=600&fit=crop", imageAlt: "Therapist assisting patient with joint rehabilitation exercises in modern clinic"},
|
||||
{
|
||||
id: "post-surgery",
|
||||
title: "Post-Surgery Rehabilitation",
|
||||
author: "Recovery Support",
|
||||
description: "Specialized rehabilitation programs after orthopedic surgeries. Safe, guided recovery with proven techniques.",
|
||||
tags: ["Recovery", "Professional Care"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-view-client-working-out-trainer-holding-her-arm_23-2148795217.jpg?_wi=1",
|
||||
imageAlt: "Post-surgery rehabilitation therapy",
|
||||
},
|
||||
id: "post-surgery", title: "Post-Surgery Rehabilitation", author: "Recovery Support", description: "Specialized rehabilitation programs after orthopedic surgeries. Safe, guided recovery with proven techniques.", tags: ["Recovery", "Professional Care"],
|
||||
imageSrc: "https://images.unsplash.com/photo-1579154204601-01d3f2d751a0?w=800&h=600&fit=crop", imageAlt: "Patient undergoing post-surgical physiotherapy rehabilitation with professional therapist"},
|
||||
]}
|
||||
ariaLabel="Physiotherapy services offered"
|
||||
/>
|
||||
@@ -193,15 +153,10 @@ export default function HomePage() {
|
||||
<TextSplitAbout
|
||||
title="Why Choose Jain Physiotherapy?"
|
||||
description={[
|
||||
"Dr. Jhankar Jain brings 15+ years of clinical experience in physiotherapy. Our clinic is equipped with modern treatment facilities and maintained to the highest standards of cleanliness and professionalism.",
|
||||
"We believe in personalized care. Every patient receives a customized treatment plan based on thorough assessment and medical history. Our patient-first approach ensures you get the attention and care you deserve.",
|
||||
"Located in the heart of Bhopal near Char Imli, we're easily accessible. Whether you're recovering from surgery, managing chronic pain, or seeking preventive care, our expert team is ready to help you regain health and mobility.",
|
||||
]}
|
||||
"Dr. Jhankar Jain brings 15+ years of clinical experience in physiotherapy. Our clinic is equipped with modern treatment facilities and maintained to the highest standards of cleanliness and professionalism.", "We believe in personalized care. Every patient receives a customized treatment plan based on thorough assessment and medical history. Our patient-first approach ensures you get the attention and care you deserve.", "Located in the heart of Bhopal near Char Imli, we're easily accessible. Whether you're recovering from surgery, managing chronic pain, or seeking preventive care, our expert team is ready to help you regain health and mobility."]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Schedule Your Visit",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Schedule Your Visit", href: "/contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -220,12 +175,7 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
members={[
|
||||
{
|
||||
id: "doctor-1",
|
||||
name: "Dr. Jhankar Jain",
|
||||
role: "Physiotherapy Expert",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-doctor-with-crossed-arms-raising-eyebrow_23-2148085195.jpg?_wi=1",
|
||||
imageAlt: "Dr. Jhankar Jain",
|
||||
},
|
||||
id: "doctor-1", name: "Dr. Jhankar Jain", role: "Physiotherapy Expert", imageSrc: "https://images.unsplash.com/photo-1537368310025-700d6d9d2a9a?w=800&h=600&fit=crop", imageAlt: "Dr. Jhankar Jain - Lead physiotherapist with 15+ years experience"},
|
||||
]}
|
||||
gridVariant="one-large-right-three-stacked-left"
|
||||
animationType="slide-up"
|
||||
@@ -240,29 +190,13 @@ export default function HomePage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "testimonial-1",
|
||||
name: "Priya Sharma",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-general-practitioner-communicating-with-mature-man-while-visiting-him-home_637285-11306.jpg?_wi=1",
|
||||
imageAlt: "Priya Sharma - Patient",
|
||||
},
|
||||
id: "testimonial-1", name: "Priya Sharma", imageSrc: "https://images.unsplash.com/photo-1494790108377-be9c29b29330?w=200&h=200&fit=crop", imageAlt: "Priya Sharma - Satisfied patient of Jain Physiotherapy Clinic"},
|
||||
{
|
||||
id: "testimonial-2",
|
||||
name: "Rajesh Kumar",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elderly-couple-after-training_1398-4933.jpg?_wi=1",
|
||||
imageAlt: "Rajesh Kumar - Patient",
|
||||
},
|
||||
id: "testimonial-2", name: "Rajesh Kumar", imageSrc: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=200&h=200&fit=crop", imageAlt: "Rajesh Kumar - Patient testimonial from Jain Physiotherapy"},
|
||||
{
|
||||
id: "testimonial-3",
|
||||
name: "Anika Patel",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-with-thumbs-up_1149-1163.jpg?_wi=1",
|
||||
imageAlt: "Anika Patel - Patient",
|
||||
},
|
||||
id: "testimonial-3", name: "Anika Patel", imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=200&h=200&fit=crop", imageAlt: "Anika Patel - Jain Physiotherapy patient review"},
|
||||
{
|
||||
id: "testimonial-4",
|
||||
name: "Vikram Singh",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-taking-care-afro-american-child_23-2151159884.jpg?_wi=1",
|
||||
imageAlt: "Vikram Singh - Patient",
|
||||
},
|
||||
id: "testimonial-4", name: "Vikram Singh", imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?w=200&h=200&fit=crop", imageAlt: "Vikram Singh - Recovered patient at Jain Physiotherapy Clinic Bhopal"},
|
||||
]}
|
||||
cardTitle="Patient Testimonials"
|
||||
cardTag="Real Patient Stories"
|
||||
|
||||
@@ -19,8 +19,7 @@ export default function ServicesPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "About", href: "/about" },
|
||||
@@ -28,8 +27,7 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Back & Neck Pain", href: "/services" },
|
||||
{ label: "Joint Pain Therapy", href: "/services" },
|
||||
{ label: "Post-Surgery Rehab", href: "/services" },
|
||||
@@ -37,8 +35,7 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact Info",
|
||||
items: [
|
||||
title: "Contact Info", items: [
|
||||
{ label: "Phone: +91-9876-543-210", href: "tel:+919876543210" },
|
||||
{ label: "Email: info@jainphysio.com", href: "mailto:info@jainphysio.com" },
|
||||
{ label: "Address: Char Imli, Bhopal", href: "#" },
|
||||
@@ -46,8 +43,7 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Disclaimer", href: "#" },
|
||||
@@ -74,9 +70,7 @@ export default function ServicesPage() {
|
||||
navItems={navItems}
|
||||
brandName="Jain Physiotherapy Clinic"
|
||||
button={{
|
||||
text: "Call Now",
|
||||
href: "tel:+919876543210",
|
||||
}}
|
||||
text: "Call Now", href: "tel:+919876543210"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -92,32 +86,14 @@ export default function ServicesPage() {
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "back-pain",
|
||||
title: "Back & Neck Pain Treatment",
|
||||
author: "Pain Relief Specialists",
|
||||
description: "Comprehensive treatment for chronic back pain, lumbar strain, cervical spondylosis, and neck stiffness. We use advanced techniques including manual therapy, targeted exercises, and postural correction to provide lasting relief.",
|
||||
tags: ["Pain Relief", "Specialized", "Non-Invasive"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/physiotherapist-helping-patient-her-clinic_23-2149115654.jpg?_wi=2",
|
||||
imageAlt: "Back pain physiotherapy treatment",
|
||||
},
|
||||
id: "back-pain", title: "Back & Neck Pain Treatment", author: "Pain Relief Specialists", description: "Comprehensive treatment for chronic back pain, lumbar strain, cervical spondylosis, and neck stiffness. We use advanced techniques including manual therapy, targeted exercises, and postural correction to provide lasting relief.", tags: ["Pain Relief", "Specialized", "Non-Invasive"],
|
||||
imageSrc: "https://images.unsplash.com/photo-1631217b2af32a1e1a79d15cda230dc5f148f36d?w=800&h=600&fit=crop", imageAlt: "Physiotherapist performing back pain treatment in modern clinic"},
|
||||
{
|
||||
id: "joint-care",
|
||||
title: "Joint Pain & Mobility Therapy",
|
||||
author: "Orthopedic Specialists",
|
||||
description: "Expert treatment for knee pain, shoulder impingement, hip disorders, and ankle injuries. Our therapists restore joint function through progressive rehabilitation exercises and hands-on therapy techniques.",
|
||||
tags: ["Joint Health", "Mobility", "Professional"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-doctor-preparing-vaccination-her-colleague_23-2148880498.jpg?_wi=2",
|
||||
imageAlt: "Joint pain rehabilitation therapy",
|
||||
},
|
||||
id: "joint-care", title: "Joint Pain & Mobility Therapy", author: "Orthopedic Specialists", description: "Expert treatment for knee pain, shoulder impingement, hip disorders, and ankle injuries. Our therapists restore joint function through progressive rehabilitation exercises and hands-on therapy techniques.", tags: ["Joint Health", "Mobility", "Professional"],
|
||||
imageSrc: "https://images.unsplash.com/photo-1576091160596-112173f31c74?w=800&h=600&fit=crop", imageAlt: "Specialist conducting joint therapy with patient equipment"},
|
||||
{
|
||||
id: "post-surgery",
|
||||
title: "Post-Surgery Rehabilitation",
|
||||
author: "Recovery Specialists",
|
||||
description: "Specialized rehabilitation following orthopedic surgeries including knee replacements, shoulder repairs, and spinal procedures. Safe, guided recovery with proven techniques to restore strength and function.",
|
||||
tags: ["Recovery", "Post-Op Care", "Guided Support"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-view-client-working-out-trainer-holding-her-arm_23-2148795217.jpg?_wi=2",
|
||||
imageAlt: "Post-surgery rehabilitation therapy",
|
||||
},
|
||||
id: "post-surgery", title: "Post-Surgery Rehabilitation", author: "Recovery Specialists", description: "Specialized rehabilitation following orthopedic surgeries including knee replacements, shoulder repairs, and spinal procedures. Safe, guided recovery with proven techniques to restore strength and function.", tags: ["Recovery", "Post-Op Care", "Guided Support"],
|
||||
imageSrc: "https://images.unsplash.com/photo-1579154204601-01d3f2d751a0?w=800&h=600&fit=crop", imageAlt: "Post-surgery rehabilitation session in professional clinic"},
|
||||
]}
|
||||
ariaLabel="Detailed physiotherapy services"
|
||||
/>
|
||||
@@ -127,15 +103,10 @@ export default function ServicesPage() {
|
||||
<TextSplitAbout
|
||||
title="Benefits of Our Physiotherapy Services"
|
||||
description={[
|
||||
"Our evidence-based approach combines manual therapy, targeted exercises, and modern rehabilitation techniques. We focus on addressing the root cause of pain, not just the symptoms, ensuring long-term relief and improved function.",
|
||||
"Each patient receives a customized treatment plan developed after thorough assessment and diagnosis. We track your progress regularly and adjust your therapy to ensure optimal results and faster recovery.",
|
||||
"With state-of-the-art equipment and over 15 years of clinical experience, we provide professional care in a comfortable, welcoming environment. Our commitment is to help you return to your daily activities pain-free.",
|
||||
]}
|
||||
"Our evidence-based approach combines manual therapy, targeted exercises, and modern rehabilitation techniques. We focus on addressing the root cause of pain, not just the symptoms, ensuring long-term relief and improved function.", "Each patient receives a customized treatment plan developed after thorough assessment and diagnosis. We track your progress regularly and adjust your therapy to ensure optimal results and faster recovery.", "With state-of-the-art equipment and over 15 years of clinical experience, we provide professional care in a comfortable, welcoming environment. Our commitment is to help you return to your daily activities pain-free."]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Free Consultation",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Book Your Free Consultation", href: "/contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -153,8 +124,8 @@ export default function ServicesPage() {
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/hospital-care-landing-page-template_23-2151176625.jpg?_wi=1"
|
||||
imageAlt="Appointment booking for physiotherapy"
|
||||
imageSrc="https://images.unsplash.com/photo-1576091160575-2173dba999ef?w=800&h=600&fit=crop"
|
||||
imageAlt="Clinic reception and appointment booking area"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
inputPlaceholder="Enter your contact information"
|
||||
|
||||
Reference in New Issue
Block a user