Update src/app/page.tsx
This commit is contained in:
@@ -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() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user