Update src/app/menu/page.tsx

This commit is contained in:
2026-03-09 20:40:43 +00:00
parent f8149503ff
commit bb60916eca

View File

@@ -55,13 +55,13 @@ export default function MenuPage() {
gridVariant="three-columns-all-equal-width"
products={[
{
id: "conchas", name: "Mexican Conchas", price: "$3.99", imageSrc: "http://img.b2bpic.net/free-photo/epiphany-day-dessert-with-paper-crown-tablecloth_23-2148740590.jpg?_wi=3", imageAlt: "Colorful Mexican concha pastries", initialQuantity: 1,
id: "conchas", name: "Mexican Conchas", price: "$3.99", imageSrc: "http://img.b2bpic.net/free-photo/colorful-fresh-concha-pastries-display_23-2149015732.jpg?_wi=3", imageAlt: "Colorful Mexican concha pastries", initialQuantity: 1,
},
{
id: "empanadas", name: "Empanadas", price: "$4.49", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-food-frame_23-2148708269.jpg?_wi=2", imageAlt: "Golden baked empanadas", initialQuantity: 1,
id: "bread", name: "Mexican Bread", price: "$4.99", imageSrc: "http://img.b2bpic.net/free-photo/fresh-baked-traditional-mexican-bread-display_23-2149015733.jpg?_wi=2", imageAlt: "Traditional Mexican bread varieties", initialQuantity: 1,
},
{
id: "cream-buns", name: "Cream Cheese Buns", price: "$2.99", imageSrc: "http://img.b2bpic.net/free-photo/event-wedding-buffet-snack-meat_1203-5102.jpg?_wi=2", imageAlt: "Fresh cream cheese buns", initialQuantity: 1,
id: "empanadas", name: "Empanadas", price: "$4.49", imageSrc: "http://img.b2bpic.net/free-photo/golden-baked-empanadas-pastries_23-2149015734.jpg?_wi=2", imageAlt: "Golden baked empanadas", initialQuantity: 1,
},
]}
/>