Update src/app/page.tsx

This commit is contained in:
2026-01-20 15:04:26 +00:00
parent a2ef5973c5
commit d8f8987f9a

View File

@@ -26,7 +26,7 @@ export default function LandingPage() {
> >
<div id="nav" data-section="nav"> <div id="nav" data-section="nav">
<NavbarLayoutFloatingInline <NavbarLayoutFloatingInline
brandName="In Portal" brandedName="BogCoder"
navItems={[ navItems={[
{"name":"Features","id":"features"}, {"name":"Features","id":"features"},
{"name":"About","id":"about"}, {"name":"About","id":"about"},
@@ -188,4 +188,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }