Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-05 04:49:36 +00:00

View File

@@ -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"