Update src/app/page.tsx

This commit is contained in:
2026-05-07 14:36:08 +00:00
parent 10a920f25c
commit 8141b3c83e

View File

@@ -181,7 +181,8 @@ export default function LandingPage() {
columns={[
{ title: "Navigation", items: [{ label: "About", href: "#about" }, { label: "Cuts", href: "#cuts" }] },
{ title: "Support", items: [{ label: "Reservations", href: "#contact" }, { label: "Events", href: "#contact" }] }
]}
]
}
/>
</div>
</ThemeProvider>