diff --git a/src/app/page.tsx b/src/app/page.tsx index 2168a5e..d1ac288 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -68,14 +68,14 @@ export default function LandingPage() { handle: "@patient", testimonial: "Dr. Shah is soft spoken and explains everything clearly. Highly recommend for cataracts.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-doctor-patient-clinic_23-2149103571.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-doctor-patient-clinic_23-2149103571.jpg?_wi=1", }, { name: "Meera S.", handle: "@patient", testimonial: "Excellent glaucoma care for my mother. Very attentive and kind.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/mature-man-talking-african-american-doctor-home-visit_637285-11352.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mature-man-talking-african-american-doctor-home-visit_637285-11352.jpg?_wi=1", }, { name: "Anita V.", @@ -109,7 +109,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/doctor-patient-ophthalmologist-s-office_23-2150917653.jpg" + imageSrc="http://img.b2bpic.net/free-photo/doctor-patient-ophthalmologist-s-office_23-2150917653.jpg?_wi=1" imageAlt="Eye doctor consultation" mediaAnimation="blur-reveal" avatars={[ @@ -191,7 +191,7 @@ export default function LandingPage() { imageAlt: "Cataract", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/doctor-patient-ophthalmologist-s-office_23-2150917653.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/doctor-patient-ophthalmologist-s-office_23-2150917653.jpg?_wi=2", imageAlt: "eye doctor patient consultation clinic", }, { @@ -208,7 +208,7 @@ export default function LandingPage() { imageAlt: "Glaucoma", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-doctor-patient-clinic_23-2149103571.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-doctor-patient-clinic_23-2149103571.jpg?_wi=2", imageAlt: "eye doctor patient consultation clinic", }, { @@ -225,7 +225,7 @@ export default function LandingPage() { imageAlt: "Correction", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/mature-man-talking-african-american-doctor-home-visit_637285-11352.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mature-man-talking-african-american-doctor-home-visit_637285-11352.jpg?_wi=2", imageAlt: "eye doctor patient consultation clinic", }, ]}