From e50f95acea77ad2ae04db020196cfb4d9b1c1fea Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 10:54:26 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 99e399e..6862321 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -102,7 +102,7 @@ export default function AboutPage() { tagAnimation="slide-up" members={[ { - 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"}, + id: "doctor-main", name: "Dr. Jhankar Jain", role: "Chief Physiotherapist", imageSrc: "https://images.unsplash.com/photo-1537368310025-700d6d9d2a9a?w=800&h=600&fit=crop&_wi=2", imageAlt: "Dr. Jhankar Jain - Chief physiotherapist at clinic in Bhopal"}, ]} gridVariant="one-large-right-three-stacked-left" animationType="slide-up" -- 2.49.1 From c578f279ddd9d61211dfef4ebae15533f48dc39a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 10:54:26 +0000 Subject: [PATCH 2/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 06f59c3..4203f28 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -85,7 +85,7 @@ export default function ContactPage() { tagAnimation="slide-up" background={{ variant: "plain" }} useInvertedBackground={false} - imageSrc="https://images.unsplash.com/photo-1576091160575-2173dba999ef?w=800&h=600&fit=crop" + imageSrc="https://images.unsplash.com/photo-1576091160575-2173dba999ef?w=800&h=600&fit=crop&_wi=2" imageAlt="Clinic reception area for appointment booking" mediaAnimation="slide-up" mediaPosition="right" @@ -123,13 +123,13 @@ export default function ContactPage() { Date: Thu, 19 Mar 2026 10:54:27 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ff34269..c10a9fc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -136,13 +136,13 @@ export default function HomePage() { 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: "https://images.unsplash.com/photo-1631217b2af32a1e1a79d15cda230dc5f148f36d?w=800&h=600&fit=crop", imageAlt: "Physiotherapist performing back pain treatment on patient in clinic"}, + imageSrc: "https://images.unsplash.com/photo-1631217b2af32a1e1a79d15cda230dc5f148f36d?w=800&h=600&fit=crop&_wi=1", 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: "https://images.unsplash.com/photo-1576091160596-112173f31c74?w=800&h=600&fit=crop", imageAlt: "Therapist assisting patient with joint rehabilitation exercises in modern clinic"}, + imageSrc: "https://images.unsplash.com/photo-1576091160596-112173f31c74?w=800&h=600&fit=crop&_wi=1", 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: "https://images.unsplash.com/photo-1579154204601-01d3f2d751a0?w=800&h=600&fit=crop", imageAlt: "Patient undergoing post-surgical physiotherapy rehabilitation with professional therapist"}, + imageSrc: "https://images.unsplash.com/photo-1579154204601-01d3f2d751a0?w=800&h=600&fit=crop&_wi=1", imageAlt: "Patient undergoing post-surgical physiotherapy rehabilitation with professional therapist"}, ]} ariaLabel="Physiotherapy services offered" /> @@ -175,7 +175,7 @@ export default function HomePage() { tagAnimation="slide-up" members={[ { - 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"}, + id: "doctor-1", name: "Dr. Jhankar Jain", role: "Physiotherapy Expert", imageSrc: "https://images.unsplash.com/photo-1537368310025-700d6d9d2a9a?w=800&h=600&fit=crop&_wi=1", imageAlt: "Dr. Jhankar Jain - Lead physiotherapist with 15+ years experience"}, ]} gridVariant="one-large-right-three-stacked-left" animationType="slide-up" @@ -190,13 +190,13 @@ export default function HomePage() { Date: Thu, 19 Mar 2026 10:54:27 +0000 Subject: [PATCH 4/4] Update src/app/services/page.tsx --- src/app/services/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 2d1414c..19835fe 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -87,13 +87,13 @@ export default function ServicesPage() { 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: "https://images.unsplash.com/photo-1631217b2af32a1e1a79d15cda230dc5f148f36d?w=800&h=600&fit=crop", imageAlt: "Physiotherapist performing back pain treatment in modern clinic"}, + imageSrc: "https://images.unsplash.com/photo-1631217b2af32a1e1a79d15cda230dc5f148f36d?w=800&h=600&fit=crop&_wi=2", 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: "https://images.unsplash.com/photo-1576091160596-112173f31c74?w=800&h=600&fit=crop", imageAlt: "Specialist conducting joint therapy with patient equipment"}, + imageSrc: "https://images.unsplash.com/photo-1576091160596-112173f31c74?w=800&h=600&fit=crop&_wi=2", 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: "https://images.unsplash.com/photo-1579154204601-01d3f2d751a0?w=800&h=600&fit=crop", imageAlt: "Post-surgery rehabilitation session in professional clinic"}, + imageSrc: "https://images.unsplash.com/photo-1579154204601-01d3f2d751a0?w=800&h=600&fit=crop&_wi=2", imageAlt: "Post-surgery rehabilitation session in professional clinic"}, ]} ariaLabel="Detailed physiotherapy services" /> @@ -124,7 +124,7 @@ export default function ServicesPage() { tagAnimation="slide-up" background={{ variant: "plain" }} useInvertedBackground={false} - imageSrc="https://images.unsplash.com/photo-1576091160575-2173dba999ef?w=800&h=600&fit=crop" + imageSrc="https://images.unsplash.com/photo-1576091160575-2173dba999ef?w=800&h=600&fit=crop&_wi=1" imageAlt="Clinic reception and appointment booking area" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1