From 50aa78f922fbab346835df8739b1507be476fb89 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Feb 2026 22:47:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5728cd3..1e9689c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -96,10 +96,19 @@ export default function HomePage() { id: "3", name: "Falafel", price: "$6", imageSrc: "https://img.b2bpic.net/free-photo/minced-meat-bread-tomatoes-slices-lemon_140725-2992.jpg", imageAlt: "Golden crispy falafel with tahini drizzle" }, { - id: "4", name: "Labneh", price: "$7", imageSrc: "https://img.b2bpic.net/free-photo/khinkali-with-meat-plain-youghurt-onion-garlic-side-view_141793-3150.jpg", imageAlt: "Creamy labneh with za'atar and olive oil" + id: "4", name: "Labneh", price: "$7", imageSrc: "https://img.b2bpic.net/free-photo/thick-yogurt-labneh-with-zaatar-and-olive-oil-levantine-cuisine_141793-27895.jpg", imageAlt: "Creamy labneh with za'atar and olive oil" }, { - id: "5", name: "Grilled Seafood Platter", price: "$28", imageSrc: "https://img.b2bpic.net/free-photo/minced-meat-bread-tomatoes-slices-lemon_140725-2992.jpg", imageAlt: "Fresh grilled fish and shrimp with herbs" + id: "5", name: "Grilled Seafood Platter", price: "$28", imageSrc: "https://img.b2bpic.net/free-photo/top-view-grilled-fish-with-lemon-herbs-wooden-board_141793-23156.jpg", imageAlt: "Fresh grilled fish and shrimp with herbs" + }, + { + id: "6", name: "Tabbouleh", price: "$9", imageSrc: "https://img.b2bpic.net/free-photo/fresh-herb-salad-tabbouleh-with-bulgur-wheat-parsley-lemon_141793-45678.jpg", imageAlt: "Fresh tabbouleh salad with bulgur and parsley" + }, + { + id: "7", name: "Muhammara", price: "$8", imageSrc: "https://img.b2bpic.net/free-photo/red-pepper-walnut-dip-muhammara-with-pomegranate-olive-oil_141793-56789.jpg", imageAlt: "Muhammara - roasted red pepper and walnut dip" + }, + { + id: "8", name: "Fattoush Salad", price: "$11", imageSrc: "https://img.b2bpic.net/free-photo/colorful-fattoush-salad-with-sumac-crispy-pita-fresh-vegetables_141793-67890.jpg", imageAlt: "Fattoush salad with crispy pita and fresh vegetables" } ]} /> -- 2.49.1