From 5ffc362e69d2ce57c8a2fabe2427f77086a68d58 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 18:39:50 +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 dd50b5d..0f30a8a 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -82,28 +82,28 @@ export default function MenuPage() { id: "1", name: "Zinger Burger", price: "Rs. 350", - imageSrc: "http://img.b2bpic.net/free-photo/high-protein-meal-burgers-close-up-detail_23-2149098863.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-protein-meal-burgers-close-up-detail_23-2149098863.jpg?_wi=4", imageAlt: "Crispy Zinger Burger", }, { id: "2", name: "Cheesy Pizza (Large)", price: "Rs. 850", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-slices-with-toppings_23-2148601642.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-slices-with-toppings_23-2148601642.jpg?_wi=3", imageAlt: "Hot Cheesy Pizza", }, { id: "3", name: "Loaded Fries", price: "Rs. 250", - imageSrc: "http://img.b2bpic.net/free-psd/classic-poutine-with-golden-fries-cheese-curds-rich-gravy_84443-72725.jpg", + imageSrc: "http://img.b2bpic.net/free-psd/classic-poutine-with-golden-fries-cheese-curds-rich-gravy_84443-72725.jpg?_wi=3", imageAlt: "Crispy Loaded Fries", }, { id: "4", name: "Cheesy Roll", price: "Rs. 200", - imageSrc: "http://img.b2bpic.net/free-photo/cutting-homemade-apple-strudel_123827-36355.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cutting-homemade-apple-strudel_123827-36355.jpg?_wi=3", imageAlt: "Golden Cheesy Roll", }, ]} @@ -127,21 +127,21 @@ export default function MenuPage() { id: 1, title: "Burgers & Sandwiches", description: "Juicy, flavorful burgers made with premium beef patties, fresh vegetables, and our signature sauces. Choose from classic favorites or try our specialty creations.", - imageSrc: "http://img.b2bpic.net/free-photo/high-protein-meal-burgers-close-up-detail_23-2149098863.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-protein-meal-burgers-close-up-detail_23-2149098863.jpg?_wi=5", imageAlt: "Selection of gourmet burgers", }, { id: 2, title: "Pizzas", description: "Wood-fired or freshly baked pizzas with crispy crusts, melted cheese, and premium toppings. From margherita to loaded specialty pizzas, we have it all.", - imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-slices-with-toppings_23-2148601642.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-view-pizza-slices-with-toppings_23-2148601642.jpg?_wi=4", imageAlt: "Fresh hot pizzas", }, { id: 3, title: "Sides & Appetizers", description: "Start your meal right with loaded fries, cheesy rolls, and other delicious sides. Perfect as appetizers or standalone snacks for late-night cravings.", - imageSrc: "http://img.b2bpic.net/free-psd/classic-poutine-with-golden-fries-cheese-curds-rich-gravy_84443-72725.jpg", + imageSrc: "http://img.b2bpic.net/free-psd/classic-poutine-with-golden-fries-cheese-curds-rich-gravy_84443-72725.jpg?_wi=4", imageAlt: "Appetizers and sides", }, ]}