Sync from GitHub

This commit is contained in:
2026-03-13 14:43:42 +00:00
parent 2448e8f114
commit 6f5b26fd26

View File

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