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" },