Update src/app/menu/page.tsx

This commit is contained in:
2026-03-11 18:39:50 +00:00
parent 096317bc72
commit 5ffc362e69

View File

@@ -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",
},
]}