Update src/app/page.tsx

This commit is contained in:
2026-05-30 14:15:08 +00:00
parent 1a88367773
commit fca33bcaeb

View File

@@ -36,7 +36,7 @@ export default function LandingPage() {
{ {
name: "Our Story", id: "#about"}, name: "Our Story", id: "#about"},
{ {
name: "Menu", id: "#menu"}, name: "Menu", id: "/menu"},
{ {
name: "Community", id: "#community"}, name: "Community", id: "#community"},
{ {
@@ -68,7 +68,7 @@ export default function LandingPage() {
{ {
text: "Book a Table", href: "#contact"}, text: "Book a Table", href: "#contact"},
{ {
text: "Explore Our Digital Menu", href: "#menu"}, text: "Explore Our Digital Menu", href: "/menu"},
]} ]}
marqueeItems={[ marqueeItems={[
{ {
@@ -246,4 +246,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }