From abf8999999cab2af7ad59d50bb8a3752e770c8b3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 00:38:44 +0000 Subject: [PATCH 1/4] Update src/app/about/page.tsx --- src/app/about/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index e1f3c87..04c9157 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -47,27 +47,27 @@ export default function AboutPage() { tagAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-looking-clothes-thrift-shop_23-2150082910.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-looking-clothes-thrift-shop_23-2150082910.jpg?_wi=1", imageAlt: "About us", }, { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-wearing-black-hoodie_23-2149359803.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-wearing-black-hoodie_23-2149359803.jpg?_wi=4", imageAlt: "Our collection", }, { - imageSrc: "http://img.b2bpic.net/free-photo/fashion-clothing-shop-boutique-concept_53876-31870.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fashion-clothing-shop-boutique-concept_53876-31870.jpg?_wi=3", imageAlt: "Fashion showcase", }, { - imageSrc: "http://img.b2bpic.net/free-photo/view-shoe-rack-stacking-pair-footwear_23-2150991553.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-shoe-rack-stacking-pair-footwear_23-2150991553.jpg?_wi=4", imageAlt: "Sneaker collection", }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-backpack_23-2148865649.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-backpack_23-2148865649.jpg?_wi=3", imageAlt: "Accessories", }, { - imageSrc: "http://img.b2bpic.net/free-photo/t-shirt-design-concept-cropped-picture-young-european-model-dressed-grey-long-casual-t-shirt_273609-142.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/t-shirt-design-concept-cropped-picture-young-european-model-dressed-grey-long-casual-t-shirt_273609-142.jpg?_wi=4", imageAlt: "Apparel", }, ]} From 257b4689a606e1193262762383bd8ca61693c7aa Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 00:38:44 +0000 Subject: [PATCH 2/4] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index a3f63fd..c7440c2 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -46,27 +46,27 @@ export default function ContactPage() { tagAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/fashion-clothing-shop-boutique-concept_53876-31870.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fashion-clothing-shop-boutique-concept_53876-31870.jpg?_wi=4", imageAlt: "Contact us", }, { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-wearing-black-hoodie_23-2149359803.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-wearing-black-hoodie_23-2149359803.jpg?_wi=5", imageAlt: "Our team", }, { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-looking-clothes-thrift-shop_23-2150082910.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-looking-clothes-thrift-shop_23-2150082910.jpg?_wi=2", imageAlt: "Our space", }, { - imageSrc: "http://img.b2bpic.net/free-photo/view-shoe-rack-stacking-pair-footwear_23-2150991553.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-shoe-rack-stacking-pair-footwear_23-2150991553.jpg?_wi=5", imageAlt: "Our collection", }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-backpack_23-2148865649.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-backpack_23-2148865649.jpg?_wi=4", imageAlt: "Products", }, { - imageSrc: "http://img.b2bpic.net/free-photo/t-shirt-design-concept-cropped-picture-young-european-model-dressed-grey-long-casual-t-shirt_273609-142.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/t-shirt-design-concept-cropped-picture-young-european-model-dressed-grey-long-casual-t-shirt_273609-142.jpg?_wi=5", imageAlt: "Items", }, ]} @@ -78,7 +78,7 @@ export default function ContactPage() { title="Send us a Message" description="Fill out the form below and we'll get back to you as soon as possible." useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/medium-shot-people-looking-clothes-thrift-shop_23-2150082910.jpg" + imageSrc="http://img.b2bpic.net/free-photo/medium-shot-people-looking-clothes-thrift-shop_23-2150082910.jpg?_wi=3" imageAlt="Contact form background" mediaAnimation="slide-up" mediaPosition="right" From 9aaf7120f67ba81f0ad5e35236f147e09c75924f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 00:38:45 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4d126d7..ebb0e86 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,7 +72,7 @@ export default function HomePage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/fashion-clothing-shop-boutique-concept_53876-31870.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fashion-clothing-shop-boutique-concept_53876-31870.jpg?_wi=1", imageAlt: "Modern streetwear fashion display", }, { @@ -118,21 +118,21 @@ export default function HomePage() { id: "prod-1", name: "Vintage Streetwear Hoodie", price: "$45.00", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-wearing-black-hoodie_23-2149359803.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-wearing-black-hoodie_23-2149359803.jpg?_wi=1", imageAlt: "Designer hoodie", }, { id: "prod-2", name: "Premium Graphic Tee", price: "$28.00", - imageSrc: "http://img.b2bpic.net/free-photo/t-shirt-design-concept-cropped-picture-young-european-model-dressed-grey-long-casual-t-shirt_273609-142.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/t-shirt-design-concept-cropped-picture-young-european-model-dressed-grey-long-casual-t-shirt_273609-142.jpg?_wi=1", imageAlt: "Graphic t-shirt", }, { id: "prod-3", name: "Limited Edition Sneakers", price: "$89.00", - imageSrc: "http://img.b2bpic.net/free-photo/view-shoe-rack-stacking-pair-footwear_23-2150991553.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-shoe-rack-stacking-pair-footwear_23-2150991553.jpg?_wi=1", imageAlt: "Designer sneakers", }, ]} From a6db2198a2ccdf1c1eee7ff31f394887853b97e0 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 00:38:45 +0000 Subject: [PATCH 4/4] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index d923b58..d72fccb 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -63,19 +63,19 @@ export default function ShopPage() { tagAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-wearing-black-hoodie_23-2149359803.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-wearing-black-hoodie_23-2149359803.jpg?_wi=2", imageAlt: "Hoodies collection", }, { - imageSrc: "http://img.b2bpic.net/free-photo/t-shirt-design-concept-cropped-picture-young-european-model-dressed-grey-long-casual-t-shirt_273609-142.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/t-shirt-design-concept-cropped-picture-young-european-model-dressed-grey-long-casual-t-shirt_273609-142.jpg?_wi=2", imageAlt: "Shirts collection", }, { - imageSrc: "http://img.b2bpic.net/free-photo/view-shoe-rack-stacking-pair-footwear_23-2150991553.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-shoe-rack-stacking-pair-footwear_23-2150991553.jpg?_wi=2", imageAlt: "Sneakers collection", }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-backpack_23-2148865649.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-backpack_23-2148865649.jpg?_wi=1", imageAlt: "Bags collection", }, { @@ -83,7 +83,7 @@ export default function ShopPage() { imageAlt: "Accessories collection", }, { - imageSrc: "http://img.b2bpic.net/free-photo/fashion-clothing-shop-boutique-concept_53876-31870.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fashion-clothing-shop-boutique-concept_53876-31870.jpg?_wi=2", imageAlt: "Mixed fashion display", }, ]} @@ -104,28 +104,28 @@ export default function ShopPage() { id: "prod-hoodie-1", name: "Vintage Champion Hoodie", price: "$55.00", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-wearing-black-hoodie_23-2149359803.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-wearing-black-hoodie_23-2149359803.jpg?_wi=3", imageAlt: "Champion hoodie", }, { id: "prod-shirt-1", name: "Supreme Box Logo Tee", price: "$65.00", - imageSrc: "http://img.b2bpic.net/free-photo/t-shirt-design-concept-cropped-picture-young-european-model-dressed-grey-long-casual-t-shirt_273609-142.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/t-shirt-design-concept-cropped-picture-young-european-model-dressed-grey-long-casual-t-shirt_273609-142.jpg?_wi=3", imageAlt: "Supreme tee", }, { id: "prod-sneaker-1", name: "Air Jordan Retro 1", price: "$150.00", - imageSrc: "http://img.b2bpic.net/free-photo/view-shoe-rack-stacking-pair-footwear_23-2150991553.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-shoe-rack-stacking-pair-footwear_23-2150991553.jpg?_wi=3", imageAlt: "Jordan 1 sneakers", }, { id: "prod-bag-1", name: "Gucci Marmont Bag", price: "$180.00", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-backpack_23-2148865649.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-backpack_23-2148865649.jpg?_wi=2", imageAlt: "Gucci bag", }, ]}