Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5cf754848b | |||
| ebe11012f3 | |||
| 3ffefdf911 | |||
| 129c748a2d | |||
| 18f6604bb9 | |||
| 9eb3bc7671 | |||
| 113db9d1bd |
@@ -80,12 +80,12 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "1", name: "Beef Momos", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/white-garlic-stainless-steel-bowl_417767-373.jpg?_wi=2" },
|
||||
{ id: "2", name: "Veggie Momos", price: "$10", imageSrc: "http://img.b2bpic.net/free-photo/front-view-asian-dumplings-oysters_23-2148249231.jpg?_wi=2" },
|
||||
{ id: "3", name: "Chicken Momos", price: "$11", imageSrc: "http://img.b2bpic.net/free-photo/traditional-gurza-with-stuffed-meat_140725-9313.jpg?_wi=2" },
|
||||
{ id: "4", name: "Chow Mein", price: "$13", imageSrc: "http://img.b2bpic.net/free-photo/tasty-spaghetti-lemon-slices-white-surface_114579-32326.jpg" },
|
||||
{ id: "5", name: "Hand-Drip Coffee", price: "$5", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-hot-coffee_53876-31307.jpg" },
|
||||
{ id: "6", name: "Butter Tea", price: "$4", imageSrc: "http://img.b2bpic.net/free-photo/dushpara-with-jar-vinegar-fly_176474-2961.jpg" },
|
||||
{ id: "1", name: "Beef Momos", price: "$9", imageSrc: "http://img.b2bpic.net/free-photo/white-garlic-stainless-steel-bowl_417767-373.jpg?_wi=2" },
|
||||
{ id: "2", name: "Veggie Momos", price: "$10.50", imageSrc: "http://img.b2bpic.net/free-photo/front-view-asian-dumplings-oysters_23-2148249231.jpg?_wi=2" },
|
||||
{ id: "3", name: "Chicken Momos", price: "$10", imageSrc: "http://img.b2bpic.net/free-photo/traditional-gurza-with-stuffed-meat_140725-9313.jpg?_wi=2" },
|
||||
{ id: "4", name: "Chow Mein", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/tasty-spaghetti-lemon-slices-white-surface_114579-32326.jpg" },
|
||||
{ id: "5", name: "Hand-Drip Coffee", price: "$6", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-hot-coffee_53876-31307.jpg" },
|
||||
{ id: "6", name: "Butter Tea", price: "$5", imageSrc: "http://img.b2bpic.net/free-photo/dushpara-with-jar-vinegar-fly_176474-2961.jpg" },
|
||||
]}
|
||||
title="Menu Highlights"
|
||||
description="Authentic Tibetan dishes and warming beverages."
|
||||
@@ -148,4 +148,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user