Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-03 07:41:32 +00:00

View File

@@ -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"