From a9fd06ee32bd57bfefedb9c8c266c34ed49b287f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 07:37:38 +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 47e4ab3..dce1bc0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -96,7 +96,7 @@ export default function CafeZamZam() { products={[ { id: "1", brand: "Cafe Zam Zam", name: "Mango Shake", price: "₹120", rating: 5, - reviewCount: "450+", imageSrc: "http://img.b2bpic.net/free-photo/panna-cotta-with-pineapple-slices_140725-2172.jpg", imageAlt: "Signature mango shake with creamy layers" + reviewCount: "450+", imageSrc: "http://img.b2bpic.net/free-photo/panna-cotta-with-pineapple-slices_140725-2172.jpg?_wi=1", imageAlt: "Signature mango shake with creamy layers" }, { id: "2", brand: "Cafe Zam Zam", name: "Chicken Tikka Masala", price: "₹280", rating: 5, @@ -133,7 +133,7 @@ export default function CafeZamZam() { }, { id: "2", title: "Mango Bliss", author: "Summer Favorite", description: "Creamy mango layers with condensed milk, topped with mango pulp and fresh whipped cream. A tropical escape.", tags: ["Mango", "Seasonal", "Refreshing"], - imageSrc: "http://img.b2bpic.net/free-photo/panna-cotta-with-pineapple-slices_140725-2172.jpg", imageAlt: "Mango Bliss creamy dessert drink" + imageSrc: "http://img.b2bpic.net/free-photo/panna-cotta-with-pineapple-slices_140725-2172.jpg?_wi=2", imageAlt: "Mango Bliss creamy dessert drink" } ]} animationType="slide-up" -- 2.49.1