From d35eaadb6fb0e6783e43589281dc0b4d5bc7e715 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 19 Apr 2026 00:32:57 +0000 Subject: [PATCH] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index f893f87..ab52177 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -63,9 +63,9 @@ export default function MenuPage() { title="Daily Specials" description="Freshly prepared every morning." products={[ - { id: "s1", name: "Beef Kofta", price: "$15.00", imageSrc: "http://img.b2bpic.net/free-photo/fresh-grilled-skewers-with-meat-vegetables-generative-ai_188544-12321.jpg" }, - { id: "s2", name: "Hummus Plate", price: "$8.00", imageSrc: "http://img.b2bpic.net/free-photo/falafel-hummus-pita-middle-eastern-arabic-dishes_2829-14253.jpg" }, - { id: "s3", name: "Mixed Grill", price: "$20.00", imageSrc: "http://img.b2bpic.net/free-photo/sizzling-kebabs-glowing-charcoal_84443-72287.jpg" }, + { id: "s1", brand: "Classic", name: "Beef Kofta", price: "$15.00", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/fresh-grilled-skewers-with-meat-vegetables-generative-ai_188544-12321.jpg" }, + { id: "s2", brand: "Veggie", name: "Hummus Plate", price: "$8.00", rating: 4, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/falafel-hummus-pita-middle-eastern-arabic-dishes_2829-14253.jpg" }, + { id: "s3", brand: "Mixed", name: "Mixed Grill", price: "$20.00", rating: 5, reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/sizzling-kebabs-glowing-charcoal_84443-72287.jpg" }, ]} /> -- 2.49.1