2 Commits

Author SHA1 Message Date
cab2d58de4 Update src/app/page.tsx 2026-02-12 22:44:43 +00:00
2f2486911e Merge version_1 into main
Merge version_1 into main
2026-02-12 22:39:37 +00:00

View File

@@ -93,7 +93,13 @@ export default function HomePage() {
id: "2", name: "Hummus Beiruti", price: "$8", imageSrc: "https://img.b2bpic.net/free-photo/khinkali-with-meat-plain-youghurt-onion-garlic-side-view_141793-3150.jpg", imageAlt: "Creamy hummus with pine nuts and olive oil"
},
{
id: "3", 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: "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: "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"
}
]}
/>