Update src/app/page.tsx

This commit is contained in:
2026-04-19 13:18:44 +00:00
parent 6bada5a3ef
commit 813141ca55

View File

@@ -54,6 +54,8 @@ export default function LandingPage() {
buttons={[
{
text: "Explore Menu", href: "#menu"},
{
text: "Book a Table", href: "#contact"},
]}
mediaItems={[
{
@@ -235,4 +237,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}