From dcc6e1d5ec017575dbaf1cd29b9fbe4f9eb028dd Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 07:32:24 +0000 Subject: [PATCH] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index a937309..d670569 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -53,28 +53,28 @@ export default function MenuPage() { id: "1", name: "Homemade Pancakes", price: "$8.99", - imageSrc: "http://img.b2bpic.net/free-photo/vegan-tofu-pancakes-with-fruits-white-plate_181624-22208.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vegan-tofu-pancakes-with-fruits-white-plate_181624-22208.jpg?_wi=3", imageAlt: "Stack of homemade pancakes", }, { id: "2", name: "Eggs Benedict", price: "$10.99", - imageSrc: "http://img.b2bpic.net/free-photo/egg-benedict_74190-5855.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/egg-benedict_74190-5855.jpg?_wi=3", imageAlt: "Gourmet eggs benedict with hollandaise", }, { id: "3", name: "Ham & Cheese Omelette", price: "$9.49", - imageSrc: "http://img.b2bpic.net/free-photo/homemade-ham-cheese-omelette_1339-7225.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/homemade-ham-cheese-omelette_1339-7225.jpg?_wi=3", imageAlt: "Fluffy ham and cheese omelette", }, { id: "4", name: "Crispy Hash Browns", price: "$5.99", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-spanish-tortilla-still-life_23-2150246026.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-spanish-tortilla-still-life_23-2150246026.jpg?_wi=3", imageAlt: "Golden crispy hash browns", }, ]} @@ -94,28 +94,28 @@ export default function MenuPage() { id: "5", name: "Belgian Waffle Stack", price: "$11.99", - imageSrc: "http://img.b2bpic.net/free-photo/vegan-tofu-pancakes-with-fruits-white-plate_181624-22208.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vegan-tofu-pancakes-with-fruits-white-plate_181624-22208.jpg?_wi=4", imageAlt: "Belgian waffles with toppings", }, { id: "6", name: "Breakfast Burrito", price: "$10.49", - imageSrc: "http://img.b2bpic.net/free-photo/homemade-ham-cheese-omelette_1339-7225.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/homemade-ham-cheese-omelette_1339-7225.jpg?_wi=4", imageAlt: "Breakfast burrito with fillings", }, { id: "7", name: "Avocado Toast", price: "$9.99", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-spanish-tortilla-still-life_23-2150246026.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-spanish-tortilla-still-life_23-2150246026.jpg?_wi=4", imageAlt: "Avocado toast on multigrain bread", }, { id: "8", name: "French Toast Plate", price: "$8.99", - imageSrc: "http://img.b2bpic.net/free-photo/egg-benedict_74190-5855.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/egg-benedict_74190-5855.jpg?_wi=4", imageAlt: "Classic French toast", }, ]} @@ -135,28 +135,28 @@ export default function MenuPage() { id: "9", name: "Premium Coffee", price: "$2.99", - imageSrc: "http://img.b2bpic.net/free-photo/vegan-tofu-pancakes-with-fruits-white-plate_181624-22208.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vegan-tofu-pancakes-with-fruits-white-plate_181624-22208.jpg?_wi=5", imageAlt: "Cup of premium coffee", }, { id: "10", name: "Fresh Orange Juice", price: "$3.49", - imageSrc: "http://img.b2bpic.net/free-photo/egg-benedict_74190-5855.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/egg-benedict_74190-5855.jpg?_wi=5", imageAlt: "Fresh squeezed orange juice", }, { id: "11", name: "Smoked Bacon", price: "$3.99", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-spanish-tortilla-still-life_23-2150246026.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-spanish-tortilla-still-life_23-2150246026.jpg?_wi=5", imageAlt: "Crispy smoked bacon", }, { id: "12", name: "Fresh Fruit Bowl", price: "$5.99", - imageSrc: "http://img.b2bpic.net/free-photo/homemade-ham-cheese-omelette_1339-7225.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/homemade-ham-cheese-omelette_1339-7225.jpg?_wi=5", imageAlt: "Seasonal fresh fruit bowl", }, ]}