Update src/app/menu/page.tsx

This commit is contained in:
2026-03-15 16:40:20 +00:00
parent 1b6cfb34c4
commit 4c4f1f5890

View File

@@ -24,84 +24,84 @@ export default function MenuPage() {
id: "meal-1",
name: "Drumsticks Meal",
price: "115 EGP",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-american-food-with-copy-space_23-2148454897.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-american-food-with-copy-space_23-2148454897.jpg?_wi=2",
imageAlt: "fried chicken combo meal box",
},
{
id: "meal-2",
name: "Snacks Box",
price: "140 EGP",
imageSrc: "http://img.b2bpic.net/free-photo/us-labor-day-celebration-with-delicious-food_23-2150347447.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/us-labor-day-celebration-with-delicious-food_23-2150347447.jpg?_wi=2",
imageAlt: "large family chicken meal box",
},
{
id: "meal-3",
name: "Char Lucky Meal",
price: "180 EGP",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-fitburger-black-bun-with-glass-beer_141793-4832.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-fitburger-black-bun-with-glass-beer_141793-4832.jpg?_wi=2",
imageAlt: "chargrilled chicken specialty meal",
},
{
id: "meal-4",
name: "Mid Meal",
price: "245 EGP",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-baked-chicken-fresh-tomatoes-lemon-slices-plate-black_140725-148826.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-baked-chicken-fresh-tomatoes-lemon-slices-plate-black_140725-148826.jpg?_wi=2",
imageAlt: "mixed chicken sandwich burger combo",
},
{
id: "meal-5",
name: "Party Box",
price: "210 EGP",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-frame-with-food-copy-space_23-2148308862.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-frame-with-food-copy-space_23-2148308862.jpg?_wi=2",
imageAlt: "fried chicken platter party meal",
},
{
id: "meal-6",
name: "Mix Meal",
price: "250 EGP",
imageSrc: "http://img.b2bpic.net/free-photo/chicken-legs-with-spices-salt-ready-cooking_114579-44460.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/chicken-legs-with-spices-salt-ready-cooking_114579-44460.jpg?_wi=2",
imageAlt: "mixed chicken variety meal",
},
{
id: "meal-7",
name: "Super Meal",
price: "380 EGP",
imageSrc: "http://img.b2bpic.net/free-photo/view-chef-working-kitchen_23-2149728012.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/view-chef-working-kitchen_23-2149728012.jpg?_wi=2",
imageAlt: "premium super meal package",
},
{
id: "meal-8",
name: "Family Box",
price: "490 EGP",
imageSrc: "http://img.b2bpic.net/free-photo/teenage-boy-lifestyle-concept-with-scooter_23-2148094020.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/teenage-boy-lifestyle-concept-with-scooter_23-2148094020.jpg?_wi=2",
imageAlt: "large family box delivery",
},
{
id: "meal-9",
name: "Super Family",
price: "600 EGP",
imageSrc: "http://img.b2bpic.net/free-vector/taxi-app-interface-concept_23-2148489951.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/taxi-app-interface-concept_23-2148489951.jpg?_wi=2",
imageAlt: "super family meal package",
},
{
id: "meal-10",
name: "Big Family",
price: "700 EGP",
imageSrc: "http://img.b2bpic.net/free-vector/we-are-open-sign_23-2148823323.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/we-are-open-sign_23-2148823323.jpg?_wi=2",
imageAlt: "big family meal box",
},
{
id: "meal-11",
name: "Double Family",
price: "700 EGP",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-woman-taking-medical-protection-face-mask-out-after-purchasing-takeaway-food_482257-4545.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-woman-taking-medical-protection-face-mask-out-after-purchasing-takeaway-food_482257-4545.jpg?_wi=2",
imageAlt: "double family meal option",
},
{
id: "meal-12",
name: "Triple Box",
price: "170 EGP",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-middle-easter-man-with-beard-showing-thumbs-up-smiling-praise-compliment-smth-good-looking-satisfied-white-background_176420-49806.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/handsome-middle-easter-man-with-beard-showing-thumbs-up-smiling-praise-compliment-smth-good-looking-satisfied-white-background_176420-49806.jpg?_wi=2",
imageAlt: "triple box meal",
},
];
@@ -148,7 +148,7 @@ export default function MenuPage() {
background={{
variant: "floatingGradient",
}}
imageSrc="http://img.b2bpic.net/free-photo/flat-lay-frame-with-food-copy-space_23-2148308862.jpg"
imageSrc="http://img.b2bpic.net/free-photo/flat-lay-frame-with-food-copy-space_23-2148308862.jpg?_wi=3"
imageAlt="Complete menu selection"
mediaAnimation="slide-up"
frameStyle="card"