From 4579c5df13c6166face22eea5c7df804eb19ad24 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 13:38:25 +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 0565e88..9ad6d14 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -62,15 +62,15 @@ export default function ContactPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/blur-shopping-mall_1203-7873.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/blur-shopping-mall_1203-7873.jpg?_wi=8", imageAlt: "Latest smartphones on display", }, { - imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-working-his-office-with-mobile-phone_1301-6565.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-working-his-office-with-mobile-phone_1301-6565.jpg?_wi=3", imageAlt: "Professional phone repair service", }, { - imageSrc: "http://img.b2bpic.net/free-photo/low-angle-woman-holding-smartphone_23-2150170629.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/low-angle-woman-holding-smartphone_23-2150170629.jpg?_wi=4", imageAlt: "Wide range of mobile accessories", }, ]}