From 2a868d15b0f2fbb4c0a932dfede7838a6043a504 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 13 May 2026 18:43:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0787728..ad04645 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,7 +60,7 @@ export default function LandingPage() { handle: "@alexr", testimonial: "The quality of the material is unparalleled. Redemption is my go-to.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/non-binary-person-walking-outside_23-2148757555.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/non-binary-person-walking-outside_23-2148757555.jpg?_wi=1", imageAlt: "clothing brand luxury photography", }, { @@ -68,7 +68,7 @@ export default function LandingPage() { handle: "@jamiel", testimonial: "Sophisticated designs that stand the test of time.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/still-life-spring-wardrobe-switch_23-2150478976.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-spring-wardrobe-switch_23-2150478976.jpg?_wi=1", imageAlt: "clothing brand luxury photography", }, { @@ -76,7 +76,7 @@ export default function LandingPage() { handle: "@morgans", testimonial: "Perfect fit, every single time. Truly a refined experience.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/ginger-woman-clothes-rack_23-2147786837.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/ginger-woman-clothes-rack_23-2147786837.jpg?_wi=1", imageAlt: "clothing brand luxury photography", }, { @@ -84,7 +84,7 @@ export default function LandingPage() { handle: "@caseyt", testimonial: "Finally found a brand that values substance over trends.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/asian-woman-store-employee-arranging-new-designer-clothes-hangers_482257-109031.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/asian-woman-store-employee-arranging-new-designer-clothes-hangers_482257-109031.jpg?_wi=1", imageAlt: "clothing brand luxury photography", }, { @@ -92,11 +92,11 @@ export default function LandingPage() { handle: "@rileyp", testimonial: "Simply the best wardrobe essentials I own.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-african-american-woman-holding-black-umbrella_627829-4624.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-african-american-woman-holding-black-umbrella_627829-4624.jpg?_wi=1", imageAlt: "clothing brand luxury photography", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/non-binary-person-walking-outside_23-2148757555.jpg" + imageSrc="http://img.b2bpic.net/free-photo/non-binary-person-walking-outside_23-2148757555.jpg?_wi=2" imageAlt="Model wearing Redemption clothing collection" avatars={[ { @@ -162,25 +162,25 @@ export default function LandingPage() { id: "p1", name: "Signature Jacket", price: "$295", - imageSrc: "http://img.b2bpic.net/free-photo/still-life-spring-wardrobe-switch_23-2150478976.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-spring-wardrobe-switch_23-2150478976.jpg?_wi=2", }, { id: "p2", name: "Classic Linen Shirt", price: "$125", - imageSrc: "http://img.b2bpic.net/free-photo/ginger-woman-clothes-rack_23-2147786837.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/ginger-woman-clothes-rack_23-2147786837.jpg?_wi=2", }, { id: "p3", name: "Evening Slip Dress", price: "$340", - imageSrc: "http://img.b2bpic.net/free-photo/asian-woman-store-employee-arranging-new-designer-clothes-hangers_482257-109031.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/asian-woman-store-employee-arranging-new-designer-clothes-hangers_482257-109031.jpg?_wi=2", }, { id: "p4", name: "Essential Hoodie", price: "$150", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-african-american-woman-holding-black-umbrella_627829-4624.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-beautiful-african-american-woman-holding-black-umbrella_627829-4624.jpg?_wi=2", }, { id: "p5", -- 2.49.1