Update src/app/menu/page.tsx

This commit is contained in:
2026-04-19 00:33:22 +00:00
parent d35eaadb6f
commit c2e934737a

View File

@@ -47,7 +47,7 @@ export default function MenuPage() {
{ id: "m3", name: "Falafel Sandwich", price: "$9.00", imageSrc: "http://img.b2bpic.net/free-photo/man-eating-arab-restaurant_23-2147794275.jpg" },
{ id: "m4", name: "Egyptian Rice Plate", price: "$13.00", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-with-burrito-showing-approval_23-2148329078.jpg" },
{ id: "m5", name: "Side Hummus", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/kiev-style-cutlets-lemon-lettuce-side-view_141793-2767.jpg" },
{ id: "m6", name: "Traditional Drink", price: "$3.00", imageSrc: "http://img.b2bpic.net/free-photo/sizzling-kebabs-glowing-charcoal_84443-72287.jpg" },
{ id: "m6", name: "Traditional Drink", price: "$3.00", imageSrc: "http://img.b2bpic.net/free-photo/sizzling-kebabs-glowing-charcoal_84443-72287.jpg?_wi=1" },
]}
title="Explore Our Menu"
description="100% Halal goodness in every bite."
@@ -65,7 +65,7 @@ export default function MenuPage() {
products={[
{ 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" },
{ 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?_wi=2" },
]}
/>
</div>