Update src/app/page.tsx

This commit is contained in:
2026-05-08 21:47:16 +00:00
parent cd44810765
commit bc7e9b615c

View File

@@ -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>
);
}
}