From 4de22d93f5787940549c2b813f54d3c6e2a28eb7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 6 May 2026 12:31:11 +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 7efae32..c9d6bb3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { carouselItems={[ { id: "1", - imageSrc: "http://img.b2bpic.net/free-photo/empty-hallway-background_23-2149408807.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/empty-hallway-background_23-2149408807.jpg?_wi=1", imageAlt: "Clinic facility entrance", }, { @@ -103,7 +103,7 @@ export default function LandingPage() { description="At Mediclinic Newcastle, our mission is to improve the quality of life of our patients through clinical excellence and patient-centered care." subdescription="Our team of expert doctors and nurses ensures a seamless patient journey from intake to recovery." icon={Activity} - imageSrc="http://img.b2bpic.net/free-photo/medium-shot-smiley-doctors-chatting-work_23-2149856227.jpg" + imageSrc="http://img.b2bpic.net/free-photo/medium-shot-smiley-doctors-chatting-work_23-2149856227.jpg?_wi=1" mediaAnimation="slide-up" /> @@ -122,31 +122,31 @@ export default function LandingPage() { { title: "Advanced Radiology", description: "State-of-the-art imaging services to support accurate diagnosis.", - imageSrc: "http://img.b2bpic.net/free-photo/empty-hallway-background_23-2149408807.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/empty-hallway-background_23-2149408807.jpg?_wi=2", imageAlt: "Empty airport terminal waiting area", }, { title: "Specialized Surgery", description: "Expert surgical teams using advanced procedures for faster recovery.", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-doctors-chatting-work_23-2149856227.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-doctors-chatting-work_23-2149856227.jpg?_wi=2", imageAlt: "Empty airport terminal waiting area", }, { title: "Maternity Ward", description: "Dedicated care for expectant mothers and newborns.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-doctor-holding-medical-paperwork-while-communicating-with-patient-medical-appointment-hospital_637285-1422.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-doctor-holding-medical-paperwork-while-communicating-with-patient-medical-appointment-hospital_637285-1422.jpg?_wi=1", imageAlt: "Empty airport terminal waiting area", }, { title: "Outpatient Services", description: "Convenient access to routine checkups and consultations.", - imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-smiling-posing-with-hands-head_181624-21198.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-smiling-posing-with-hands-head_181624-21198.jpg?_wi=1", imageAlt: "Empty airport terminal waiting area", }, { title: "Rehabilitation Support", description: "Comprehensive programs to aid in your physical recovery.", - imageSrc: "http://img.b2bpic.net/free-photo/smiley-doctor-posing-patient_23-2148757390.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiley-doctor-posing-patient_23-2148757390.jpg?_wi=1", imageAlt: "Empty airport terminal waiting area", }, ]} @@ -196,21 +196,21 @@ export default function LandingPage() { name: "Sarah Miller", role: "Patient", testimonial: "Excellent care and friendly staff. Highly recommend.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-doctor-holding-medical-paperwork-while-communicating-with-patient-medical-appointment-hospital_637285-1422.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-doctor-holding-medical-paperwork-while-communicating-with-patient-medical-appointment-hospital_637285-1422.jpg?_wi=2", }, { id: "2", name: "James Bond", role: "Patient", testimonial: "Professional treatment from start to finish.", - imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-smiling-posing-with-hands-head_181624-21198.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/handsome-young-man-smiling-posing-with-hands-head_181624-21198.jpg?_wi=2", }, { id: "3", name: "Emma Wilson", role: "Patient", testimonial: "Fast and efficient service during an emergency.", - imageSrc: "http://img.b2bpic.net/free-photo/smiley-doctor-posing-patient_23-2148757390.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiley-doctor-posing-patient_23-2148757390.jpg?_wi=2", }, { id: "4", -- 2.49.1