diff --git a/src/app/page.tsx b/src/app/page.tsx index 62aa7f9..cd4f25a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,27 +73,27 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/indoor-hotel-view_1417-1562.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/indoor-hotel-view_1417-1562.jpg?_wi=1", imageAlt: "modern medical clinic entrance", }, { id: "2", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-doctor-talking-patient_23-2149856238.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-doctor-talking-patient_23-2149856238.jpg?_wi=1", imageAlt: "patient talking to doctor", }, { id: "3", - imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-patient-female-doctor-shaking-hands-after-hyperbaric-oxygen-therapy-clinic_637285-342.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-patient-female-doctor-shaking-hands-after-hyperbaric-oxygen-therapy-clinic_637285-342.jpg?_wi=1", imageAlt: "modern diagnostic equipment in hospital", }, { id: "4", - imageSrc: "http://img.b2bpic.net/free-photo/woman-interacting-with-doctor-clinic_482257-119509.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-interacting-with-doctor-clinic_482257-119509.jpg?_wi=1", imageAlt: "doctor examining patient", }, { id: "5", - imageSrc: "http://img.b2bpic.net/free-photo/female-nurse-patients-reviewing-diagnostic-results-medical-office_482257-122801.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-nurse-patients-reviewing-diagnostic-results-medical-office_482257-122801.jpg?_wi=1", imageAlt: "pharmacy counter at clinic", }, { @@ -135,31 +135,31 @@ export default function LandingPage() { { title: "BP Clinic", description: "Dedicated hypertension care and cardiovascular screening.", - imageSrc: "http://img.b2bpic.net/free-photo/indoor-hotel-view_1417-1562.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/indoor-hotel-view_1417-1562.jpg?_wi=2", imageAlt: "Lifestyle portrait of businesswoman", }, { title: "Thyroid Clinic", description: "Accurate diagnosis and ongoing hormonal therapy management.", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-doctor-talking-patient_23-2149856238.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-smiley-doctor-talking-patient_23-2149856238.jpg?_wi=2", imageAlt: "Lifestyle portrait of businesswoman", }, { title: "Fever Clinic", description: "Rapid testing and treatment for infectious conditions.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-patient-female-doctor-shaking-hands-after-hyperbaric-oxygen-therapy-clinic_637285-342.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-senior-patient-female-doctor-shaking-hands-after-hyperbaric-oxygen-therapy-clinic_637285-342.jpg?_wi=2", imageAlt: "Lifestyle portrait of businesswoman", }, { title: "Immunisation", description: "Comprehensive vaccination schedules for all age groups.", - imageSrc: "http://img.b2bpic.net/free-photo/woman-interacting-with-doctor-clinic_482257-119509.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-interacting-with-doctor-clinic_482257-119509.jpg?_wi=2", imageAlt: "Lifestyle portrait of businesswoman", }, { title: "Day Care Services", description: "Efficient outpatient support for stable patients.", - imageSrc: "http://img.b2bpic.net/free-photo/female-nurse-patients-reviewing-diagnostic-results-medical-office_482257-122801.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-nurse-patients-reviewing-diagnostic-results-medical-office_482257-122801.jpg?_wi=2", imageAlt: "Lifestyle portrait of businesswoman", }, ]}