From fd3fbe6a57514ac1237c6d183577f91ac35a8af3 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 13:35:58 +0000 Subject: [PATCH] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index fa23c89..749986d 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -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", }, ]}