Update src/app/menu/page.tsx

This commit is contained in:
2026-03-14 10:39:03 +00:00
parent 876158a70e
commit cd9d356be0

View File

@@ -88,7 +88,7 @@ export default function MenuPage() {
name: "Crispy Fried Chicken Combo",
price: "$12.99",
variant: "2 & 1 Combo - Chicken, Rice & Drink",
imageSrc: "http://img.b2bpic.net/free-photo/chicken-crispy-legs-with-lettuce-lemon-dark-board_114579-50383.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/chicken-crispy-legs-with-lettuce-lemon-dark-board_114579-50383.jpg?_wi=2",
imageAlt: "Crispy Fried Chicken Combo",
},
{
@@ -96,7 +96,7 @@ export default function MenuPage() {
name: "Deluxe Burger Meal",
price: "$10.99",
variant: "Burger, Fries & Drink",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-fresh-homemade-burgers-dark_114579-7620.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-fresh-homemade-burgers-dark_114579-7620.jpg?_wi=2",
imageAlt: "Deluxe Burger Meal",
},
{
@@ -104,7 +104,7 @@ export default function MenuPage() {
name: "Spaghetti Packed Special",
price: "$8.99",
variant: "Savory spaghetti with meat sauce",
imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-meatballs_1339-3003.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-meatballs_1339-3003.jpg?_wi=2",
imageAlt: "Spaghetti Packed Special",
},
{
@@ -112,7 +112,7 @@ export default function MenuPage() {
name: "Family Feast Bundle",
price: "$34.99",
variant: "Complete meal for 4-5 people",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-holding-package-with-chips-watching-movie-blue-surface_140725-69695.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-holding-package-with-chips-watching-movie-blue-surface_140725-69695.jpg?_wi=2",
imageAlt: "Family Feast Bundle",
},
]}
@@ -148,7 +148,7 @@ export default function MenuPage() {
author: "Most Popular",
description: "Our signature crispy fried chicken is freshly prepared using our special seasoning blend. Choose from individual pieces, combo meals, or family packs.",
tags: ["Fresh Daily", "Customer Favorite", "Multiple Options"],
imageSrc: "http://img.b2bpic.net/free-photo/chicken-crispy-legs-with-lettuce-lemon-dark-board_114579-50383.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/chicken-crispy-legs-with-lettuce-lemon-dark-board_114579-50383.jpg?_wi=3",
},
{
id: "category-burgers",
@@ -156,7 +156,7 @@ export default function MenuPage() {
author: "Premium Quality",
description: "Gourmet burgers made with quality beef, fresh ingredients, and our signature sauces. Perfect for a quick lunch or dinner.",
tags: ["Gourmet Beef", "Fresh Ingredients", "Multiple Toppings"],
imageSrc: "http://img.b2bpic.net/free-photo/delicious-fresh-homemade-burgers-dark_114579-7620.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-fresh-homemade-burgers-dark_114579-7620.jpg?_wi=3",
},
]}
animationType="blur-reveal"