Update src/app/blog/page.tsx
This commit is contained in:
@@ -28,10 +28,9 @@ export default function BlogPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
brandName="Blue Forest Project"
|
||||
navItems={[
|
||||
{"name":"Home","id":"/"},
|
||||
{"name":"Mission","id":"mission"},
|
||||
{"name":"Impact","id":"impact"},
|
||||
{"name":"Updates","id":"updates"},
|
||||
{"name":"Follow the Journey","id":"follow-the-journey"},
|
||||
{"name":"Support","id":"support"},
|
||||
{"name":"Contact","id":"contact"}
|
||||
]}
|
||||
@@ -67,7 +66,7 @@ export default function BlogPage() {
|
||||
"title":"Project", "items":[
|
||||
{"label":"About Blue Forest","href":"#mission"},
|
||||
{"label":"Why Kelp Matters","href":"#why-kelp"},
|
||||
{"label":"Our Updates","href":"#updates"}
|
||||
{"label":"Follow the Journey","href":"#follow-the-journey"}
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user