From 9a4d8fc609cdd405d9e41d81822725d6876d68c7 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 15:41:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 58a809d..8621ba6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -53,15 +53,15 @@ export default function LandingPage() { testimonials={[ { name: "Dr. Sarah Mitchell", handle: "@dr_sarah_md", testimonial: "MediQuiz helped me pass my board certification on first attempt. The adaptive learning was incredible.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-doctor-clinic_23-2149726916.jpg", imageAlt: "Dr. Sarah Mitchell" + imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-doctor-clinic_23-2149726916.jpg?_wi=1", imageAlt: "Dr. Sarah Mitchell" }, { name: "Dr. James Chen", handle: "@drjames_clinic", testimonial: "The explanations are thorough and the question bank is comprehensive. Worth every penny of the subscription.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man-doctor-with-stethoscope-standing-with-arms-folded_171337-15538.jpg", imageAlt: "Dr. James Chen" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-man-doctor-with-stethoscope-standing-with-arms-folded_171337-15538.jpg?_wi=1", imageAlt: "Dr. James Chen" }, { name: "Dr. Emma Rodriguez", handle: "@emma_healthcare", testimonial: "I use MediQuiz with my residents. They love the interface and the learning outcomes are measurable.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/confident-young-female-doctor-medical-robe-with-stethoscope-looks-camera-isolated-orange-background-with-copy-space_141793-34390.jpg", imageAlt: "Dr. Emma Rodriguez" + imageSrc: "http://img.b2bpic.net/free-photo/confident-young-female-doctor-medical-robe-with-stethoscope-looks-camera-isolated-orange-background-with-copy-space_141793-34390.jpg?_wi=1", imageAlt: "Dr. Emma Rodriguez" } ]} tag="Trusted by 50,000+ Healthcare Professionals" @@ -228,10 +228,10 @@ export default function LandingPage() {