Update src/app/contact/page.tsx

This commit is contained in:
2026-03-07 11:59:09 +00:00
parent a8bbf5ffb7
commit f3b61fa383

View File

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