From 78df0dafc13d507bde94eb2e449b0097638c139e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 04:20:12 +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 0fed103..9fc9813 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,7 +72,7 @@ export default function LandingPage() { }, { id: "2", brand: "Brewed Haven", name: "Creamy Cappuccino", price: "Rs. 450", rating: 5, - reviewCount: "3.1k", imageSrc: "http://img.b2bpic.net/free-photo/latte-coffee-cup_1203-3394.jpg", imageAlt: "Cappuccino with latte art" + reviewCount: "3.1k", imageSrc: "http://img.b2bpic.net/free-photo/latte-coffee-cup_1203-3394.jpg?_wi=1", imageAlt: "Cappuccino with latte art" }, { id: "3", brand: "Brewed Haven", name: "Matcha Latte", price: "Rs. 480", rating: 5, @@ -88,7 +88,7 @@ export default function LandingPage() { }, { id: "6", brand: "Brewed Haven", name: "Iced Latte", price: "Rs. 400", rating: 5, - reviewCount: "1.5k", imageSrc: "http://img.b2bpic.net/free-photo/latte-coffee-cup_1203-3394.jpg", imageAlt: "Refreshing iced latte" + reviewCount: "1.5k", imageSrc: "http://img.b2bpic.net/free-photo/latte-coffee-cup_1203-3394.jpg?_wi=2", imageAlt: "Refreshing iced latte" } ]} gridVariant="three-columns-all-equal-width" -- 2.49.1