Update src/app/menu/page.tsx

This commit is contained in:
2026-03-14 13:35:58 +00:00
parent ebf1061cfc
commit fd3fbe6a57

View File

@@ -58,7 +58,7 @@ export default function MenuPage() {
{ text: "Make Reservation", href: "/contact" },
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/catering-tablecloth-plate-drink-background_1203-5091.jpg"
imageSrc="http://img.b2bpic.net/free-photo/catering-tablecloth-plate-drink-background_1203-5091.jpg?_wi=1"
imageAlt="Moroccan Restaurant Interior"
mediaAnimation="slide-up"
className="py-24"
@@ -80,42 +80,42 @@ export default function MenuPage() {
id: "couscous",
name: "Royal Couscous",
price: "$16",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-bulgur-with-tomatoes-wooden-bowl_141793-1360.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-bulgur-with-tomatoes-wooden-bowl_141793-1360.jpg?_wi=2",
imageAlt: "Moroccan Couscous",
},
{
id: "pastilla",
name: "Chicken Pastilla",
price: "$14",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-food-platter_23-2148734685.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-holding-food-platter_23-2148734685.jpg?_wi=2",
imageAlt: "Traditional Pastilla",
},
{
id: "harira",
name: "Harira Soup",
price: "$8",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-brown-bean-soup-delicious-cooked-soup-with-different-seasonings-dark-surface-dinner-soup-bean-color-spicy-meal_140725-74439.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-brown-bean-soup-delicious-cooked-soup-with-different-seasonings-dark-surface-dinner-soup-bean-color-spicy-meal_140725-74439.jpg?_wi=2",
imageAlt: "Moroccan Harira Soup",
},
{
id: "lamb-tagine",
name: "Lamb Tagine",
price: "$18",
imageSrc: "http://img.b2bpic.net/free-photo/beaf-vegetables-fried-furnace_140725-673.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/beaf-vegetables-fried-furnace_140725-673.jpg?_wi=2",
imageAlt: "Moroccan Lamb Tagine",
},
{
id: "kofta",
name: "Spiced Kofta",
price: "$15",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-bulgur-with-tomatoes-wooden-bowl_141793-1360.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-bulgur-with-tomatoes-wooden-bowl_141793-1360.jpg?_wi=3",
imageAlt: "Moroccan Kofta",
},
{
id: "mint-tea",
name: "Traditional Mint Tea",
price: "$4",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-brown-bean-soup-delicious-cooked-soup-with-different-seasonings-dark-surface-dinner-soup-bean-color-spicy-meal_140725-74439.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-brown-bean-soup-delicious-cooked-soup-with-different-seasonings-dark-surface-dinner-soup-bean-color-spicy-meal_140725-74439.jpg?_wi=3",
imageAlt: "Moroccan Mint Tea",
},
]}