Update src/components/landing/Navigation.tsx

This commit is contained in:
admin 2026-02-08 18:55:59 +00:00
parent d736b098da
commit a7e4b7b140

View File

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