From 833426a4b0e0bf1084b3055b200a628ccdd2688c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 21:21:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 402d4d3..059a1f2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,11 +57,11 @@ export default function LandingPage() { testimonials={[ { name: "Alex", handle: "@alex.vibes", testimonial: "This collection hits different. The quality and energy are unmatched.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-african-young-lady-walking-outdoors_171337-15134.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/happy-african-young-lady-walking-outdoors_171337-15134.jpg?_wi=1" }, { name: "Jordan", handle: "@jordan.style", testimonial: "Finally a brand that gets what we want. Obsessed with every piece.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-lady-posing-studio_176474-80968.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-lady-posing-studio_176474-80968.jpg?_wi=1" } ]} buttons={[ @@ -132,15 +132,15 @@ export default function LandingPage() { features={[ { id: 1, - title: "Drop Days", description: "Weekly limited releases that keep you ahead of trends. Every Thursday at noon, new energy drops.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-three-young-beautiful-smiling-hipster-girls-trendy-summer-clothes_158538-16401.jpg" + title: "Drop Days", description: "Weekly limited releases that keep you ahead of trends. Every Thursday at noon, new energy drops.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-three-young-beautiful-smiling-hipster-girls-trendy-summer-clothes_158538-16401.jpg?_wi=1" }, { id: 2, - title: "Community First", description: "Direct feedback shapes our collections. Your voice drives our design. Be part of the culture.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-three-young-beautiful-smiling-hipster-girls-trendy-summer-clothes_158538-16401.jpg" + title: "Community First", description: "Direct feedback shapes our collections. Your voice drives our design. Be part of the culture.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-three-young-beautiful-smiling-hipster-girls-trendy-summer-clothes_158538-16401.jpg?_wi=2" }, { id: 3, - title: "Sustainable Flex", description: "Ethical sourcing, eco-friendly materials, zero compromise on style. Look good, do good.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-three-young-beautiful-smiling-hipster-girls-trendy-summer-clothes_158538-16401.jpg" + title: "Sustainable Flex", description: "Ethical sourcing, eco-friendly materials, zero compromise on style. Look good, do good.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-three-young-beautiful-smiling-hipster-girls-trendy-summer-clothes_158538-16401.jpg?_wi=3" } ]} buttons={[ @@ -186,11 +186,11 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Alex Chen", handle: "@alex.vibes", testimonial: "VIBE changed my entire wardrobe. The quality is insane and the drops are always fire. This is the only brand I buy from now.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-african-young-lady-walking-outdoors_171337-15134.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/happy-african-young-lady-walking-outdoors_171337-15134.jpg?_wi=2" }, { id: "2", name: "Jordan Davis", handle: "@jordan.style", testimonial: "Finally a brand that understands Gen Z aesthetic. The 3D renders show exactly what you're getting. Love the transparency.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-lady-posing-studio_176474-80968.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-lady-posing-studio_176474-80968.jpg?_wi=2" }, { id: "3", name: "Casey Martinez", handle: "@casey.fits", testimonial: "The sustainability angle sealed it for me. I can wear something that looks amazing AND feels good about my impact.", rating: 5, @@ -202,11 +202,11 @@ export default function LandingPage() { }, { id: "5", name: "Taylor Wu", handle: "@taylor.aesthetic", testimonial: "Every piece is a conversation starter. The attention to detail and the cultural relevance is unmatched. Obsessed.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-african-young-lady-walking-outdoors_171337-15134.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/happy-african-young-lady-walking-outdoors_171337-15134.jpg?_wi=3" }, { id: "6", name: "Riley Santos", handle: "@riley.vibes", testimonial: "Best fashion investment I've made. The durability matches the style. Wearing VIBE feels like being part of something bigger.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-lady-posing-studio_176474-80968.jpg" + imageSrc: "http://img.b2bpic.net/free-photo/expressive-young-lady-posing-studio_176474-80968.jpg?_wi=3" } ]} buttons={[ -- 2.49.1