From 56cf247c3dc5626cfbb1902b09b44e2a0a2dc454 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:02:14 +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 26499fb..46d2d3e 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=4" imageAlt="Streetwear collection artistic presentation" useInvertedBackground={true} /> -- 2.49.1 From c255bf8456aa42fd563d1e7674004f1ffecf3d61 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:02:15 +0000 Subject: [PATCH 2/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 1ca4d5a..3ee9701 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -102,13 +102,13 @@ export default function HomePage() { products={[ { id: "1", brand: "STREETWEAR CO.", name: "Baggy Jeans", price: "R599", rating: 5, - reviewCount: "142", imageSrc: "http://img.b2bpic.net/free-photo/vertical-photo-young-lady-leaning-wall-tunnel_114579-92564.jpg", imageAlt: "Oversized baggy jeans with artistic prints"}, + reviewCount: "142", 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"}, { id: "2", brand: "STREETWEAR CO.", name: "Long Sleeve Shirt", price: "R399", rating: 5, reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-vector/simple-symmetrical-design-black-background_1040-1214.jpg", imageAlt: "Premium long sleeve shirt with detailed graphics"}, { id: "3", brand: "STREETWEAR CO.", name: "T-Shirt Premium", price: "R299", rating: 5, - reviewCount: "176", imageSrc: "http://img.b2bpic.net/free-vector/pride-day-lettering_23-2148514310.jpg", imageAlt: "Artistic print t-shirt classic cut"}, + reviewCount: "176", imageSrc: "http://img.b2bpic.net/free-vector/pride-day-lettering_23-2148514310.jpg?_wi=1", imageAlt: "Artistic print t-shirt classic cut"}, ]} /> @@ -134,7 +134,7 @@ export default function HomePage() { 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=2" imageAlt="Streetwear collection artistic presentation" useInvertedBackground={true} /> -- 2.49.1 From e993c45d6948e334fc4fa9131debd819a74c19ae Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:02:15 +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 c8af4c1..aaf984d 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -80,16 +80,16 @@ export default function ShopPage() { products={[ { id: "baggy-jeans", brand: "STREETWEAR CO.", name: "Oversized Baggy Jeans", price: "R599", rating: 5, - reviewCount: "142", imageSrc: "http://img.b2bpic.net/free-photo/vertical-photo-young-lady-leaning-wall-tunnel_114579-92564.jpg", imageAlt: "Baggy jeans with fingerprint graphic print"}, + reviewCount: "142", imageSrc: "http://img.b2bpic.net/free-photo/vertical-photo-young-lady-leaning-wall-tunnel_114579-92564.jpg?_wi=3", imageAlt: "Baggy jeans with fingerprint graphic print"}, { id: "long-sleeve", brand: "STREETWEAR CO.", name: "Knife Graphic Long Sleeve", price: "R399", rating: 5, reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-vector/poster-design-with-mechanic-girl_1284-52594.jpg", imageAlt: "White long sleeve with artistic knife illustration"}, { id: "tshirt-one", brand: "STREETWEAR CO.", name: "Graphic T-Shirt V1", price: "R299", rating: 5, - reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-vector/pride-day-lettering_23-2148514310.jpg", imageAlt: "Oversized graphic t-shirt with artistic print"}, + reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-vector/pride-day-lettering_23-2148514310.jpg?_wi=2", imageAlt: "Oversized graphic t-shirt with artistic print"}, { id: "tshirt-two", brand: "STREETWEAR CO.", name: "Statement T-Shirt V2", price: "R299", rating: 5, - reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-vector/pride-day-lettering_23-2148514310.jpg", imageAlt: "Black t-shirt with bold artistic graphic"}, + reviewCount: "120", 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