From d55d3ece3d9263ae1721f993ac47229cf4725838 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 07:49:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9c5923e..d75f3c2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { handle: "@cardiology_lead", testimonial: "The precision of MediDetect's analysis has significantly streamlined our patient triage process.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/physician-medic-consulting-sick-patient-medical-appointment-hospital-ward_482257-2205.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/physician-medic-consulting-sick-patient-medical-appointment-hospital-ward_482257-2205.jpg?_wi=1", imageAlt: "modern medical dashboard ui dark theme", }, { @@ -71,7 +71,7 @@ export default function LandingPage() { handle: "@user_feedback", testimonial: "Extremely fast and accurate results. It gave me peace of mind before my appointment.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-vector/virtual-augmented-reality-icons_1284-12480.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/virtual-augmented-reality-icons_1284-12480.jpg?_wi=1", imageAlt: "artificial intelligence medical scanner icon", }, { @@ -79,7 +79,7 @@ export default function LandingPage() { handle: "@pathology_dev", testimonial: "The data entry flow is incredibly intuitive, making it easy for both practitioners and patients.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/heart-healthy-life-wellness-icon_53876-120722.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/heart-healthy-life-wellness-icon_53876-120722.jpg?_wi=1", imageAlt: "digital patient health record UI icon", }, { @@ -87,7 +87,7 @@ export default function LandingPage() { handle: "@health_tech", testimonial: "A breakthrough in digital health. The UI is professional, fast, and highly reliable.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-vector/fitness-mobile-app-infographic-template-flat-style_23-2148213734.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/fitness-mobile-app-infographic-template-flat-style_23-2148213734.jpg?_wi=1", imageAlt: "medical diagnosis results precision icon", }, { @@ -95,11 +95,11 @@ export default function LandingPage() { handle: "@patient_advocacy", testimonial: "Accessible, clear, and efficient. Exactly what the modern healthcare system needs.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-female-scientist-with-surgical-gloves-laboratory_23-2148491986.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-female-scientist-with-surgical-gloves-laboratory_23-2148491986.jpg?_wi=1", imageAlt: "doctor analyzing medical data tablet professional", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/physician-medic-consulting-sick-patient-medical-appointment-hospital-ward_482257-2205.jpg" + imageSrc="http://img.b2bpic.net/free-photo/physician-medic-consulting-sick-patient-medical-appointment-hospital-ward_482257-2205.jpg?_wi=2" mediaAnimation="slide-up" avatars={[ { @@ -161,7 +161,7 @@ export default function LandingPage() { "AI-Driven", "Accurate", ], - imageSrc: "http://img.b2bpic.net/free-vector/virtual-augmented-reality-icons_1284-12480.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/virtual-augmented-reality-icons_1284-12480.jpg?_wi=2", }, { id: "2", @@ -170,7 +170,7 @@ export default function LandingPage() { "HIPAA Compliant", "Encrypted", ], - imageSrc: "http://img.b2bpic.net/free-photo/heart-healthy-life-wellness-icon_53876-120722.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/heart-healthy-life-wellness-icon_53876-120722.jpg?_wi=2", }, { id: "3", @@ -179,7 +179,7 @@ export default function LandingPage() { "Instant", "Reliable", ], - imageSrc: "http://img.b2bpic.net/free-vector/fitness-mobile-app-infographic-template-flat-style_23-2148213734.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/fitness-mobile-app-infographic-template-flat-style_23-2148213734.jpg?_wi=2", }, ]} title="Clinical-Grade Precision" @@ -247,7 +247,7 @@ export default function LandingPage() { tag="Get Started" title="Access the Detection Portal" description="Enter your medical details in our secure interface to begin your preliminary diagnostic scan." - imageSrc="http://img.b2bpic.net/free-photo/side-view-smiley-female-scientist-with-surgical-gloves-laboratory_23-2148491986.jpg" + imageSrc="http://img.b2bpic.net/free-photo/side-view-smiley-female-scientist-with-surgical-gloves-laboratory_23-2148491986.jpg?_wi=2" mediaAnimation="slide-up" inputPlaceholder="Enter your user access code or email" buttonText="Start Assessment" -- 2.49.1