From 8210fda01fdf492f5cd11fa4104bc9e33e0b7d4a Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 05:18:26 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index f490f0b..c07440c 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -60,8 +60,8 @@ export default function ContactPage() { }, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/crop-man-with-smartphone-office_23-2147710987.jpg?_wi=2" - imageAlt: "Contact Us" + imageSrc="http://img.b2bpic.net/free-photo/crop-man-with-smartphone-office_23-2147710987.jpg" + imageAlt="Contact Us" mediaAnimation="opacity" /> @@ -116,7 +116,7 @@ export default function ContactPage() { required: false, }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/crop-man-with-smartphone-office_23-2147710987.jpg?_wi=3" + imageSrc="http://img.b2bpic.net/free-photo/crop-man-with-smartphone-office_23-2147710987.jpg" imageAlt="Contact Us" mediaAnimation="opacity" mediaPosition="right" -- 2.49.1