From e6eeba357e0d04a311af37ef569c29a5d409912e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 20:52:24 +0000 Subject: [PATCH] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index c6e4e0e..0c5c809 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -41,18 +41,18 @@ export default function MenuPage() { description="Explore our complete selection of authentic South Asian street food. Every dish is freshly prepared daily with the finest ingredients." tag="Menu" products={[ - { id: "delhi-chaat", name: "Delhi Chaat", price: "£5.50", imageSrc: "http://img.b2bpic.net/free-photo/delicious-soup-made-with-peanuts_23-2150361183.jpg", imageAlt: "Delhi Chaat" }, - { id: "mumbai-bhel", name: "Mumbai Bhel", price: "£4.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dish-with-seeds-pomegranate-christmas-dish-with-seeds-pomegranate-bowls-colorful-spices-tree-branches-table_140725-111661.jpg", imageAlt: "Mumbai Bhel" }, - { id: "pani-puri", name: "Pani Puri", price: "£5.00", imageSrc: "http://img.b2bpic.net/free-photo/greens-spicy-pasta-bowl-marble-background_114579-63713.jpg", imageAlt: "Pani Puri" }, - { id: "kachori-chaat", name: "Kachori Chaat", price: "£6.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-sugar-cookies-with-orange-slices-cips-dark-grey-surface-cookies-biscuit-sweet-tea-cake_140725-118522.jpg", imageAlt: "Kachori Chaat" }, - { id: "chana-chor", name: "Chana Chor Garam", price: "£4.00", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tasty-jewish-food-frame_23-2148814452.jpg", imageAlt: "Chana Chor Garam" }, - { id: "samosa-chaat", name: "Samosa Chaat", price: "£5.50", imageSrc: "http://img.b2bpic.net/free-photo/delicious-soup-made-with-peanuts_23-2150361183.jpg", imageAlt: "Samosa Chaat" }, - { id: "aloo-tikki", name: "Aloo Tikki", price: "£4.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dish-with-seeds-pomegranate-christmas-dish-with-seeds-pomegranate-bowls-colorful-spices-tree-branches-table_140725-111661.jpg", imageAlt: "Aloo Tikki" }, - { id: "dahi-bhalle", name: "Dahi Bhalle", price: "£3.50", imageSrc: "http://img.b2bpic.net/free-photo/greens-spicy-pasta-bowl-marble-background_114579-63713.jpg", imageAlt: "Dahi Bhalle" }, - { id: "masala-chai", name: "Masala Chai", price: "£2.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-sugar-cookies-with-orange-slices-cips-dark-grey-surface-cookies-biscuit-sweet-tea-cake_140725-118522.jpg", imageAlt: "Masala Chai" }, - { id: "lassi", name: "Mango Lassi", price: "£3.00", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tasty-jewish-food-frame_23-2148814452.jpg", imageAlt: "Mango Lassi" }, - { id: "jal-jeera", name: "Jal Jeera", price: "£2.50", imageSrc: "http://img.b2bpic.net/free-photo/delicious-soup-made-with-peanuts_23-2150361183.jpg", imageAlt: "Jal Jeera" }, - { id: "papadum", name: "Crispy Papadum", price: "£1.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dish-with-seeds-pomegranate-christmas-dish-with-seeds-pomegranate-bowls-colorful-spices-tree-branches-table_140725-111661.jpg", imageAlt: "Papadum" } + { id: "delhi-chaat", name: "Delhi Chaat", price: "£5.50", imageSrc: "http://img.b2bpic.net/free-photo/delicious-soup-made-with-peanuts_23-2150361183.jpg?_wi=1", imageAlt: "Delhi Chaat" }, + { id: "mumbai-bhel", name: "Mumbai Bhel", price: "£4.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dish-with-seeds-pomegranate-christmas-dish-with-seeds-pomegranate-bowls-colorful-spices-tree-branches-table_140725-111661.jpg?_wi=1", imageAlt: "Mumbai Bhel" }, + { id: "pani-puri", name: "Pani Puri", price: "£5.00", imageSrc: "http://img.b2bpic.net/free-photo/greens-spicy-pasta-bowl-marble-background_114579-63713.jpg?_wi=1", imageAlt: "Pani Puri" }, + { id: "kachori-chaat", name: "Kachori Chaat", price: "£6.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-sugar-cookies-with-orange-slices-cips-dark-grey-surface-cookies-biscuit-sweet-tea-cake_140725-118522.jpg?_wi=1", imageAlt: "Kachori Chaat" }, + { id: "chana-chor", name: "Chana Chor Garam", price: "£4.00", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tasty-jewish-food-frame_23-2148814452.jpg?_wi=1", imageAlt: "Chana Chor Garam" }, + { id: "samosa-chaat", name: "Samosa Chaat", price: "£5.50", imageSrc: "http://img.b2bpic.net/free-photo/delicious-soup-made-with-peanuts_23-2150361183.jpg?_wi=2", imageAlt: "Samosa Chaat" }, + { id: "aloo-tikki", name: "Aloo Tikki", price: "£4.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dish-with-seeds-pomegranate-christmas-dish-with-seeds-pomegranate-bowls-colorful-spices-tree-branches-table_140725-111661.jpg?_wi=2", imageAlt: "Aloo Tikki" }, + { id: "dahi-bhalle", name: "Dahi Bhalle", price: "£3.50", imageSrc: "http://img.b2bpic.net/free-photo/greens-spicy-pasta-bowl-marble-background_114579-63713.jpg?_wi=2", imageAlt: "Dahi Bhalle" }, + { id: "masala-chai", name: "Masala Chai", price: "£2.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-sugar-cookies-with-orange-slices-cips-dark-grey-surface-cookies-biscuit-sweet-tea-cake_140725-118522.jpg?_wi=2", imageAlt: "Masala Chai" }, + { id: "lassi", name: "Mango Lassi", price: "£3.00", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tasty-jewish-food-frame_23-2148814452.jpg?_wi=2", imageAlt: "Mango Lassi" }, + { id: "jal-jeera", name: "Jal Jeera", price: "£2.50", imageSrc: "http://img.b2bpic.net/free-photo/delicious-soup-made-with-peanuts_23-2150361183.jpg?_wi=3", imageAlt: "Jal Jeera" }, + { id: "papadum", name: "Crispy Papadum", price: "£1.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-dish-with-seeds-pomegranate-christmas-dish-with-seeds-pomegranate-bowls-colorful-spices-tree-branches-table_140725-111661.jpg?_wi=3", imageAlt: "Papadum" } ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" -- 2.49.1