From 99089d5c59ec2cba105519a8ea144d5036be7582 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 13:40:12 +0000 Subject: [PATCH 1/3] 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 5b47d38..aa4c323 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -55,11 +55,11 @@ export default function ContactPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/blur-shopping-mall_1203-7873.jpg", imageAlt: "Latest smartphones on display"}, + imageSrc: "http://img.b2bpic.net/free-photo/blur-shopping-mall_1203-7873.jpg?_wi=3", imageAlt: "Latest smartphones on display"}, { - imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-man-working-his-office-with-mobile-phone_1301-6565.jpg", imageAlt: "Professional phone repair service"}, + 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", imageAlt: "Wide range of mobile accessories"}, + imageSrc: "http://img.b2bpic.net/free-photo/low-angle-woman-holding-smartphone_23-2150170629.jpg?_wi=3", imageAlt: "Wide range of mobile accessories"}, ]} mediaAnimation="slide-up" /> From e10ead0c957b8182fd6f80f24f6be3b3764e2c1a Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 13:40:12 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b18257e..b2d58a9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -76,13 +76,13 @@ export default function HomePage() { mediaItems={[ { imageSrc: - "http://img.b2bpic.net/free-photo/blur-shopping-mall_1203-7873.jpg", imageAlt: "Latest smartphones on display"}, + "http://img.b2bpic.net/free-photo/blur-shopping-mall_1203-7873.jpg?_wi=1", imageAlt: "Latest smartphones on display"}, { imageSrc: - "http://img.b2bpic.net/free-photo/young-handsome-man-working-his-office-with-mobile-phone_1301-6565.jpg", imageAlt: "Professional phone repair service"}, + "http://img.b2bpic.net/free-photo/young-handsome-man-working-his-office-with-mobile-phone_1301-6565.jpg?_wi=1", imageAlt: "Professional phone repair service"}, { imageSrc: - "http://img.b2bpic.net/free-photo/low-angle-woman-holding-smartphone_23-2150170629.jpg", imageAlt: "Wide range of mobile accessories"}, + "http://img.b2bpic.net/free-photo/low-angle-woman-holding-smartphone_23-2150170629.jpg?_wi=1", imageAlt: "Wide range of mobile accessories"}, ]} mediaAnimation="slide-up" /> @@ -94,19 +94,19 @@ export default function HomePage() { { id: "1", title: "Mobile Phone Sales", tags: ["Latest Models", "Affordable"], imageSrc: - "http://img.b2bpic.net/free-photo/blur-shopping-mall_1203-7873.jpg", imageAlt: "Latest smartphones available"}, + "http://img.b2bpic.net/free-photo/blur-shopping-mall_1203-7873.jpg?_wi=2", imageAlt: "Latest smartphones available"}, { id: "2", title: "Mobile Accessories", tags: ["Chargers", "Cases", "Protectors"], imageSrc: - "http://img.b2bpic.net/free-photo/low-angle-woman-holding-smartphone_23-2150170629.jpg", imageAlt: "Complete accessories collection"}, + "http://img.b2bpic.net/free-photo/low-angle-woman-holding-smartphone_23-2150170629.jpg?_wi=2", imageAlt: "Complete accessories collection"}, { id: "3", title: "Phone Repairs", tags: ["Fast Service", "Expert Technicians"], imageSrc: - "http://img.b2bpic.net/free-photo/auto-repairs-man-talking-phone-while-working-workshop_637285-8646.jpg", imageAlt: "Professional phone repairs"}, + "http://img.b2bpic.net/free-photo/auto-repairs-man-talking-phone-while-working-workshop_637285-8646.jpg?_wi=1", imageAlt: "Professional phone repairs"}, { id: "4", title: "Convenient Delivery", tags: ["Local Delivery", "Same Day"], imageSrc: - "http://img.b2bpic.net/free-photo/beautiful-young-woman-using-her-mobile-phone-street_1301-4725.jpg", imageAlt: "Store and delivery service"}, + "http://img.b2bpic.net/free-photo/beautiful-young-woman-using-her-mobile-phone-street_1301-4725.jpg?_wi=1", imageAlt: "Store and delivery service"}, ]} animationType="slide-up" title="Our Quick Services" @@ -156,7 +156,7 @@ export default function HomePage() { title: "Extended Hours", description: "Open daily until 10 PM for your convenience", icon: Clock, }, ]} - 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=2" imageAlt="City Cellworld store interior" imagePosition="right" mediaAnimation="slide-up" From 29aae521c943c3ddd0df445e03daaaa650299882 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 13:40:12 +0000 Subject: [PATCH 3/3] 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 0d521ce..3d62748 100644 --- a/src/app/repairs/page.tsx +++ b/src/app/repairs/page.tsx @@ -53,11 +53,11 @@ 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", imageAlt: "Professional phone repair service"}, + 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", imageAlt: "Close up phone screen repair process"}, + 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", imageAlt: "Mobile phone store interior Ongole"}, + 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"}, ]} mediaAnimation="slide-up" />