From f87be86fedb77fdb98ff45e1596c496e24d5960f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 16:59:07 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index f794928..45aa447 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -56,23 +56,23 @@ export default function ContactPage() { buttonAnimation="blur-reveal" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg?_wi=4", imageAlt: "Executive professional ready to connect", }, { - imageSrc: "http://img.b2bpic.net/free-photo/elegant-businessman-office-table-looking-thoughtfully-window_1098-19179.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/elegant-businessman-office-table-looking-thoughtfully-window_1098-19179.jpg?_wi=4", imageAlt: "Professional office consultation setting", }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessmen-working-together-with-diagrams_1098-246.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-businessmen-working-together-with-diagrams_1098-246.jpg?_wi=4", imageAlt: "Strategic business discussion and planning", }, { - imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-leader-meeting-with-his-team_1262-2160.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-leader-meeting-with-his-team_1262-2160.jpg?_wi=4", imageAlt: "Team collaboration and leadership meeting", }, { - imageSrc: "http://img.b2bpic.net/free-photo/mature-couple-meeting-with-financial-expert-develop-detailed-retirement-plan_482257-92410.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mature-couple-meeting-with-financial-expert-develop-detailed-retirement-plan_482257-92410.jpg?_wi=4", imageAlt: "Professional consultation and advisory session", }, ]}