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() {