From d7284a80e08def4d0d341e25e80f090924ccee31 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 15:03:33 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8e9feb0..fddd030 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,7 @@ export default function LandingPage() { handle: "@m.v", testimonial: "Quality unmatched.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-sunglasses_23-2149409711.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-sunglasses_23-2149409711.jpg?_wi=1", imageAlt: "model fashion streetwear photography", }, { @@ -63,7 +63,7 @@ export default function LandingPage() { handle: "@e.s", testimonial: "The vision is clear.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/stacked-aesthetic-objects-still-life_23-2150230645.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stacked-aesthetic-objects-still-life_23-2150230645.jpg?_wi=1", imageAlt: "model fashion streetwear photography", }, { @@ -71,7 +71,7 @@ export default function LandingPage() { handle: "@j.l", testimonial: "Premium weight and fit.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-cool-woman-chair-indoors_23-2149359823.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-cool-woman-chair-indoors_23-2149359823.jpg?_wi=1", imageAlt: "model fashion streetwear photography", }, { @@ -79,7 +79,7 @@ export default function LandingPage() { handle: "@s.r", testimonial: "My new favorite brand.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-with-graphic-eye-makeup_23-2150723149.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-with-graphic-eye-makeup_23-2150723149.jpg?_wi=1", imageAlt: "model fashion streetwear photography", }, { @@ -87,11 +87,11 @@ export default function LandingPage() { handle: "@a.p", testimonial: "Exquisite attention to detail.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-skateboard_23-2148436057.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-skateboard_23-2148436057.jpg?_wi=1", imageAlt: "model fashion streetwear photography", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-wearing-sunglasses_23-2149409711.jpg" + imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-wearing-sunglasses_23-2149409711.jpg?_wi=2" imageAlt="EYE Brand Campaign" avatars={[ { -- 2.49.1 From d1ef4a13bde7150f6d61a5c7880edfe5f0bac966 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 15:03:34 +0000 Subject: [PATCH 2/2] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 8bddad4..f2d75ac 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -54,28 +54,28 @@ export default function LandingPage() { name: "Signature Tee", price: "$85", variant: "Black", - imageSrc: "http://img.b2bpic.net/free-photo/stacked-aesthetic-objects-still-life_23-2150230645.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stacked-aesthetic-objects-still-life_23-2150230645.jpg?_wi=2", }, { id: "p2", name: "Archive Hoodie", price: "$240", variant: "Graphite", - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-cool-woman-chair-indoors_23-2149359823.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-cool-woman-chair-indoors_23-2149359823.jpg?_wi=2", }, { id: "p3", name: "Logo Cap", price: "$65", variant: "Black", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-with-graphic-eye-makeup_23-2150723149.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-with-graphic-eye-makeup_23-2150723149.jpg?_wi=2", }, { id: "p4", name: "Tailored Trousers", price: "$320", variant: "Midnight", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-skateboard_23-2148436057.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-skateboard_23-2148436057.jpg?_wi=2", }, { id: "p5", -- 2.49.1