From f362bf02af936822efa17e0638b10eac19ba50e5 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 16:36:18 +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 7a47ca8..b670b73 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -120,11 +120,11 @@ export default function LandingPage() { products={[ { id: "espresso", brand: "Campus Café", name: "Classic Espresso", price: "$3.50", rating: 5, - reviewCount: "142", imageSrc: "http://img.b2bpic.net/free-photo/two-cups-cappuccino-outdoor-cafe_501050-679.jpg", imageAlt: "Classic Espresso - rich and bold" + reviewCount: "142", imageSrc: "http://img.b2bpic.net/free-photo/two-cups-cappuccino-outdoor-cafe_501050-679.jpg?_wi=1", imageAlt: "Classic Espresso - rich and bold" }, { id: "latte", brand: "Campus Café", name: "Silky Latte", price: "$4.75", rating: 5, - reviewCount: "198", imageSrc: "http://img.b2bpic.net/free-photo/two-cups-cappuccino-outdoor-cafe_501050-679.jpg", imageAlt: "Silky Latte - creamy and smooth" + reviewCount: "198", imageSrc: "http://img.b2bpic.net/free-photo/two-cups-cappuccino-outdoor-cafe_501050-679.jpg?_wi=2", imageAlt: "Silky Latte - creamy and smooth" }, { id: "sandwich", brand: "Campus Café", name: "Gourmet Sandwich", price: "$8.99", rating: 5, -- 2.49.1