Update src/app/services/page.tsx
This commit is contained in:
@@ -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