diff --git a/src/app/page.tsx b/src/app/page.tsx index dce1bc0..394a70a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -85,6 +85,7 @@ export default function CafeZamZam() { imageAlt="Cozy private booth seating at Cafe Zam Zam" useInvertedBackground={false} mediaAnimation="slide-up" + metricsAnimation="slide-up" /> @@ -96,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?_wi=1", imageAlt: "Signature mango shake with creamy layers" + reviewCount: "450+", imageSrc: "http://img.b2bpic.net/free-photo/panna-cotta-with-pineapple-slices_140725-2172.jpg", imageAlt: "Signature mango shake with creamy layers" }, { id: "2", brand: "Cafe Zam Zam", name: "Chicken Tikka Masala", price: "₹280", rating: 5, @@ -128,12 +129,10 @@ export default function CafeZamZam() { tag="Dessert Specialty" features={[ { - 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: "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?_wi=2", 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", imageAlt: "Mango Bliss creamy dessert drink" } ]} animationType="slide-up"