From 08bc1180f7b4becc5329d022f5e1e01015db8a1a Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 07:33:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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", }, ]} -- 2.49.1