Update src/app/page.tsx
This commit is contained in:
@@ -86,6 +86,8 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="split-actions"
|
||||
buttons={[{ text: "View Full Menu", href: "/menu" }]}
|
||||
buttonAnimation="blur-reveal"
|
||||
textBoxButtonClassName="bg-primary text-white font-bold"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
@@ -157,4 +159,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user