Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a009d3011d | |||
| 5e8d638e92 | |||
| 22436140e6 |
@@ -86,6 +86,9 @@ export default function LandingPage() {
|
|||||||
gridVariant="bento-grid"
|
gridVariant="bento-grid"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
|
buttons={[
|
||||||
|
{ text: "View Full Menu", href: "#menu" }
|
||||||
|
]}
|
||||||
products={[
|
products={[
|
||||||
{ id: "1", name: "Mutton Leg Roast", price: "Rs. 2,000", variant: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/pork-chop-steak_1339-7816.jpg" },
|
{ id: "1", name: "Mutton Leg Roast", price: "Rs. 2,000", variant: "Signature", imageSrc: "http://img.b2bpic.net/free-photo/pork-chop-steak_1339-7816.jpg" },
|
||||||
{ id: "2", name: "Mutton Karahi", price: "Rs. 1,500", variant: "Authentic", imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-chicken-chicken-with-herbs-onion-lavash-sauce-bottle-oil_140725-72547.jpg" },
|
{ id: "2", name: "Mutton Karahi", price: "Rs. 1,500", variant: "Authentic", imageSrc: "http://img.b2bpic.net/free-photo/side-close-up-view-chicken-chicken-with-herbs-onion-lavash-sauce-bottle-oil_140725-72547.jpg" },
|
||||||
|
|||||||
Reference in New Issue
Block a user