From 9004f5c1b2c4c2eb16e552264a07faa1e3c696da Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 10:54:01 +0000 Subject: [PATCH] Update src/app/services/page.tsx --- src/app/services/page.tsx | 59 ++++++++++----------------------------- 1 file changed, 15 insertions(+), 44 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index c33e668..2d1414c 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -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"}} /> @@ -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() {