From 7e1f6fa598ec1b565cb0eec0fb69e53af5acc593 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 21:35:46 +0000 Subject: [PATCH] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 2a7621d..ea74866 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -48,7 +48,7 @@ export default function MenuPage() { id: "1", name: "صاج دجاج", price: "25 ريال", - imageSrc: "http://img.b2bpic.net/free-photo/half-cut-chicken-shawarma-served-with-vegetable-salad_140725-5018.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/half-cut-chicken-shawarma-served-with-vegetable-salad_140725-5018.jpg?_wi=5", imageAlt: "صاج دجاج لذيذ", initialQuantity: 1, }, @@ -56,7 +56,7 @@ export default function MenuPage() { id: "2", name: "صاج لحم", price: "30 ريال", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-roasted-meat-pieces-wooden-board_141793-1393.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-roasted-meat-pieces-wooden-board_141793-1393.jpg?_wi=3", imageAlt: "صاج لحم شهي", initialQuantity: 1, }, @@ -64,7 +64,7 @@ export default function MenuPage() { id: "3", name: "شاورما عربي", price: "20 ريال", - imageSrc: "http://img.b2bpic.net/free-photo/half-cut-chicken-shawarma-served-with-vegetable-salad_140725-5018.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/half-cut-chicken-shawarma-served-with-vegetable-salad_140725-5018.jpg?_wi=6", imageAlt: "شاورما عربية", initialQuantity: 1, }, @@ -72,7 +72,7 @@ export default function MenuPage() { id: "4", name: "فطور شامي", price: "18 ريال", - imageSrc: "http://img.b2bpic.net/free-photo/falafel-hummus-pita-middle-eastern-arabic-dishes-halal-food-top-view-copy-space_2829-14258.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/falafel-hummus-pita-middle-eastern-arabic-dishes-halal-food-top-view-copy-space_2829-14258.jpg?_wi=2", imageAlt: "فطور شامي", initialQuantity: 1, },