Update src/app/menu/page.tsx

This commit is contained in:
2026-04-17 02:59:23 +00:00
parent 10923385ba
commit bc331691d7

View File

@@ -39,7 +39,7 @@ export default function MenuPage() {
<ProductCatalog
layout="section"
products={[
{ id: "1", name: "Chicken Momos", price: "Ask on WA", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-japanese-dumplings-assortment_23-2148809863.jpg", rating: 5 },
{ id: "1", name: "Chicken Momos", price: "Ask on WA", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-japanese-dumplings-assortment_23-2148809863.jpg?_wi=2", rating: 5 },
{ id: "2", name: "Creamy Pasta", price: "Ask on WA", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cheesy-pasta-white-plate_181624-23315.jpg", rating: 5 },
{ id: "3", name: "Chinese Hotpot", price: "Ask on WA", imageSrc: "http://img.b2bpic.net/free-photo/top-view-hotpot-dishes_23-2149563736.jpg", rating: 5 },
{ id: "4", name: "Fresh Cake", price: "Ask on WA", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-chocolate-cake-concept_23-2148801134.jpg", rating: 5 },