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;; /* --background: #f7f6f7;;
--card: #ffffff;; --card: #ffffff;;
--foreground: #250c0d;; --foreground: #251a0c;;
--primary-cta: #b82b40;; --primary-cta: #f4c408;;
--secondary-cta: #ffffff;; --secondary-cta: #ffffff;;
--accent: #b90941;; --accent: #f4ca26;;
--background-accent: #e8a8b6;; */ --background-accent: #e8daa8;; */
--background: #f7f6f7;; --background: #f7f6f7;;
--card: #ffffff;; --card: #ffffff;;
--foreground: #250c0d;; --foreground: #251a0c;;
--primary-cta: #b82b40;; --primary-cta: #f4c408;;
--secondary-cta: #ffffff;; --secondary-cta: #ffffff;;
--accent: #b90941;; --accent: #f4ca26;;
--background-accent: #e8a8b6;; --background-accent: #e8daa8;;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);

View File

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

View File

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