Merge version_1 into main #3
@@ -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" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user