Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #4.
This commit is contained in:
2026-03-13 14:46:21 +00:00
2 changed files with 5 additions and 5 deletions

View File

@@ -28,9 +28,9 @@ 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: "General", id: "home" },
{ name: "About", id: "about" },
{ name: "Arrangements", id: "arrangements" },
{ name: "Services", id: "services" },
@@ -279,4 +279,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -10,8 +10,8 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f7f6f7;
--card: #ffffff;
--background: #ffffff;
--card: #1d1282;
--foreground: #1b0c25;
--primary-cta: #1b0c25;
--primary-cta-text: #f7f6f7;