Merge version_2 into main #3

Merged
development merged 2 commits from version_2 into main 2026-01-20 14:51:44 +00:00
2 changed files with 16 additions and 16 deletions

View File

@@ -4,21 +4,21 @@
/* Base units */
/* --vw is set by ThemeProvider */
/* --background: #f5f5f5;;
--card: #ffffff;;
--foreground: #1c1c1c;;
--primary-cta: #e63946;;
--secondary-cta: #ffffff;;
--accent: #e63946;;
--background-accent: #e8a8b6;; */
/* --background: #1a1a1a;;
--card: #2d2d2d;;
--foreground: #ffffff;;
--primary-cta: #ff3d4a;;
--secondary-cta: #1a1a1a;;
--accent: #ff3d4a;;
--background-accent: #b8111f;; */
--background: #f5f5f5;;
--card: #ffffff;;
--foreground: #1c1c1c;;
--primary-cta: #e63946;;
--secondary-cta: #ffffff;;
--accent: #e63946;;
--background-accent: #e8a8b6;;
--background: #1a1a1a;;
--card: #2d2d2d;;
--foreground: #ffffff;;
--primary-cta: #ff3d4a;;
--secondary-cta: #1a1a1a;;
--accent: #ff3d4a;;
--background-accent: #b8111f;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
@@ -28,7 +28,7 @@ export default function LandingPage() {
>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
brandName="Magnolia"
brandedName="BogCoder"
navItems={[
{ name: "Home", id: "hero" },
{ name: "About", id: "about" },