Update src/app/menu/page.tsx

This commit is contained in:
2026-04-02 21:16:56 +00:00
parent c658b17e0b
commit 8d1305f2ec

View File

@@ -60,19 +60,19 @@ export default function LandingPage() {
id: "1",
name: "Ribeye",
price: "$380",
imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-steak-dish-with-sauce_23-2150777637.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-steak-dish-with-sauce_23-2150777637.jpg?_wi=2",
},
{
id: "2",
name: "Camarones",
price: "$320",
imageSrc: "http://img.b2bpic.net/free-photo/view-decoration-with-shrimps-blue-plate_23-2148308053.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/view-decoration-with-shrimps-blue-plate_23-2148308053.jpg?_wi=2",
},
{
id: "3",
name: "Cocteles",
price: "$150",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-caipirinha-with-fruit_23-2149407460.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-caipirinha-with-fruit_23-2149407460.jpg?_wi=2",
},
]}
/>