From 60b7172d79cdb610e728b3bc039aa4132c5ec350 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 19:57:20 +0000 Subject: [PATCH 1/5] 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 50d1030..da89cae 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -50,7 +50,7 @@ export default function AboutPage() { title: "Monthly Active Users", }, ]} - imageSrc="http://img.b2bpic.net/free-vector/hand-drawn-sale-instagram-story-collection_23-2149069773.jpg" + imageSrc="http://img.b2bpic.net/free-vector/hand-drawn-sale-instagram-story-collection_23-2149069773.jpg?_wi=6" imageAlt="Retail stores directory" useInvertedBackground={true} mediaAnimation="slide-up" @@ -89,7 +89,7 @@ export default function AboutPage() { "Read authentic customer reviews and ratings for stores. Share your experiences and help other shoppers discover quality retailers in your area.", }, ]} - imageSrc="http://img.b2bpic.net/free-vector/purchase-online-app-concept-pack_23-2148650966.jpg" + imageSrc="http://img.b2bpic.net/free-vector/purchase-online-app-concept-pack_23-2148650966.jpg?_wi=6" imageAlt="Store search and discovery" useInvertedBackground={false} mediaPosition="right" -- 2.49.1 From fd837cd123b96ef7d1835bf0cc594e779d9d4d46 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 19:57:21 +0000 Subject: [PATCH 2/5] Update src/app/browse/page.tsx --- src/app/browse/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/browse/page.tsx b/src/app/browse/page.tsx index 9ac1b4e..dd32263 100644 --- a/src/app/browse/page.tsx +++ b/src/app/browse/page.tsx @@ -66,37 +66,37 @@ export default function BrowsePage() { background={{ variant: "grid" }} leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-sale-instagram-story-collection_23-2149069773.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-sale-instagram-story-collection_23-2149069773.jpg?_wi=4", imageAlt: "Store listing grid", }, { - imageSrc: "http://img.b2bpic.net/free-vector/purchase-online-app-concept-pack_23-2148650966.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/purchase-online-app-concept-pack_23-2148650966.jpg?_wi=4", imageAlt: "Store search interface", }, { - imageSrc: "http://img.b2bpic.net/free-psd/zero-waste-instagram-stories-template_23-2148476918.jpg", + imageSrc: "http://img.b2bpic.net/free-psd/zero-waste-instagram-stories-template_23-2148476918.jpg?_wi=3", imageAlt: "Shopping destination", }, { - imageSrc: "http://img.b2bpic.net/free-vector/different-people-using-augmented-reality-smartphones_52683-52899.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/different-people-using-augmented-reality-smartphones_52683-52899.jpg?_wi=3", imageAlt: "Store profile details", }, ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-vector/different-people-using-augmented-reality-smartphones_52683-52899.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/different-people-using-augmented-reality-smartphones_52683-52899.jpg?_wi=4", imageAlt: "Browse store profiles", }, { - imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-sale-instagram-story-collection_23-2149069773.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-sale-instagram-story-collection_23-2149069773.jpg?_wi=5", imageAlt: "Store directory", }, { - imageSrc: "http://img.b2bpic.net/free-vector/purchase-online-app-concept-pack_23-2148650966.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/purchase-online-app-concept-pack_23-2148650966.jpg?_wi=5", imageAlt: "Find stores", }, { - imageSrc: "http://img.b2bpic.net/free-psd/zero-waste-instagram-stories-template_23-2148476918.jpg", + imageSrc: "http://img.b2bpic.net/free-psd/zero-waste-instagram-stories-template_23-2148476918.jpg?_wi=4", imageAlt: "Retail stores", }, ]} @@ -122,7 +122,7 @@ export default function BrowsePage() { testimonial: "The browse feature helped me find specialty stores I never knew existed. I love being able to see all available options in my area at once.", imageSrc: - "http://img.b2bpic.net/free-vector/testimonial-design-with-speech-bubbles-concept_23-2147951850.jpg", + "http://img.b2bpic.net/free-vector/testimonial-design-with-speech-bubbles-concept_23-2147951850.jpg?_wi=2", imageAlt: "Lisa Chen", }, { @@ -132,7 +132,7 @@ export default function BrowsePage() { testimonial: "Our mall's store listings on StoreHub have increased foot traffic significantly. The platform is essential for modern retail discovery.", imageSrc: - "http://img.b2bpic.net/free-photo/fantastic-meeting-with-friends-shopping_329181-7999.jpg", + "http://img.b2bpic.net/free-photo/fantastic-meeting-with-friends-shopping_329181-7999.jpg?_wi=2", imageAlt: "Michael Park", }, { @@ -142,7 +142,7 @@ export default function BrowsePage() { testimonial: "I use the browse filters all the time to find fashion retailers with specific services. It's like having a personal shopping assistant!", imageSrc: - "http://img.b2bpic.net/free-photo/redhead-woman-holding-yellow-shopping-bag_23-2148339164.jpg", + "http://img.b2bpic.net/free-photo/redhead-woman-holding-yellow-shopping-bag_23-2148339164.jpg?_wi=2", imageAlt: "Sarah Anderson", }, ]} -- 2.49.1 From 6b1f1072004918f9f9510ddf983ed198330ae57f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 19:57:21 +0000 Subject: [PATCH 3/5] 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 c1d394a..45c3e8c 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -94,7 +94,7 @@ export default function ContactPage() { "Yes, StoreHub is fully optimized for smartphones and tablets. Download our mobile app or access the responsive web version for seamless store discovery on the go.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/manager-preparing-store-reopening_23-2149142184.jpg" + imageSrc="http://img.b2bpic.net/free-photo/manager-preparing-store-reopening_23-2149142184.jpg?_wi=2" imageAlt="Customer support and help" useInvertedBackground={true} mediaPosition="right" -- 2.49.1 From f6c6704c66ca28ccd552fd4da91460e74bc25cf7 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 19:57:21 +0000 Subject: [PATCH 4/5] Update src/app/layout.tsx --- src/app/layout.tsx | 1367 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 1367 insertions(+) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index fe6a021..228d517 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1432,6 +1432,1373 @@ export default function RootLayout({ window.parent.postMessage({ type: 'webild-editor-ready' }, '*'); })(); +` + }} + /> + +