Update src/app/page.tsx
This commit is contained in:
@@ -121,18 +121,18 @@ export default function LandingPage() {
|
||||
tagIcon={UtensilsCrossed}
|
||||
tagAnimation="slide-up"
|
||||
products={[
|
||||
{ id: "breakfast-1", name: "Manakish Zaatar", price: "Breakfast", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cook-preparing-meal-designing-meal-inside-plate-fry-meat-food-meal_140725-26012.jpg?_wi=1", imageAlt: "Manakish Zaatar" },
|
||||
{ id: "breakfast-2", name: "Eggs with Labneh", price: "Breakfast", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cook-preparing-meal-designing-meal-inside-plate-fry-meat-food-meal_140725-26012.jpg?_wi=2", imageAlt: "Eggs with Labneh" },
|
||||
{ id: "breakfast-3", name: "Lebanese Breakfast Platter", price: "Breakfast", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cook-preparing-meal-designing-meal-inside-plate-fry-meat-food-meal_140725-26012.jpg?_wi=3", imageAlt: "Lebanese Breakfast Platter" },
|
||||
{ id: "lunch-1", name: "Grilled Hammour", price: "Lunch", imageSrc: "http://img.b2bpic.net/free-photo/appetizer-set-with-salads-olives-pickles-chopped-beetroot-tomatoes-cheese-yogurt_140725-8341.jpg?_wi=2", imageAlt: "Grilled Hammour" },
|
||||
{ id: "lunch-2", name: "Mixed Grill Selection", price: "Lunch", imageSrc: "http://img.b2bpic.net/free-photo/appetizer-set-with-salads-olives-pickles-chopped-beetroot-tomatoes-cheese-yogurt_140725-8341.jpg?_wi=3", imageAlt: "Mixed Grill Selection" },
|
||||
{ id: "lunch-3", name: "Kibbeh Nayyeh", price: "Lunch", imageSrc: "http://img.b2bpic.net/free-photo/appetizer-set-with-salads-olives-pickles-chopped-beetroot-tomatoes-cheese-yogurt_140725-8341.jpg?_wi=4", imageAlt: "Kibbeh Nayyeh" },
|
||||
{ id: "dinner-1", name: "Seafood Platter", price: "Dinner", imageSrc: "http://img.b2bpic.net/free-photo/street-cafe-old-town-lindos-greek-island-rhodes-view-aegean-sea-islands-dodecanese-archipelago-europe-travel-time_166373-3822.jpg?_wi=1", imageAlt: "Seafood Platter" },
|
||||
{ id: "dinner-2", name: "Lamb Shawarma", price: "Dinner", imageSrc: "http://img.b2bpic.net/free-photo/street-cafe-old-town-lindos-greek-island-rhodes-view-aegean-sea-islands-dodecanese-archipelago-europe-travel-time_166373-3822.jpg?_wi=2", imageAlt: "Lamb Shawarma" },
|
||||
{ id: "dinner-3", name: "Grilled Sea Bass", price: "Dinner", imageSrc: "http://img.b2bpic.net/free-photo/street-cafe-old-town-lindos-greek-island-rhodes-view-aegean-sea-islands-dodecanese-archipelago-europe-travel-time_166373-3822.jpg?_wi=3", imageAlt: "Grilled Sea Bass" },
|
||||
{ id: "drinks-1", name: "Fresh Lemonade", price: "Drinks", imageSrc: "http://img.b2bpic.net/free-photo/laughing-chatting-afterworks-meeting-with-coworkers-cozy-small-local-cafe_8353-10284.jpg?_wi=2", imageAlt: "Fresh Lemonade" },
|
||||
{ id: "drinks-2", name: "Arak & Mezze", price: "Drinks", imageSrc: "http://img.b2bpic.net/free-photo/laughing-chatting-afterworks-meeting-with-coworkers-cozy-small-local-cafe_8353-10284.jpg?_wi=3", imageAlt: "Arak & Mezze" },
|
||||
{ id: "drinks-3", name: "Wine Selection", price: "Drinks", imageSrc: "http://img.b2bpic.net/free-photo/laughing-chatting-afterworks-meeting-with-coworkers-cozy-small-local-cafe_8353-10284.jpg?_wi=4", imageAlt: "Wine Selection" }
|
||||
{ id: "breakfast-1", name: "Manakish Zaatar", price: "$8.50", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cook-preparing-meal-designing-meal-inside-plate-fry-meat-food-meal_140725-26012.jpg?_wi=1", imageAlt: "Manakish Zaatar" },
|
||||
{ id: "breakfast-2", name: "Eggs with Labneh", price: "$7.99", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cook-preparing-meal-designing-meal-inside-plate-fry-meat-food-meal_140725-26012.jpg?_wi=2", imageAlt: "Eggs with Labneh" },
|
||||
{ id: "breakfast-3", name: "Lebanese Breakfast Platter", price: "$12.75", imageSrc: "http://img.b2bpic.net/free-photo/front-view-cook-preparing-meal-designing-meal-inside-plate-fry-meat-food-meal_140725-26012.jpg?_wi=3", imageAlt: "Lebanese Breakfast Platter" },
|
||||
{ id: "lunch-1", name: "Grilled Hammour", price: "$18.00", imageSrc: "http://img.b2bpic.net/free-photo/appetizer-set-with-salads-olives-pickles-chopped-beetroot-tomatoes-cheese-yogurt_140725-8341.jpg?_wi=2", imageAlt: "Grilled Hammour" },
|
||||
{ id: "lunch-2", name: "Mixed Grill Selection", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-photo/appetizer-set-with-salads-olives-pickles-chopped-beetroot-tomatoes-cheese-yogurt_140725-8341.jpg?_wi=3", imageAlt: "Mixed Grill Selection" },
|
||||
{ id: "lunch-3", name: "Kibbeh Nayyeh", price: "$14.50", imageSrc: "http://img.b2bpic.net/free-photo/appetizer-set-with-salads-olives-pickles-chopped-beetroot-tomatoes-cheese-yogurt_140725-8341.jpg?_wi=4", imageAlt: "Kibbeh Nayyeh" },
|
||||
{ id: "dinner-1", name: "Seafood Platter", price: "$32.00", imageSrc: "http://img.b2bpic.net/free-photo/street-cafe-old-town-lindos-greek-island-rhodes-view-aegean-sea-islands-dodecanese-archipelago-europe-travel-time_166373-3822.jpg?_wi=1", imageAlt: "Seafood Platter" },
|
||||
{ id: "dinner-2", name: "Lamb Shawarma", price: "$16.99", imageSrc: "http://img.b2bpic.net/free-photo/street-cafe-old-town-lindos-greek-island-rhodes-view-aegean-sea-islands-dodecanese-archipelago-europe-travel-time_166373-3822.jpg?_wi=2", imageAlt: "Lamb Shawarma" },
|
||||
{ id: "dinner-3", name: "Grilled Sea Bass", price: "$28.50", imageSrc: "http://img.b2bpic.net/free-photo/street-cafe-old-town-lindos-greek-island-rhodes-view-aegean-sea-islands-dodecanese-archipelago-europe-travel-time_166373-3822.jpg?_wi=3", imageAlt: "Grilled Sea Bass" },
|
||||
{ id: "drinks-1", name: "Fresh Lemonade", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/laughing-chatting-afterworks-meeting-with-coworkers-cozy-small-local-cafe_8353-10284.jpg?_wi=2", imageAlt: "Fresh Lemonade" },
|
||||
{ id: "drinks-2", name: "Arak & Mezze", price: "$22.00", imageSrc: "http://img.b2bpic.net/free-photo/laughing-chatting-afterworks-meeting-with-coworkers-cozy-small-local-cafe_8353-10284.jpg?_wi=3", imageAlt: "Arak & Mezze" },
|
||||
{ id: "drinks-3", name: "Wine Selection", price: "$18.00", imageSrc: "http://img.b2bpic.net/free-photo/laughing-chatting-afterworks-meeting-with-coworkers-cozy-small-local-cafe_8353-10284.jpg?_wi=4", imageAlt: "Wine Selection" }
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user