From c8b61239612137827593ab468dbd220f0c852196 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 02:28:42 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 7a91e21..41b2638 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -90,7 +90,7 @@ export default function LandingPage() { icon: ShieldCheck, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/volunteers-clothing-donations-medium-shot_23-2149142802.jpg" + imageSrc="http://img.b2bpic.net/free-photo/volunteers-clothing-donations-medium-shot_23-2149142802.jpg?_wi=2" imageAlt="community focused buying and selling" mediaAnimation="blur-reveal" /> @@ -115,7 +115,7 @@ export default function LandingPage() { title: "Average Rating", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/couple-ordering-food-restaurant_23-2149269229.jpg" + imageSrc="http://img.b2bpic.net/free-photo/couple-ordering-food-restaurant_23-2149269229.jpg?_wi=2" imageAlt="close up of smartphone with marketplace app" mediaAnimation="slide-up" metricsAnimation="blur-reveal" -- 2.49.1 From 2b6105aaf14b2baa98949fa0a74586c3440757ad Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 02:28:42 +0000 Subject: [PATCH 2/3] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index c88107a..e6a24e3 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -95,7 +95,7 @@ export default function LandingPage() { rows: 5, required: true, }} - imageSrc="http://img.b2bpic.net/free-photo/people-working-call-center_23-2149288223.jpg" + imageSrc="http://img.b2bpic.net/free-photo/people-working-call-center_23-2149288223.jpg?_wi=2" imageAlt="customer support people smiling" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1 From 600fd4b349db50820731980a5ed3e4842d8671b1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Mar 2026 02:28:43 +0000 Subject: [PATCH 3/3] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 53d95e4..080fafb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -98,7 +98,7 @@ export default function LandingPage() { imageAlt: "Woman selling vintage items online", }, { - imageSrc: "http://img.b2bpic.net/free-photo/couple-ordering-food-restaurant_23-2149269229.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/couple-ordering-food-restaurant_23-2149269229.jpg?_wi=1", imageAlt: "Smartphone with marketplace app", }, { @@ -110,7 +110,7 @@ export default function LandingPage() { imageAlt: "Seamless online transactions", }, { - imageSrc: "http://img.b2bpic.net/free-photo/volunteers-clothing-donations-medium-shot_23-2149142802.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/volunteers-clothing-donations-medium-shot_23-2149142802.jpg?_wi=1", imageAlt: "Community buying and selling", }, ]} @@ -290,7 +290,7 @@ export default function LandingPage() { tag="Get In Touch" title="Have Questions? We're Here to Help." description="Our dedicated support team is ready to assist you with any queries regarding buying, selling, or using our platform. Reach out anytime!" - imageSrc="http://img.b2bpic.net/free-photo/people-working-call-center_23-2149288223.jpg" + imageSrc="http://img.b2bpic.net/free-photo/people-working-call-center_23-2149288223.jpg?_wi=1" imageAlt="Customer support team smiling and working" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1