diff --git a/src/app/page.tsx b/src/app/page.tsx index 755e1cb..c4a6a15 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,7 +46,7 @@ export default function ClinicPage() { background={{ variant: "gradient-bars" }} buttons={[{ text: "Contact Us", href: "#contact" }]} carouselItems={[ - { id: "1", imageSrc: "https://img.b2bpic.net/free-photo/medical-stethoscope-doctor-s-desk_23-2149021957.jpg", imageAlt: "Healthcare facility" }, + { id: "1", imageSrc: "https://img.b2bpic.net/free-photo/medical-stethoscope-doctor-s-desk_23-2149021957.jpg?_wi=1", imageAlt: "Healthcare facility" }, { id: "2", imageSrc: "https://img.b2bpic.net/free-photo/doctor-holding-stethoscope-clinic_1308-41006.jpg", imageAlt: "Doctor care" }, { id: "3", imageSrc: "https://img.b2bpic.net/free-photo/modern-clinic-reception-waiting-area_23-2148766127.jpg", imageAlt: "Waiting room" }, { id: "4", imageSrc: "https://img.b2bpic.net/free-photo/view-young-doctor-clinic_23-2148818451.jpg", imageAlt: "Professional staff" }, @@ -123,7 +123,7 @@ export default function ClinicPage() {