From a77c8a738f783510305c5bdf6db31216e2e6ff59 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 18:59:22 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 8ab113e..c9baad3 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -75,7 +75,7 @@ export default function AboutPage() { tag="About Us" tagIcon={Heart} buttons={[{ text: "Learn More", href: "/shop" }]} - imageSrc="http://img.b2bpic.net/free-photo/vertical-photo-young-lady-leaning-wall-tunnel_114579-92564.jpg" + imageSrc="http://img.b2bpic.net/free-photo/vertical-photo-young-lady-leaning-wall-tunnel_114579-92564.jpg?_wi=3" imageAlt="Streetwear collection artistic presentation" useInvertedBackground={true} /> -- 2.49.1 From e5037677f95626876932b64831a7f5bfd828f6c0 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 18:59:23 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 13c9522..f6dad3b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -106,7 +106,7 @@ export default function HomePage() { price: "R599", rating: 5, reviewCount: "142", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-photo-young-lady-leaning-wall-tunnel_114579-92564.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-photo-young-lady-leaning-wall-tunnel_114579-92564.jpg?_wi=1", imageAlt: "Oversized baggy jeans with artistic prints", }, { @@ -126,7 +126,7 @@ export default function HomePage() { price: "R299", rating: 5, reviewCount: "176", - imageSrc: "http://img.b2bpic.net/free-vector/pride-day-lettering_23-2148514310.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/pride-day-lettering_23-2148514310.jpg?_wi=1", imageAlt: "Artistic print t-shirt classic cut", }, ]} -- 2.49.1 From 067e5da7355381456f060260bc14d8c9bb08fd63 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 18:59:23 +0000 Subject: [PATCH 3/3] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 48e6c3c..c6900f8 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -86,7 +86,7 @@ export default function ShopPage() { price: "R599", rating: 5, reviewCount: "142", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-photo-young-lady-leaning-wall-tunnel_114579-92564.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-photo-young-lady-leaning-wall-tunnel_114579-92564.jpg?_wi=2", imageAlt: "Baggy jeans with fingerprint graphic print", }, { @@ -106,7 +106,7 @@ export default function ShopPage() { price: "R299", rating: 5, reviewCount: "156", - imageSrc: "http://img.b2bpic.net/free-vector/pride-day-lettering_23-2148514310.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/pride-day-lettering_23-2148514310.jpg?_wi=2", imageAlt: "Oversized graphic t-shirt with artistic print", }, { @@ -116,7 +116,7 @@ export default function ShopPage() { price: "R299", rating: 5, reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-vector/pride-day-lettering_23-2148514310.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/pride-day-lettering_23-2148514310.jpg?_wi=3", imageAlt: "Black t-shirt with bold artistic graphic", }, ]} -- 2.49.1