Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f567352061 | |||
| 11d406831e | |||
| 1890dda0fb |
@@ -122,9 +122,14 @@ export default function LandingPage() {
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
textboxLayout="split-actions"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book a Table", href: "#contact"
|
||||
}
|
||||
]}
|
||||
products={[
|
||||
{
|
||||
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>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user