Merge version_2 into main #1

Merged
development merged 3 commits from version_2 into main 2026-01-20 15:04:31 +00:00
Showing only changes of commit d8f8987f9a - Show all commits

View File

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