From c76f364c560ca43a36b29bf4ed65d033bc3aa9a2 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 13:38:27 +0000 Subject: [PATCH] Update src/app/repairs/page.tsx --- src/app/repairs/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/repairs/page.tsx b/src/app/repairs/page.tsx index 9687be5..cd81033 100644 --- a/src/app/repairs/page.tsx +++ b/src/app/repairs/page.tsx @@ -55,15 +55,15 @@ export default function RepairsPage() { buttonAnimation="slide-up" mediaItems={[ { - 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=2", imageAlt: "Professional phone repair service", }, { - imageSrc: "http://img.b2bpic.net/free-photo/auto-repairs-man-talking-phone-while-working-workshop_637285-8646.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/auto-repairs-man-talking-phone-while-working-workshop_637285-8646.jpg?_wi=2", imageAlt: "Close up phone screen repair process", }, { - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-using-her-mobile-phone-street_1301-4725.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-using-her-mobile-phone-street_1301-4725.jpg?_wi=3", imageAlt: "Mobile phone store interior Ongole", }, ]}