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", }, ]}