From 84466cee924f3c7c9c4742bce9d5421f1818d16c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 04:49:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index da37edf..b18e99c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -128,11 +128,11 @@ export default function LandingPage() { }, { id: "2", name: "Priya Singh", role: "Business Owner", company: "Haridwar", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/female-patient-smiling-while-talking-doctor_107420-73983.jpg", imageAlt: "Patient Priya Singh" + imageSrc: "http://img.b2bpic.net/free-photo/female-patient-smiling-while-talking-doctor_107420-73983.jpg?_wi=1", imageAlt: "Patient Priya Singh" }, { id: "3", name: "Amit Patel", role: "Healthcare Professional", company: "Local Area", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/female-patient-smiling-while-talking-doctor_107420-73983.jpg", imageAlt: "Patient Amit Patel" + imageSrc: "http://img.b2bpic.net/free-photo/female-patient-smiling-while-talking-doctor_107420-73983.jpg?_wi=2", imageAlt: "Patient Amit Patel" }, { id: "4", name: "Neha Sharma", role: "Teacher", company: "Bahadarabad School", rating: 5, @@ -144,7 +144,7 @@ export default function LandingPage() { }, { id: "6", name: "Ananya Gupta", role: "Student Parent", company: "Haridwar", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/female-patient-smiling-while-talking-doctor_107420-73983.jpg", imageAlt: "Patient Ananya Gupta" + imageSrc: "http://img.b2bpic.net/free-photo/female-patient-smiling-while-talking-doctor_107420-73983.jpg?_wi=3", imageAlt: "Patient Ananya Gupta" } ]} gridVariant="uniform-all-items-equal" -- 2.49.1