From 06497ee704152e0028a8bee52cc4e5f2a375f9bb Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 06:42:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4fcfa37..466f2b7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,7 +31,7 @@ export default function LandingPage() { @@ -143,11 +143,11 @@ export default function LandingPage() { logoText="Midnimo Athletics" columns={[ { title: "Programs", items: [{ label: "K-4 Fundamentals", href: "#" }, { label: "5-8 Performance", href: "#" }] }, - { title: "Company", items: [{ label: "About Us", href: "#" }, { label: "Contact", href: "#" }] }, + { title: "Company", items: [{ label: "About Us", href: "/about" }, { label: "Contact", href: "#contact" }] }, ]} /> ); -} \ No newline at end of file +}