diff --git a/src/app/page.tsx b/src/app/page.tsx
index e8a76e2..91465cb 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -27,10 +27,10 @@ export default function LandingPage() {
@@ -172,7 +176,7 @@ export default function LandingPage() {
columns={[
{
title: "Navigation", items: [
- { label: "Home", href: "#home" },
+ { label: "Home", href: "/" },
{ label: "Menu", href: "#menu" },
{ label: "About", href: "#about" }
]