Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ad2f65ecff | |||
| 5f31d3bd77 | |||
| 50aa78f922 | |||
| 0c4b326f19 |
@@ -90,16 +90,25 @@ export default function HomePage() {
|
||||
id: "1", name: "Kibbeh Nayyeh", price: "$12", imageSrc: "https://img.b2bpic.net/free-photo/top-view-soft-sesame-patties-bowl-with-fresh-tomatoes-cloth-green-wooden-background-with-copy-space_141793-53317.jpg", imageAlt: "Kibbeh Nayyeh - raw meat and bulgur delicacy"
|
||||
},
|
||||
{
|
||||
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: "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", isFavorited: true
|
||||
},
|
||||
{
|
||||
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"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user