From b93c6c3b744275603b3247229aa4415a9287c04c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 19:30:22 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8228b8a..8ab2379 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,7 +69,7 @@ export default function LandingPage() { products={[ { id: "1", brand: "AthleteGear", name: "Pro Performance Hoodie", price: "$89.99", rating: 5, - reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-younsgter-dressed-hoody-leggings-looks-pensively-aside_273609-18391.jpg", imageAlt: "Pro Performance Hoodie"}, + reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-younsgter-dressed-hoody-leggings-looks-pensively-aside_273609-18391.jpg?_wi=1", imageAlt: "Pro Performance Hoodie"}, { id: "2", brand: "AthleteGear", name: "Ultra Running Shorts", price: "$59.99", rating: 5, reviewCount: "892", imageSrc: "http://img.b2bpic.net/free-photo/sporty-woman-stretching-her-leg_23-2148235754.jpg", imageAlt: "Ultra Running Shorts"}, @@ -78,7 +78,7 @@ export default function LandingPage() { reviewCount: "2.1k", imageSrc: "http://img.b2bpic.net/free-photo/young-sporty-man-wireless-earphones-white-cap-dreamily-looking-aside-while-spending-time-treadmill-stadium_574295-5567.jpg", imageAlt: "Champion Training Tee"}, { id: "4", brand: "AthleteGear", name: "Elite Sports Jacket", price: "$129.99", rating: 5, - reviewCount: "567", imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-younsgter-dressed-hoody-leggings-looks-pensively-aside_273609-18391.jpg", imageAlt: "Elite Sports Jacket"}, + reviewCount: "567", imageSrc: "http://img.b2bpic.net/free-photo/thoughtful-younsgter-dressed-hoody-leggings-looks-pensively-aside_273609-18391.jpg?_wi=2", imageAlt: "Elite Sports Jacket"}, ]} gridVariant="uniform-all-items-equal" animationType="slide-up" -- 2.49.1