diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 8c2cd1b..1d2437c 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -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", }, ]} />