From b43165962e7ffcca1a7df7984aff7cf35407ae8d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 12:31:49 +0000 Subject: [PATCH 1/6] Update src/app/about/page.tsx --- src/app/about/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index c561027..8089b26 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -105,11 +105,11 @@ export default function AboutPage() { icon: Stethoscope, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/doctor-starting-meeting-treatment-center-discuss-future-care-plans_482257-112495.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/doctor-starting-meeting-treatment-center-discuss-future-care-plans_482257-112495.jpg?_wi=2", imageAlt: "Professional physiotherapy team", }, { - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doctors-appointment-with-rehabilitologist_169016-40101.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doctors-appointment-with-rehabilitologist_169016-40101.jpg?_wi=8", imageAlt: "Compassionate rehabilitation care", }, ], @@ -120,11 +120,11 @@ export default function AboutPage() { icon: Zap, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doctors-appointment-with-rehabilitologist_169016-40101.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doctors-appointment-with-rehabilitologist_169016-40101.jpg?_wi=9", imageAlt: "Strength training expertise", }, { - imageSrc: "http://img.b2bpic.net/free-photo/workout-with-personal-trainer-client-smiles_23-2148795185.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/workout-with-personal-trainer-client-smiles_23-2148795185.jpg?_wi=5", imageAlt: "Professional fitness coaching", }, ], @@ -135,11 +135,11 @@ export default function AboutPage() { icon: Heart, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/doctor-helping-patient-rehabilitation_23-2150321560.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/doctor-helping-patient-rehabilitation_23-2150321560.jpg?_wi=3", imageAlt: "Supportive rehabilitation care", }, { - imageSrc: "http://img.b2bpic.net/free-photo/personal-trainer-assisting-woman-with-disabilities-her-workout-sports-rehab-centre-with-physiotherapists-patients-working-together-towards-healing_1321-3632.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/personal-trainer-assisting-woman-with-disabilities-her-workout-sports-rehab-centre-with-physiotherapists-patients-working-together-towards-healing_1321-3632.jpg?_wi=2", imageAlt: "Team support and guidance", }, ], @@ -164,7 +164,7 @@ export default function AboutPage() { value: "Patient-Centered", title: "Your Recovery Comes First", description: "Every decision we make prioritizes your healing and well-being", - imageSrc: "http://img.b2bpic.net/free-photo/young-asian-female-daughter-visit-elderly-senior-woman-patient-mother-hospital-support-motivate-healthcare-medical-concept_554837-56.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-asian-female-daughter-visit-elderly-senior-woman-patient-mother-hospital-support-motivate-healthcare-medical-concept_554837-56.jpg?_wi=2", imageAlt: "Patient-centered care approach", }, { @@ -172,7 +172,7 @@ export default function AboutPage() { value: "Evidence-Based", title: "Scientific Approach", description: "Our programs are grounded in latest rehabilitation research and best practices", - imageSrc: "http://img.b2bpic.net/free-photo/doctor-starting-meeting-treatment-center-discuss-future-care-plans_482257-112495.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/doctor-starting-meeting-treatment-center-discuss-future-care-plans_482257-112495.jpg?_wi=3", imageAlt: "Evidence-based rehabilitation", }, { @@ -180,7 +180,7 @@ export default function AboutPage() { value: "Compassionate", title: "We Care Deeply", description: "Beyond physical therapy, we provide emotional support and genuine compassion for your journey", - imageSrc: "http://img.b2bpic.net/free-photo/adult-woman-therapy-session_23-2148758727.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/adult-woman-therapy-session_23-2148758727.jpg?_wi=2", imageAlt: "Compassionate care and support", }, ]} @@ -192,7 +192,7 @@ export default function AboutPage() {