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 +}