From 8d1305f2ecdeeaf12ca8e45c7602f3aef5a0c69b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 21:16:56 +0000 Subject: [PATCH] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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", }, ]} />