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" 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" 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"