From b3695a3f5781d6066b3d7068c144da22efd02a06 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 13 May 2026 13:31:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 373bf6c..cddeb4d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -103,7 +103,7 @@ export default function LandingPage() { href: "#products", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/stylish-hipster-arab-man-guy-posed-outdoor-street-style-rap-singer_627829-2776.jpg" + imageSrc="http://img.b2bpic.net/free-photo/stylish-hipster-arab-man-guy-posed-outdoor-street-style-rap-singer_627829-2776.jpg?_wi=1" mediaAnimation="blur-reveal" avatars={[ { @@ -192,7 +192,7 @@ export default function LandingPage() { name: "Classic Hoodie", price: "$89", variant: "Black / Men", - imageSrc: "http://img.b2bpic.net/free-photo/pnga-guy-black-hooded-sweatshirt-isolated-white-background_185193-164782.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pnga-guy-black-hooded-sweatshirt-isolated-white-background_185193-164782.jpg?_wi=1", }, { id: "p2", @@ -313,7 +313,7 @@ export default function LandingPage() { quote: "Solid quality.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/side-view-young-woman-wearing-headphones_23-2149534719.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/stylish-hipster-arab-man-guy-posed-outdoor-street-style-rap-singer_627829-2776.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stylish-hipster-arab-man-guy-posed-outdoor-street-style-rap-singer_627829-2776.jpg?_wi=2", imageAlt: "customer portrait smiling happy", }, { @@ -357,7 +357,7 @@ export default function LandingPage() { quote: "Best hoodie ever.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-leaning-wall-shielding-her-eyes-from-sun_23-2148187362.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/pnga-guy-black-hooded-sweatshirt-isolated-white-background_185193-164782.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/pnga-guy-black-hooded-sweatshirt-isolated-white-background_185193-164782.jpg?_wi=2", imageAlt: "customer portrait smiling happy", }, ]} -- 2.49.1