Update src/app/blog/page.tsx

This commit is contained in:
2026-02-19 19:02:15 +00:00
parent 0b1503d0bd
commit 0f23f9307b

View File

@@ -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"}
]
},
{
@@ -91,4 +90,4 @@ export default function BlogPage() {
</ReactLenis>
</ThemeProvider>
);
}
}