From c3686a6e4c258251caeb1c5992a2dd1cc8b35b89 Mon Sep 17 00:00:00 2001 From: Thigazhezhilan J Date: Sun, 5 Apr 2026 23:03:40 +0530 Subject: [PATCH] Rename homepage nav label to home --- 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 9f0d37fa..642ae403 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: "Homepage", href: "#" }, + { label: "Home", href: "#" }, { label: "Portfolio", href: "/portfolio", newTab: true }, { label: "Strategies", href: "#strategies" }, { label: "How It Works", href: "#how-it-works" },