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"