From 70cf2bd8256c7704424268ad47d2c6aefe36f0f4 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 18:19:52 +0000 Subject: [PATCH] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 00de3d2..a283572 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -69,37 +69,37 @@ export default function LandingPage() { id: "1", name: "Truffle Infused Risotto", price: "$32", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-chinese-hot-pot_23-2149529835.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-chinese-hot-pot_23-2149529835.jpg?_wi=4", }, { id: "2", name: "Seared Scallops", price: "$38", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-chinese-hot-pot_23-2149529835.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-chinese-hot-pot_23-2149529835.jpg?_wi=5", }, { id: "3", name: "Signature Old Fashioned", price: "$18", - imageSrc: "http://img.b2bpic.net/free-photo/wine-bar-interior-with-bottle-counter_23-2152024848.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/wine-bar-interior-with-bottle-counter_23-2152024848.jpg?_wi=2", }, { id: "4", name: "Braised Short Rib", price: "$45", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-chinese-hot-pot_23-2149529835.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-chinese-hot-pot_23-2149529835.jpg?_wi=6", }, { id: "5", name: "Chocolate Hazelnut Tart", price: "$16", - imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-tasty-healthy-round-cake-plate_23-2148161581.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/overhead-view-tasty-healthy-round-cake-plate_23-2148161581.jpg?_wi=1", }, { id: "6", name: "Seasonal Vegetable Medley", price: "$24", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-chinese-hot-pot_23-2149529835.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-chinese-hot-pot_23-2149529835.jpg?_wi=7", }, ]} title="Culinary Delights" @@ -114,7 +114,7 @@ export default function LandingPage() { name: "Truffle Risotto", price: "$32", quantity: 1, - imageSrc: "http://img.b2bpic.net/free-photo/top-view-chinese-hot-pot_23-2149529835.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-chinese-hot-pot_23-2149529835.jpg?_wi=8", }} />