Merge version_1 into main #4

Merged
development merged 4 commits from version_1 into main 2026-03-13 14:46:21 +00:00
Showing only changes of commit 6f5b26fd26 - Show all commits

View File

@@ -28,7 +28,7 @@ export default function LandingPage() {
>
<div id="nav" data-section="nav">
<NavbarStyleCentered
brandName="Bee Life"
brandName="Bee Life with Us"
navItems={[
{ name: "Home", id: "home" },
{ name: "About", id: "about" },
@@ -279,4 +279,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}