Merge version_3 into main #2
@@ -104,9 +104,14 @@ export default function LandingPage() {
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
textboxLayout="split-actions"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "See Full Menu", onClick: () => window.open("/menu.pdf", "_blank"),
|
||||
},
|
||||
]}
|
||||
products={[
|
||||
{
|
||||
id: "p1", name: "Custard Tarts (Natas)", price: "$3.50", imageSrc: "http://img.b2bpic.net/free-photo/sweet-dessert-with-tart-egg_74190-999.jpg"},
|
||||
@@ -226,4 +231,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user