From a20c48cdbbdd3cdc102a363f864d7283528337b7 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 22:27:11 +0000 Subject: [PATCH 1/2] 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 0d7df03..4c93975 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -61,7 +61,7 @@ export default function ContactPage() { tagIcon={MessageSquare} useInvertedBackground={true} mediaPosition="left" - imageSrc="http://img.b2bpic.net/free-photo/person-setting-up-online-store-uploading-products-laptop_73899-54387.jpg" + imageSrc="http://img.b2bpic.net/free-photo/person-setting-up-online-store-uploading-products-laptop_73899-54387.jpg?_wi=4" imageAlt="Support options" mediaAnimation="opacity" accordionItems={[ -- 2.49.1 From 0fc8246a1222c0e828d9ed4f08c1b5699cc310fb Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 22:27:12 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 52726d9..0bd240a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,7 @@ export default function HomePage() { { text: "Explore Brands", href: "/brands" }, ]} layoutOrder="default" - imageSrc="http://img.b2bpic.net/free-photo/person-setting-up-online-store-uploading-products-laptop_73899-54387.jpg" + imageSrc="http://img.b2bpic.net/free-photo/person-setting-up-online-store-uploading-products-laptop_73899-54387.jpg?_wi=1" imageAlt="MarketHub shopping experience" frameStyle="card" mediaAnimation="slide-up" @@ -114,7 +114,7 @@ export default function HomePage() { tagIcon={Grid} useInvertedBackground={false} mediaPosition="left" - imageSrc="http://img.b2bpic.net/free-photo/person-setting-up-online-store-uploading-products-laptop_73899-54387.jpg" + imageSrc="http://img.b2bpic.net/free-photo/person-setting-up-online-store-uploading-products-laptop_73899-54387.jpg?_wi=2" imageAlt="Product categories" mediaAnimation="opacity" accordionItems={[ @@ -141,13 +141,13 @@ export default function HomePage() { imageSrc: "http://img.b2bpic.net/free-photo/confident-beautiful-young-businesswoman-looking-camera-head-shot-portrait_1163-4928.jpg", imageAlt: "Sarah Mitchell"}, { id: "2", name: "James Chen", role: "Tech Reviewer", company: "San Francisco, USA", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "James Chen"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "James Chen"}, { id: "3", name: "Emma Rodriguez", role: "Lifestyle Blogger", company: "London, UK", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg", imageAlt: "Emma Rodriguez"}, { id: "4", name: "David Park", role: "Home Decor Expert", company: "Seoul, South Korea", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "David Park"}, + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "David Park"}, ]} title="Customer Love & Trust" description="See what our satisfied customers are saying about their shopping experience" @@ -170,7 +170,7 @@ export default function HomePage() { textboxLayout="default" useInvertedBackground={true} imagePosition="right" - imageSrc="http://img.b2bpic.net/free-photo/person-setting-up-online-store-uploading-products-laptop_73899-54387.jpg" + imageSrc="http://img.b2bpic.net/free-photo/person-setting-up-online-store-uploading-products-laptop_73899-54387.jpg?_wi=3" imageAlt="MarketHub benefits" mediaAnimation="opacity" bulletPoints={[ -- 2.49.1