From f3b61fa3837198ddabd0b9d0e75ece26992562a6 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 11:59:09 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index f6ee5d8..f9866f4 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -77,37 +77,37 @@ export default function ContactPage() { { id: "1", name: "Priya Sharma", - imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=4", imageAlt: "Priya Sharma", }, { id: "2", name: "Rajesh Kumar", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businessman-standing-office_23-2147899580.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businessman-standing-office_23-2147899580.jpg?_wi=3", imageAlt: "Rajesh Kumar", }, { id: "3", name: "Anjali Patel", - imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=5", imageAlt: "Anjali Patel", }, { id: "4", name: "Amit Singh", - 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: "Amit Singh", }, { id: "5", name: "Meera Gupta", - imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg?_wi=6", imageAlt: "Meera Gupta", }, { id: "6", name: "Vikram Desai", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businessman-standing-office_23-2147899580.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-businessman-standing-office_23-2147899580.jpg?_wi=4", imageAlt: "Vikram Desai", }, ]}