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 +}