From 87ae085db933b7259b71c656d24cd144fcbae61e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 05:16:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cda9c5d..d9e0ded 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,7 +32,8 @@ export default function LandingPage() { navItems={[ { name: "Courses", id: "courses" }, { name: "Tools", id: "tools" }, - { name: "Community", id: "community" }, + { name: "Brands", id: "/brands" }, + { name: "Partnerships", id: "/partnerships" }, { name: "About", id: "about" }, ]} brandName="GrowthLab" @@ -217,4 +218,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}