From 8141b3c83e17c51add4d84b317dafdffaf6ae553 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 7 May 2026 14:36:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1b0c62f..f1ebe42 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" }] } - ]} + ] +} />