Update src/app/order/page.tsx

This commit is contained in:
2026-03-15 16:50:12 +00:00
parent ed954a8c3f
commit 3cef7dfb3c

View File

@@ -101,7 +101,7 @@ export default function OrderPage() {
price: "115 EGP",
variant: "Meal Deal",
imageSrc:
"http://img.b2bpic.net/free-psd/barbecue-concept-banner-template_23-2148525524.jpg",
"http://img.b2bpic.net/free-psd/barbecue-concept-banner-template_23-2148525524.jpg?_wi=3",
imageAlt: "Drumsticks Meal",
},
{
@@ -110,7 +110,7 @@ export default function OrderPage() {
price: "180 EGP",
variant: "Premium",
imageSrc:
"http://img.b2bpic.net/free-photo/spanish-epiphany-cake-roscon-de-reyes-wrapped-gifts_23-2148721591.jpg",
"http://img.b2bpic.net/free-photo/spanish-epiphany-cake-roscon-de-reyes-wrapped-gifts_23-2148721591.jpg?_wi=5",
imageAlt: "Char Lucky Meal",
},
{
@@ -119,7 +119,7 @@ export default function OrderPage() {
price: "600 EGP",
variant: "Family Pack",
imageSrc:
"http://img.b2bpic.net/free-photo/spanish-epiphany-cake-roscon-de-reyes-wrapped-gifts_23-2148721591.jpg",
"http://img.b2bpic.net/free-photo/spanish-epiphany-cake-roscon-de-reyes-wrapped-gifts_23-2148721591.jpg?_wi=6",
imageAlt: "Super Family Box",
},
{
@@ -128,7 +128,7 @@ export default function OrderPage() {
price: "700 EGP",
variant: "Large Pack",
imageSrc:
"http://img.b2bpic.net/free-photo/spanish-epiphany-cake-roscon-de-reyes-wrapped-gifts_23-2148721591.jpg",
"http://img.b2bpic.net/free-photo/spanish-epiphany-cake-roscon-de-reyes-wrapped-gifts_23-2148721591.jpg?_wi=7",
imageAlt: "Big Family Box",
},
]}
@@ -161,7 +161,7 @@ export default function OrderPage() {
price: "170 EGP",
variant: "Three Sandwiches",
imageSrc:
"http://img.b2bpic.net/free-photo/high-angle-wrapped-salad-sandwiches_23-2148640189.jpg",
"http://img.b2bpic.net/free-photo/high-angle-wrapped-salad-sandwiches_23-2148640189.jpg?_wi=3",
imageAlt: "Triple Box Sandwiches",
},
{
@@ -170,7 +170,7 @@ export default function OrderPage() {
price: "115 EGP",
variant: "With Ranch Sauce",
imageSrc:
"http://img.b2bpic.net/free-photo/high-angle-wrapped-salad-sandwiches_23-2148640189.jpg",
"http://img.b2bpic.net/free-photo/high-angle-wrapped-salad-sandwiches_23-2148640189.jpg?_wi=4",
imageAlt: "Chicken Ranch Sandwich",
},
{
@@ -179,7 +179,7 @@ export default function OrderPage() {
price: "100 EGP",
variant: "Classic Zinger",
imageSrc:
"http://img.b2bpic.net/free-photo/high-angle-wrapped-salad-sandwiches_23-2148640189.jpg",
"http://img.b2bpic.net/free-photo/high-angle-wrapped-salad-sandwiches_23-2148640189.jpg?_wi=5",
imageAlt: "Zinger Sandwich",
},
{
@@ -188,7 +188,7 @@ export default function OrderPage() {
price: "100 EGP",
variant: "Wrap Style",
imageSrc:
"http://img.b2bpic.net/free-photo/high-angle-wrapped-salad-sandwiches_23-2148640189.jpg",
"http://img.b2bpic.net/free-photo/high-angle-wrapped-salad-sandwiches_23-2148640189.jpg?_wi=6",
imageAlt: "Chicken Wrap",
},
]}
@@ -221,7 +221,7 @@ export default function OrderPage() {
price: "155 EGP",
variant: "Spicy Heat",
imageSrc:
"http://img.b2bpic.net/free-photo/homemade-tasty-sandwich-tomatoes-chicken-nuggets-onions-pepper-wooden-cutting-board-ketchup-fries-blurred-surface_179666-42647.jpg",
"http://img.b2bpic.net/free-photo/homemade-tasty-sandwich-tomatoes-chicken-nuggets-onions-pepper-wooden-cutting-board-ketchup-fries-blurred-surface_179666-42647.jpg?_wi=2",
imageAlt: "Big Fire Burger",
},
{
@@ -230,7 +230,7 @@ export default function OrderPage() {
price: "155 EGP",
variant: "Melted Mozzarella",
imageSrc:
"http://img.b2bpic.net/free-photo/homemade-tasty-sandwich-tomatoes-chicken-nuggets-onions-pepper-wooden-cutting-board-ketchup-fries-blurred-surface_179666-42647.jpg",
"http://img.b2bpic.net/free-photo/homemade-tasty-sandwich-tomatoes-chicken-nuggets-onions-pepper-wooden-cutting-board-ketchup-fries-blurred-surface_179666-42647.jpg?_wi=3",
imageAlt: "Mozzarella Burger",
},
{
@@ -239,7 +239,7 @@ export default function OrderPage() {
price: "155 EGP",
variant: "Fresh Mushrooms",
imageSrc:
"http://img.b2bpic.net/free-photo/homemade-tasty-sandwich-tomatoes-chicken-nuggets-onions-pepper-wooden-cutting-board-ketchup-fries-blurred-surface_179666-42647.jpg",
"http://img.b2bpic.net/free-photo/homemade-tasty-sandwich-tomatoes-chicken-nuggets-onions-pepper-wooden-cutting-board-ketchup-fries-blurred-surface_179666-42647.jpg?_wi=4",
imageAlt: "Mushroom Burger",
},
]}