From 4ed56f12be1c6449bf66b76e8229735dbaee3f36 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 18:56:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4334fb5..495f765 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -83,15 +83,15 @@ export default function LandingPage() { products={[ { id: "1", brand: "Maison Café", name: "Sea Salt Latte", price: "$6.50", rating: 5, - reviewCount: "247", imageSrc: "http://img.b2bpic.net/free-photo/hot-matcha-green-tea-cup-cheesecake-cellphone-with-message-screen-white-backdrop_23-2148067019.jpg", imageAlt: "Sea salt latte with creamy texture" + reviewCount: "247", imageSrc: "http://img.b2bpic.net/free-photo/hot-matcha-green-tea-cup-cheesecake-cellphone-with-message-screen-white-backdrop_23-2148067019.jpg?_wi=1", imageAlt: "Sea salt latte with creamy texture" }, { id: "2", brand: "Maison Café", name: "Whisked Matcha", price: "$7.00", rating: 5, - reviewCount: "189", imageSrc: "http://img.b2bpic.net/free-photo/hot-matcha-green-tea-cup-cheesecake-cellphone-with-message-screen-white-backdrop_23-2148067019.jpg", imageAlt: "Traditional whisked matcha latte" + reviewCount: "189", imageSrc: "http://img.b2bpic.net/free-photo/hot-matcha-green-tea-cup-cheesecake-cellphone-with-message-screen-white-backdrop_23-2148067019.jpg?_wi=2", imageAlt: "Traditional whisked matcha latte" }, { id: "3", brand: "Maison Café", name: "Espresso Blend", price: "$3.50", rating: 5, - reviewCount: "342", imageSrc: "http://img.b2bpic.net/free-photo/hot-matcha-green-tea-cup-cheesecake-cellphone-with-message-screen-white-backdrop_23-2148067019.jpg", imageAlt: "Rich espresso blend" + reviewCount: "342", imageSrc: "http://img.b2bpic.net/free-photo/hot-matcha-green-tea-cup-cheesecake-cellphone-with-message-screen-white-backdrop_23-2148067019.jpg?_wi=3", imageAlt: "Rich espresso blend" } ]} />