From 7f6a6079801adbc759a593c04ee8bb0b49be0b83 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 09:58:57 +0000 Subject: [PATCH 1/2] Update src/app/collection/page.tsx --- src/app/collection/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/collection/page.tsx b/src/app/collection/page.tsx index 5540ff5..5e092b7 100644 --- a/src/app/collection/page.tsx +++ b/src/app/collection/page.tsx @@ -53,7 +53,7 @@ export default function LandingPage() { id: "p1", name: "Black Tee", price: "$45", - imageSrc: "http://img.b2bpic.net/free-photo/set-quail-eggs-near-feathers-vase_23-2148073841.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/set-quail-eggs-near-feathers-vase_23-2148073841.jpg?_wi=2", }, { id: "p2", @@ -102,7 +102,7 @@ export default function LandingPage() { handle: "@sarah", testimonial: "Best quality ever.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/rebel-model-posing-studio_23-2148376748.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/rebel-model-posing-studio_23-2148376748.jpg?_wi=2", }, { id: "t2", @@ -110,7 +110,7 @@ export default function LandingPage() { handle: "@mark", testimonial: "Classic designs.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-posing_1303-3724.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-posing_1303-3724.jpg?_wi=2", }, { id: "t3", -- 2.49.1 From f7c699f908697ddc2223e0250520c8f16e2fa1fe Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 09:58:58 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 926c0ae..ea56fe2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -55,7 +55,7 @@ export default function LandingPage() { handle: "@alex", testimonial: "The best quality fabric I have ever felt.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-sitting-chair-black-white_23-2149411360.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-sitting-chair-black-white_23-2149411360.jpg?_wi=1", imageAlt: "fashion model clothing white black studio", }, { @@ -63,7 +63,7 @@ export default function LandingPage() { handle: "@sam", testimonial: "Minimalist perfection.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/still-life-fashion-designer-s-office_23-2150543677.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-fashion-designer-s-office_23-2150543677.jpg?_wi=1", imageAlt: "fashion model clothing white black studio", }, { @@ -71,7 +71,7 @@ export default function LandingPage() { handle: "@jord", testimonial: "Obsessed with their designs.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/set-quail-eggs-near-feathers-vase_23-2148073841.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/set-quail-eggs-near-feathers-vase_23-2148073841.jpg?_wi=1", imageAlt: "fashion model clothing white black studio", }, { @@ -79,7 +79,7 @@ export default function LandingPage() { handle: "@tay", testimonial: "Timeless fashion pieces.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/rebel-model-posing-studio_23-2148376748.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/rebel-model-posing-studio_23-2148376748.jpg?_wi=1", imageAlt: "fashion model clothing white black studio", }, { @@ -87,11 +87,11 @@ export default function LandingPage() { handle: "@morg", testimonial: "Quality that lasts forever.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-posing_1303-3724.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-posing_1303-3724.jpg?_wi=1", imageAlt: "fashion model clothing white black studio", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/side-view-woman-sitting-chair-black-white_23-2149411360.jpg" + imageSrc="http://img.b2bpic.net/free-photo/side-view-woman-sitting-chair-black-white_23-2149411360.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/elegant-female-model-posing-chair-elegant-white-shirt-suspenders-new-feminity-concept_23-2148951052.jpg", @@ -138,7 +138,7 @@ export default function LandingPage() { description: "Fair wages for every artisan.", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/still-life-fashion-designer-s-office_23-2150543677.jpg" + imageSrc="http://img.b2bpic.net/free-photo/still-life-fashion-designer-s-office_23-2150543677.jpg?_wi=2" /> -- 2.49.1