Update src/app/menu/page.tsx

This commit is contained in:
2026-03-10 01:25:37 +00:00
parent 62f711c73d
commit 5924fb6ec3

View File

@@ -44,7 +44,7 @@ export default function MenuPage() {
title="Nuestro Menú"
description="Explora la selección completa de platos auténticos de nuestra parrilla argentina, preparados con los mejores ingredientes y técnicas culinarias."
tag="Menú Completo"
imageSrc="http://img.b2bpic.net/free-photo/two-pieces-medium-cooked-steak-served-with-tomato-mushroom-zucchini_141793-2461.jpg"
imageSrc="http://img.b2bpic.net/free-photo/two-pieces-medium-cooked-steak-served-with-tomato-mushroom-zucchini_141793-2461.jpg?_wi=2"
imageAlt="Menú de La Esquina"
textPosition="bottom-left"
showBlur={true}
@@ -68,42 +68,42 @@ export default function MenuPage() {
id: "1",
name: "Lomo con Hongos",
price: "$28.00",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-azerbaijani-grape-leaves-dolma-placed-pottery-pan-garnished-with-dill_140725-8714.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-azerbaijani-grape-leaves-dolma-placed-pottery-pan-garnished-with-dill_140725-8714.jpg?_wi=2",
imageAlt: "Lomo con hongos frescos",
},
{
id: "2",
name: "Paella Argentina",
price: "$32.00",
imageSrc: "http://img.b2bpic.net/free-psd/delicious-seafood-chicken-paella-traditional-pan_84443-71643.jpg",
imageSrc: "http://img.b2bpic.net/free-psd/delicious-seafood-chicken-paella-traditional-pan_84443-71643.jpg?_wi=2",
imageAlt: "Paella argentina tradicional",
},
{
id: "3",
name: "Lomo a la Pimienta",
price: "$30.00",
imageSrc: "http://img.b2bpic.net/free-photo/view-tasty-food-from-around-world_23-2151596599.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/view-tasty-food-from-around-world_23-2151596599.jpg?_wi=2",
imageAlt: "Lomo jugoso a la pimienta",
},
{
id: "4",
name: "Provoleta a la Parrilla",
price: "$12.00",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-tasty-hamburger-wooden-plate-restaurant_181624-50415.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-tasty-hamburger-wooden-plate-restaurant_181624-50415.jpg?_wi=2",
imageAlt: "Provoleta derretida a la parrilla",
},
{
id: "5",
name: "Pollo a la Mostaza",
price: "$26.00",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pastry-with-meat-delicious-dough-meal-inside-plate-blue-rustic-surface_140725-44116.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pastry-with-meat-delicious-dough-meal-inside-plate-blue-rustic-surface_140725-44116.jpg?_wi=2",
imageAlt: "Pollo tierno con salsa de mostaza",
},
{
id: "6",
name: "Brownie La Esquina",
price: "$8.00",
imageSrc: "http://img.b2bpic.net/free-photo/brownie-sundae-with-scoop-vanilla-ice-cream_1339-4767.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/brownie-sundae-with-scoop-vanilla-ice-cream_1339-4767.jpg?_wi=2",
imageAlt: "Brownie casero con helado",
},
]}