From a7e4b7b140aec9fd5544f69b4625ba0e15251229 Mon Sep 17 00:00:00 2001 From: admin Date: Sun, 8 Feb 2026 18:55:59 +0000 Subject: [PATCH] Update src/components/landing/Navigation.tsx --- 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 ce6d5a73..a6352e2e 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: "1234567;hy", href: "#philosophy" }, + { label: "Philosophy", href: "#philosophy" }, { label: "Portfolio", href: "/portfolio", newTab: true }, { label: "Strategies", href: "#strategies" }, { label: "How It Works", href: "#how-it-works" },