Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-05-07 14:36:11 +00:00

View File

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