Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-01-20 15:04:30 +00:00
3 changed files with 11 additions and 11 deletions

View File

@@ -6,19 +6,19 @@
/* --background: #f7f6f7;;
--card: #ffffff;;
--foreground: #250c0d;;
--primary-cta: #b82b40;;
--foreground: #251a0c;;
--primary-cta: #f4c408;;
--secondary-cta: #ffffff;;
--accent: #b90941;;
--background-accent: #e8a8b6;; */
--accent: #f4ca26;;
--background-accent: #e8daa8;; */
--background: #f7f6f7;;
--card: #ffffff;;
--foreground: #250c0d;;
--primary-cta: #b82b40;;
--foreground: #251a0c;;
--primary-cta: #f4c408;;
--secondary-cta: #ffffff;;
--accent: #b90941;;
--background-accent: #e8a8b6;;
--accent: #f4ca26;;
--background-accent: #e8daa8;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);

View File

@@ -1262,4 +1262,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

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>
);
}
}