From b01922fc7c413f7871310370eb38793f0186c766 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 25 Apr 2026 10:04:26 +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 cb79b69..a656485 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,7 +7,7 @@ export default function PersonalGridTemplatePage() { const products = [ { id: "1", brand: "Signature", name: "Organic Linen Shirt", price: "$129", rating: 5, - reviewCount: "128", imageSrc: "https://img.b2bpic.net/free-photo/top-view-girl-with-dreadlocks-lying-floor_23-2149085227.jpg", imageAlt: "Organic Linen Shirt" + reviewCount: "128", imageSrc: "https://img.b2bpic.net/free-photo/top-view-girl-with-dreadlocks-lying-floor_23-2149085227.jpg?_wi=1", imageAlt: "Organic Linen Shirt" }, { id: "2", brand: "Signature", name: "Cotton Essential Tee", price: "$45", rating: 4, @@ -15,7 +15,7 @@ export default function PersonalGridTemplatePage() { }, { id: "3", brand: "Signature", name: "Tailored Wool Trousers", price: "$189", rating: 5, - reviewCount: "42", imageSrc: "https://img.b2bpic.net/free-photo/top-view-girl-with-dreadlocks-lying-floor_23-2149085227.jpg", imageAlt: "Tailored Wool Trousers" + reviewCount: "42", imageSrc: "https://img.b2bpic.net/free-photo/top-view-girl-with-dreadlocks-lying-floor_23-2149085227.jpg?_wi=2", imageAlt: "Tailored Wool Trousers" } ]; -- 2.49.1