From 9e25f53b59957c1f61f6a1910ee64cea6b1844e5 Mon Sep 17 00:00:00 2001 From: Thigazhezhilan J Date: Sun, 5 Apr 2026 22:39:22 +0530 Subject: [PATCH] Rename nav philosophy link to homepage --- src/components/landing/Navigation.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/landing/Navigation.tsx b/src/components/landing/Navigation.tsx index 72c593a8..9f0d37fa 100644 --- a/src/components/landing/Navigation.tsx +++ b/src/components/landing/Navigation.tsx @@ -58,7 +58,7 @@ export default function Navigation() { const navLinks = useMemo( () => [ - { label: "Philosophy", href: "#philosophy" }, + { label: "Homepage", href: "#" }, { label: "Portfolio", href: "/portfolio", newTab: true }, { label: "Strategies", href: "#strategies" }, { label: "How It Works", href: "#how-it-works" },