diff --git a/src/app/page.tsx b/src/app/page.tsx index c2faf42..f431c8b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -106,7 +106,7 @@ export default function LandingPage() { title: "Risk Stratification", description: "Immediate severity assessment from Low to Critical status.", icon: AlertTriangle, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/doctor-with-tablet_23-2147612195.jpg", imageAlt: "medical diagnosis algorithm visualization"}, + imageSrc: "http://img.b2bpic.net/free-photo/doctor-with-tablet_23-2147612195.jpg?_wi=1", imageAlt: "medical diagnosis algorithm visualization"}, { imageSrc: "http://img.b2bpic.net/free-photo/closeup-african-american-doctor-analyzing-disease-expertise-using-tablet-monitoring-patient-symptoms-clinical-examination-specialist-working-healthcare-treatment-hospital-office_482257-30429.jpg", imageAlt: "medical diagnosis algorithm visualization"}, ], @@ -143,7 +143,7 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Sarah Ahmed", role: "Patient", company: "MedUser", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/doctor-with-tablet_23-2147612195.jpg"}, + imageSrc: "http://img.b2bpic.net/free-photo/doctor-with-tablet_23-2147612195.jpg?_wi=2"}, { id: "2", name: "Markus Z.", role: "Patient", company: "MedUser", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medical-teleconsultation-sick-patient-home_23-2149329020.jpg"},