Rename homepage nav label to home

This commit is contained in:
Thigazhezhilan J 2026-04-05 23:03:40 +05:30
parent 9e25f53b59
commit c3686a6e4c

View File

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