From 3f53d7371b1ea31bd395174e15916d4cc3fd5bc0 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 05:05:28 +0000 Subject: [PATCH 1/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 0b08cfd..5be6fe9 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -58,7 +58,7 @@ export default function ContactPage() { name: "message", placeholder: "Your Message", rows: 5, required: true, }} - imageSrc="http://img.b2bpic.net/free-photo/3d-abstract-landscape-cubes-with-depth-field_1048-12642.jpg" + imageSrc="http://img.b2bpic.net/free-photo/3d-abstract-landscape-cubes-with-depth-field_1048-12642.jpg?_wi=1" imageAlt="Abstract network illustration for contact section" mediaAnimation="slide-up" mediaPosition="right" @@ -72,7 +72,7 @@ export default function ContactPage() {