From 450150e823ebbc66a2a12647f561c26195ddc8ce Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 08:43:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5675b40..fd7a26a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -93,6 +93,27 @@ export default function LandingPage() { }, { id: "3", name: "Creamy Hummus", price: "$7.49", imageSrc: "http://img.b2bpic.net/free-photo/healthy-homemade-hummus-with-olive-oil-pita-chips_2829-16490.jpg", imageAlt: "Smooth hummus with olive oil and spices" + }, + { + id: "4", name: "Lamb Kabsa", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/chicken-kebab-doner-served-flatbread-with-fries-pickles_140725-8272.jpg", imageAlt: "Fragrant lamb kabsa with spiced rice" + }, + { + id: "5", name: "Tabbouleh Salad", price: "$9.99", imageSrc: "http://img.b2bpic.net/free-photo/falafel-hummus-pita-middle-eastern-arabic-dishes-halal-food-top-view-copy-space_2829-14258.jpg", imageAlt: "Fresh tabbouleh with parsley and tomatoes" + }, + { + id: "6", name: "Baba Ghanoush", price: "$8.49", imageSrc: "http://img.b2bpic.net/free-photo/healthy-homemade-hummus-with-olive-oil-pita-chips_2829-16490.jpg", imageAlt: "Creamy baba ghanoush dip" + }, + { + id: "7", name: "Chicken Kofta", price: "$13.49", imageSrc: "http://img.b2bpic.net/free-photo/arabic-shaurma-stuffings-inside-lavash_114579-3093.jpg", imageAlt: "Spiced chicken kofta kebabs" + }, + { + id: "8", name: "Feta & Olive Mezze", price: "$10.99", imageSrc: "http://img.b2bpic.net/free-photo/chicken-kebab-doner-served-flatbread-with-fries-pickles_140725-8272.jpg", imageAlt: "Selection of feta cheese and marinated olives" + }, + { + id: "9", name: "Seafood Grilled", price: "$16.99", imageSrc: "http://img.b2bpic.net/free-photo/falafel-hummus-pita-middle-eastern-arabic-dishes-halal-food-top-view-copy-space_2829-14258.jpg", imageAlt: "Grilled seafood platter" + }, + { + id: "10", name: "Dukkah-Spiced Bread", price: "$5.99", imageSrc: "http://img.b2bpic.net/free-photo/healthy-homemade-hummus-with-olive-oil-pita-chips_2829-16490.jpg", imageAlt: "Warm pita bread with dukkah spice blend" } ]} buttons={[ -- 2.49.1