Update src/app/menu/page.tsx

This commit is contained in:
2026-05-12 03:20:53 +00:00
parent 6450ebb7d2
commit c31ee500c6

View File

@@ -54,8 +54,8 @@ export default function MenuPage() {
{ id: "8", name: "Bagel & Cream Cheese", price: "$5", variant: "Regular", imageSrc: "http://img.b2bpic.net/free-photo/breakfast-tray_23-2148522984.jpg?_wi=3" },
{ id: "9", name: "Sourdough Bread", price: "$8", variant: "Loaf", imageSrc: "http://img.b2bpic.net/free-photo/bread-table_23-2148522984.jpg" },
{ id: "10", name: "Croissant", price: "$4", variant: "Regular", imageSrc: "http://img.b2bpic.net/free-photo/pastry-cafe_23-2148522984.jpg" },
{ id: "11", name: "Underdog Tee", price: "$25", variant: "Merchandise", imageSrc: "http://img.b2bpic.net/free-photo/gift-boxes-still-life_23-2151905507.jpg" },
{ id: "12", name: "Logo Mug", price: "$15", variant: "Merchandise", imageSrc: "http://img.b2bpic.net/free-photo/gift-boxes-still-life_23-2151905507.jpg" }
{ id: "11", name: "Underdog Tee", price: "$25", variant: "Merchandise", imageSrc: "http://img.b2bpic.net/free-photo/gift-boxes-still-life_23-2151905507.jpg?_wi=1" },
{ id: "12", name: "Logo Mug", price: "$15", variant: "Merchandise", imageSrc: "http://img.b2bpic.net/free-photo/gift-boxes-still-life_23-2151905507.jpg?_wi=2" }
]}
/>
</div>