From 219ed8d27183a69ec0265087e03c12f044e6eee7 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 10 Apr 2026 07:13:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fd33a1f..87418ad 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,23 +53,23 @@ export default function LandingPage() { tag="Advanced Healthcare AI" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/empty-medical-cabinet-private-clinic-with-laptop-diagnostics_482257-122738.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/empty-medical-cabinet-private-clinic-with-laptop-diagnostics_482257-122738.jpg?_wi=1", imageAlt: "AI Diabetes Analysis", }, { - imageSrc: "http://img.b2bpic.net/free-photo/healthcare-provider-presenting-lab-test-results-patient-cabinet_482257-124790.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/healthcare-provider-presenting-lab-test-results-patient-cabinet_482257-124790.jpg?_wi=1", imageAlt: "Health Data Analysis", }, { - imageSrc: "http://img.b2bpic.net/free-photo/empty-medical-cabinet-private-clinic-with-laptop-diagnostics_482257-122738.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/empty-medical-cabinet-private-clinic-with-laptop-diagnostics_482257-122738.jpg?_wi=2", imageAlt: "Digital Medical Report", }, { - imageSrc: "http://img.b2bpic.net/free-photo/healthcare-provider-presenting-lab-test-results-patient-cabinet_482257-124790.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/healthcare-provider-presenting-lab-test-results-patient-cabinet_482257-124790.jpg?_wi=2", imageAlt: "Smart Clinical Interface", }, { - imageSrc: "http://img.b2bpic.net/free-photo/empty-medical-cabinet-private-clinic-with-laptop-diagnostics_482257-122738.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/empty-medical-cabinet-private-clinic-with-laptop-diagnostics_482257-122738.jpg?_wi=3", imageAlt: "Data Driven Diagnosis", }, ]} @@ -108,7 +108,7 @@ export default function LandingPage() { "Cleaning", "Standardization", ], - imageSrc: "http://img.b2bpic.net/free-photo/empty-medical-cabinet-private-clinic-with-laptop-diagnostics_482257-122738.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/empty-medical-cabinet-private-clinic-with-laptop-diagnostics_482257-122738.jpg?_wi=4", imageAlt: "Processing", }, { @@ -118,7 +118,7 @@ export default function LandingPage() { "Logistic Regression", "Forest", ], - imageSrc: "http://img.b2bpic.net/free-photo/healthcare-provider-presenting-lab-test-results-patient-cabinet_482257-124790.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/healthcare-provider-presenting-lab-test-results-patient-cabinet_482257-124790.jpg?_wi=3", imageAlt: "Model", }, { @@ -128,7 +128,7 @@ export default function LandingPage() { "Accuracy", "Recall", ], - imageSrc: "http://img.b2bpic.net/free-photo/empty-medical-cabinet-private-clinic-with-laptop-diagnostics_482257-122738.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/empty-medical-cabinet-private-clinic-with-laptop-diagnostics_482257-122738.jpg?_wi=5", imageAlt: "Results", }, ]} @@ -152,7 +152,7 @@ export default function LandingPage() { quote: "The prediction accuracy is consistently reliable for my preliminary screening workflow.", name: "Dr. Sarah Jenkins", role: "General Practitioner", - imageSrc: "http://img.b2bpic.net/free-photo/healthcare-provider-presenting-lab-test-results-patient-cabinet_482257-124790.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/healthcare-provider-presenting-lab-test-results-patient-cabinet_482257-124790.jpg?_wi=4", }, { id: "t2", @@ -160,7 +160,7 @@ export default function LandingPage() { quote: "Very easy to integrate into my research data analysis pipeline.", name: "Mark Vane", role: "Data Analyst", - imageSrc: "http://img.b2bpic.net/free-photo/empty-medical-cabinet-private-clinic-with-laptop-diagnostics_482257-122738.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/empty-medical-cabinet-private-clinic-with-laptop-diagnostics_482257-122738.jpg?_wi=6", }, { id: "t3", @@ -168,7 +168,7 @@ export default function LandingPage() { quote: "Provides instant insights that help prioritize patient care.", name: "Elena Rodriguez", role: "Medical Researcher", - imageSrc: "http://img.b2bpic.net/free-photo/healthcare-provider-presenting-lab-test-results-patient-cabinet_482257-124790.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/healthcare-provider-presenting-lab-test-results-patient-cabinet_482257-124790.jpg?_wi=5", }, { id: "t4", @@ -176,7 +176,7 @@ export default function LandingPage() { quote: "This tool has significantly improved our early detection screening efficiency.", name: "Thomas Wong", role: "Health Administrator", - imageSrc: "http://img.b2bpic.net/free-photo/empty-medical-cabinet-private-clinic-with-laptop-diagnostics_482257-122738.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/empty-medical-cabinet-private-clinic-with-laptop-diagnostics_482257-122738.jpg?_wi=7", }, ]} />