Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3e61e70ced | |||
| 7d47398e28 | |||
| 7075bd55af | |||
| 623466d112 | |||
| 242e419bc4 |
@@ -131,14 +131,14 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{ id: "p1", name: "Shakshuka", price: "$18", variant: "Vegetarian", imageSrc: "http://img.b2bpic.net/free-photo/frying-pan-omelet-with-vegetables_114579-82076.jpg" },
|
||||
{ id: "p2", name: "Grilled Fish", price: "$28", variant: "Seafood", imageSrc: "http://img.b2bpic.net/free-photo/seafood-cleaning-process-kitchen_23-2150171468.jpg" },
|
||||
{ id: "p3", name: "Lamb Couscous", price: "$24", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/front-view-meat-grilled-roll-pita-bread-with-tomato-onion_141793-4637.jpg" },
|
||||
{ id: "p4", name: "Brik Pastry", price: "$12", variant: "Appetizer", imageSrc: "http://img.b2bpic.net/free-photo/grilled-pawns-white-plate-with-red-basilic-rosemary-leaves_114579-2960.jpg" },
|
||||
{ id: "p5", name: "Mediterranean Salad", price: "$14", variant: "Vegetarian", imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegetable-salad-consists-cucumber-cheese-tomatoes-dark-blue-background-color-diet-lunch-meal-cuisine-restaurant-food-health_179666-18329.jpg" },
|
||||
{ id: "p6", name: "Baklava Dessert", price: "$9", variant: "Sweet", imageSrc: "http://img.b2bpic.net/free-photo/cup-dark-coffee-with-cookie-dark-board-high-quality-photo_114579-67924.jpg" },
|
||||
{ id: "p1", name: "Shakshuka", price: "$18", variant: "A rich, savory tomato-based breakfast stew", imageSrc: "http://img.b2bpic.net/free-photo/frying-pan-omelet-with-vegetables_114579-82076.jpg" },
|
||||
{ id: "p2", name: "Grilled Fish", price: "$28", variant: "Fresh, locally caught Mediterranean catch", imageSrc: "http://img.b2bpic.net/free-photo/seafood-cleaning-process-kitchen_23-2150171468.jpg" },
|
||||
{ id: "p3", name: "Lamb Couscous", price: "$24", variant: "Slow-cooked lamb with traditional semolina", imageSrc: "http://img.b2bpic.net/free-photo/front-view-meat-grilled-roll-pita-bread-with-tomato-onion_141793-4637.jpg" },
|
||||
{ id: "p4", name: "Brik Pastry", price: "$12", variant: "Crispy, golden pastry filled with egg and herbs", imageSrc: "http://img.b2bpic.net/free-photo/grilled-pawns-white-plate-with-red-basilic-rosemary-leaves_114579-2960.jpg" },
|
||||
{ id: "p5", name: "Mediterranean Salad", price: "$14", variant: "Crisp vegetables with feta and olives", imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegetable-salad-consists-cucumber-cheese-tomatoes-dark-blue-background-color-diet-lunch-meal-cuisine-restaurant-food-health_179666-18329.jpg" },
|
||||
{ id: "p6", name: "Baklava Dessert", price: "$9", variant: "Sweet layered pastry with honey and nuts", imageSrc: "http://img.b2bpic.net/free-photo/cup-dark-coffee-with-cookie-dark-board-high-quality-photo_114579-67924.jpg" },
|
||||
]}
|
||||
title="Our Signature Dishes"
|
||||
title="Signature Mediterranean Menu"
|
||||
description="Discover the vibrant flavors of Mediterranean gastronomy."
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user