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() {