From 8bde3d42d89754da91f74584e917f219d40abc0f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 07:41:27 +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 394a70a..3bef4ea 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -97,7 +97,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, @@ -132,7 +132,7 @@ export default function CafeZamZam() { id: "1", title: "Chocolate Avalanche", author: "Chef's Special", description: "Rich chocolate base with whipped cream, chocolate shavings, and a drizzle of caramel. Pure indulgence in every sip.", tags: ["Chocolate", "Premium", "Popular"], imageSrc: "http://img.b2bpic.net/free-photo/chocolate-panna-cotta_2829-12870.jpg", imageAlt: "Chocolate Avalanche dessert drink" }, { - 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" + 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?_wi=2", imageAlt: "Mango Bliss creamy dessert drink" } ]} animationType="slide-up" -- 2.49.1