From f3639f38e769b76841fb76774b25f9da63300c96 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 17:35:48 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e1689bc..40c7421 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function MedicalLandingPage() { background={{ variant: "plain" }} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doctor-with-stethoscope-hospital_1303-20691.jpg", imageAlt: "Dr. Imane Kessou - Médecin Généraliste" + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doctor-with-stethoscope-hospital_1303-20691.jpg?_wi=1", imageAlt: "Dr. Imane Kessou - Médecin Généraliste" }, { imageSrc: "http://img.b2bpic.net/free-photo/unoccupied-modern-clinic-workspace-with-nobody-it-having-turned-computer-screen-showing-medical-report-medical-room-having-firstaid-kit-contemporary-hospital-furniture-patients-documents_482257-41197.jpg", imageAlt: "Clinic interior - Modern medical facility" @@ -123,7 +123,7 @@ export default function MedicalLandingPage() { tagAnimation="slide-up" members={[ { - id: "1", name: "Dr. Imane Kessou", role: "Médecin Généraliste • Casablanca", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doctor-with-stethoscope-hospital_1303-20691.jpg", imageAlt: "Dr. Imane Kessou" + id: "1", name: "Dr. Imane Kessou", role: "Médecin Généraliste • Casablanca", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doctor-with-stethoscope-hospital_1303-20691.jpg?_wi=2", imageAlt: "Dr. Imane Kessou" } ]} gridVariant="uniform-all-items-equal" @@ -137,22 +137,22 @@ export default function MedicalLandingPage() {