From 9e9cc5475024b643929077de5c421c647c2598c9 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 17:03:51 +0000 Subject: [PATCH] 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 26751ba..4cf9df3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,14 +66,14 @@ export default function LandingPage() { handle: "@alexr", testimonial: "The best quality streetwear I have ever owned. Truly future-forward.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-hanging-glass-chair_1303-12358.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-hanging-glass-chair_1303-12358.jpg?_wi=1", }, { name: "Sam Chen", handle: "@samchen", testimonial: "Futuristic design meets unparalleled comfort. Stelly is everything.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-man-smiling-camera_197531-33440.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-man-smiling-camera_197531-33440.jpg?_wi=1", }, { name: "Jordan P.", @@ -114,7 +114,7 @@ export default function LandingPage() { href: "#products", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/pisces-portrait-beautiful-woman_23-2149275094.jpg" + imageSrc="http://img.b2bpic.net/free-photo/pisces-portrait-beautiful-woman_23-2149275094.jpg?_wi=1" imageAlt="Futuristic fashion banner" avatars={[ { @@ -208,7 +208,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/view-beige-tone-colored-pants_23-2150773397.jpg", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/pisces-portrait-beautiful-woman_23-2149275094.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pisces-portrait-beautiful-woman_23-2149275094.jpg?_wi=2", imageAlt: "oversized hoodie mock-up studio", }, { @@ -235,10 +235,10 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/pink-hair-girl-avantgarde-style-wearing-sunglasses_114579-19319.jpg", }, { - imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-hanging-glass-chair_1303-12358.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-hanging-glass-chair_1303-12358.jpg?_wi=2", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/happy-man-smiling-camera_197531-33440.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-man-smiling-camera_197531-33440.jpg?_wi=2", imageAlt: "oversized hoodie mock-up studio", }, ]} -- 2.49.1