Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6fb8f46bc4 | |||
| 99ea90265c | |||
| f6fe7228c9 |
@@ -122,6 +122,9 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
gridVariant="four-items-2x2-equal-grid"
|
gridVariant="four-items-2x2-equal-grid"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
|
buttons={[
|
||||||
|
{ text: "View Full Menu", href: "#menu" }
|
||||||
|
]}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "1", name: "Chicken Biryani", price: "₹220", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-cabbage-with-carrots-plate-carrots-herbs-cabbage-fork-bowls-spices_140725-71453.jpg"},
|
id: "1", name: "Chicken Biryani", price: "₹220", imageSrc: "http://img.b2bpic.net/free-photo/top-close-up-view-cabbage-with-carrots-plate-carrots-herbs-cabbage-fork-bowls-spices_140725-71453.jpg"},
|
||||||
@@ -227,4 +230,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user