Rename nav philosophy link to homepage

This commit is contained in:
Thigazhezhilan J 2026-04-05 22:39:22 +05:30
parent af5e0a50a8
commit 9e25f53b59

View File

@ -58,7 +58,7 @@ export default function Navigation() {
const navLinks = useMemo( const navLinks = useMemo(
() => [ () => [
{ label: "Philosophy", href: "#philosophy" }, { label: "Homepage", href: "#" },
{ 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" },