From b1bd77d8f9476ce9710a9cc840ec6d26fb7e4ab3 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 16:53:53 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 3e82d3a..3d71aee 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -63,25 +63,25 @@ export default function ContactPage() { { id: "1", name: "Sarah Johnson", - imageSrc: "http://img.b2bpic.net/free-photo/technologies-make-life-easier-portrait-cheerful-young-man-smiling-joyfully-happy-with-his-newly-bought-laptop-pc-while-using-it-remote-work-sitting-modern-cafeteria-coffee-break_273609-1942.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/technologies-make-life-easier-portrait-cheerful-young-man-smiling-joyfully-happy-with-his-newly-bought-laptop-pc-while-using-it-remote-work-sitting-modern-cafeteria-coffee-break_273609-1942.jpg?_wi=2", imageAlt: "Sarah Johnson testimonial", }, { id: "2", name: "Michael Chen", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-call-center-woman_23-2148094816.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-call-center-woman_23-2148094816.jpg?_wi=2", imageAlt: "Michael Chen testimonial", }, { id: "3", name: "Emily Rodriguez", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-corporate-manager-sitting-with-hands-clasped-outside-office_662251-2057.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-corporate-manager-sitting-with-hands-clasped-outside-office_662251-2057.jpg?_wi=2", imageAlt: "Emily Rodriguez testimonial", }, { id: "4", name: "David Kim", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-travel-agency_52683-136448.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-working-travel-agency_52683-136448.jpg?_wi=2", imageAlt: "David Kim testimonial", }, ]}