From fabeea9bd779c340b5fbc814fd457890b6f65397 Mon Sep 17 00:00:00 2001 From: Chom <112128328+tomasohCHOM@users.noreply.github.com> Date: Mon, 9 Dec 2024 19:28:07 -0800 Subject: [PATCH] add landing page navbar 2025 --- src/components/nav-bar.tsx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/components/nav-bar.tsx b/src/components/nav-bar.tsx index b7a1697..d5e2cb9 100644 --- a/src/components/nav-bar.tsx +++ b/src/components/nav-bar.tsx @@ -25,6 +25,13 @@ export const NavBarLanding: React.FC = () => { mobile: 24, desktop: 24 }, + { + id: "team", + name: "Team", + href: "#team", + mobile: 24, + desktop: 24 + }, { id: "faq", name: "FAQ",