Update src/components/landing/Navigation.tsx

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

View File

@ -58,7 +58,7 @@ export default function Navigation() {
const navLinks = useMemo( const navLinks = useMemo(
() => [ () => [
{ label: "Philosopfghjkl;hy", href: "#philosophy" }, { label: "1234567;hy", href: "#philosophy" },
{ label: "Portfolio", href: "/portfolio", newTab: true }, { label: "Portfolio", href: "/portfolio", newTab: true },
{ label: "Strategies", href: "#strategies" }, { label: "Strategies", href: "#strategies" },
{ label: "How It Works", href: "#how-it-works" }, { label: "How It Works", href: "#how-it-works" },