diff --git a/src/app/page.tsx b/src/app/page.tsx index 4a8ac05..cf0efd9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -101,15 +101,15 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/medical-expert-patient-meeting-check-up-appointment_482257-108187.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medical-expert-patient-meeting-check-up-appointment_482257-108187.jpg?_wi=1", imageAlt: "AI Healthcare Dashboard", }, { - imageSrc: "http://img.b2bpic.net/free-photo/calorie-counter-health-diet-app-concept_53876-125615.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/calorie-counter-health-diet-app-concept_53876-125615.jpg?_wi=1", imageAlt: "Mobile Health Monitoring App", }, { - imageSrc: "http://img.b2bpic.net/free-photo/medic-expert-uses-thermometer-find-right-diagnostic-symptoms_482257-122834.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medic-expert-uses-thermometer-find-right-diagnostic-symptoms_482257-122834.jpg?_wi=1", imageAlt: "Governmental Health Data Dashboard", }, { @@ -177,7 +177,7 @@ export default function LandingPage() { imageAlt: "Personalized Risk Mitigation Plan", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/medical-expert-patient-meeting-check-up-appointment_482257-108187.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medical-expert-patient-meeting-check-up-appointment_482257-108187.jpg?_wi=2", imageAlt: "AI smart triage system", }, { @@ -194,7 +194,7 @@ export default function LandingPage() { imageAlt: "User checking health monitoring app", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/calorie-counter-health-diet-app-concept_53876-125615.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/calorie-counter-health-diet-app-concept_53876-125615.jpg?_wi=2", imageAlt: "AI smart triage system", }, { @@ -211,7 +211,7 @@ export default function LandingPage() { imageAlt: "Medical Team Reviewing Data", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/medic-expert-uses-thermometer-find-right-diagnostic-symptoms_482257-122834.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medic-expert-uses-thermometer-find-right-diagnostic-symptoms_482257-122834.jpg?_wi=2", imageAlt: "AI smart triage system", }, ]}