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() {