Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| fd93fa074a | |||
| f567352061 | |||
| 11d406831e | |||
| 1890dda0fb |
@@ -122,9 +122,14 @@ export default function LandingPage() {
|
|||||||
<div id="menu" data-section="menu">
|
<div id="menu" data-section="menu">
|
||||||
<ProductCardOne
|
<ProductCardOne
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="split"
|
textboxLayout="split-actions"
|
||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
|
buttons={[
|
||||||
|
{
|
||||||
|
text: "Book a Table", href: "#contact"
|
||||||
|
}
|
||||||
|
]}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "p1", name: "Signature Biryani", price: "₹399", imageSrc: "http://img.b2bpic.net/free-photo/eggplant-zucchini_74190-737.jpg"},
|
id: "p1", name: "Signature Biryani", price: "₹399", imageSrc: "http://img.b2bpic.net/free-photo/eggplant-zucchini_74190-737.jpg"},
|
||||||
@@ -231,4 +236,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user