From a72de3acbfc98ced7affac7449c3bd746be8c0f7 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 21:08:37 +0000 Subject: [PATCH 1/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index adcdcd2..2ed7cac 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -80,15 +80,15 @@ export default function ContactPage() { buttonAnimation="blur-reveal" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/african-american-woman-doctor-explaining-radiology-results-girl_482257-125280.jpg", imageAlt: "Medical equipment and biomedical technician"}, + imageSrc: "http://img.b2bpic.net/free-photo/african-american-woman-doctor-explaining-radiology-results-girl_482257-125280.jpg?_wi=6", imageAlt: "Medical equipment and biomedical technician"}, { - imageSrc: "http://img.b2bpic.net/free-photo/diverse-medical-staff-working-reception-counter-filling-checkup-report-papers-making-appointments-nurse-receptionist-doing-registration-work-hospital-waiting-room_482257-51640.jpg", imageAlt: "Professional healthcare staff"}, + imageSrc: "http://img.b2bpic.net/free-photo/diverse-medical-staff-working-reception-counter-filling-checkup-report-papers-making-appointments-nurse-receptionist-doing-registration-work-hospital-waiting-room_482257-51640.jpg?_wi=5", imageAlt: "Professional healthcare staff"}, { - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-multiethnic-medics-with-papers_23-2147767245.jpg", imageAlt: "Medical professionals collaborating"}, + imageSrc: "http://img.b2bpic.net/free-photo/cheerful-multiethnic-medics-with-papers_23-2147767245.jpg?_wi=4", imageAlt: "Medical professionals collaborating"}, { - imageSrc: "http://img.b2bpic.net/free-photo/man-entering-room-with-coworkers_23-2147656726.jpg", imageAlt: "Professional office environment"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-entering-room-with-coworkers_23-2147656726.jpg?_wi=2", imageAlt: "Professional office environment"}, { - imageSrc: "http://img.b2bpic.net/free-photo/storehouse-manager-looking-merchandise-boxes-analyzing-clients-orders-before-start-shipping-products-warehouse-african-american-employee-checking-distribution-details-laptop-computer_482257-66143.jpg", imageAlt: "Medical equipment distribution center"}, + imageSrc: "http://img.b2bpic.net/free-photo/storehouse-manager-looking-merchandise-boxes-analyzing-clients-orders-before-start-shipping-products-warehouse-african-american-employee-checking-distribution-details-laptop-computer_482257-66143.jpg?_wi=5", imageAlt: "Medical equipment distribution center"}, ]} mediaAnimation="blur-reveal" /> @@ -117,7 +117,7 @@ export default function ContactPage() { required: true, }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/man-entering-room-with-coworkers_23-2147656726.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-entering-room-with-coworkers_23-2147656726.jpg?_wi=3" imageAlt="MDBIOMEDICAL office" mediaAnimation="blur-reveal" mediaPosition="right" @@ -161,7 +161,7 @@ export default function ContactPage() {