Merge version_5 into main
Merge version_5 into main
This commit was merged in pull request #4.
This commit is contained in:
@@ -4,21 +4,21 @@
|
||||
/* Base units */
|
||||
/* --vw is set by ThemeProvider */
|
||||
|
||||
/* --background: #f5f4ef;;
|
||||
--card: #dad6cd;;
|
||||
--foreground: #2a2928;;
|
||||
--primary-cta: #2a2928;;
|
||||
--secondary-cta: #ecebea;;
|
||||
--accent: #ffffff;;
|
||||
--background-accent: #ffffff;; */
|
||||
/* --background: #ffffff;;
|
||||
--card: #f5f5f5;;
|
||||
--foreground: #000000;;
|
||||
--primary-cta: #dc2626;;
|
||||
--secondary-cta: #1f2937;;
|
||||
--accent: #7f1d1d;;
|
||||
--background-accent: #fee2e2;; */
|
||||
|
||||
--background: #f5f4ef;;
|
||||
--card: #dad6cd;;
|
||||
--foreground: #2a2928;;
|
||||
--primary-cta: #2a2928;;
|
||||
--secondary-cta: #ecebea;;
|
||||
--accent: #ffffff;;
|
||||
--background-accent: #ffffff;;
|
||||
--background: #ffffff;;
|
||||
--card: #f5f5f5;;
|
||||
--foreground: #000000;;
|
||||
--primary-cta: #dc2626;;
|
||||
--secondary-cta: #1f2937;;
|
||||
--accent: #7f1d1d;;
|
||||
--background-accent: #fee2e2;;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
"use client"
|
||||
"use client";
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
@@ -29,7 +29,7 @@ export default function LandingPage() {
|
||||
headingFontWeight="bold"
|
||||
>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
<NavbarStyleCentered code="node"
|
||||
brandName="Pes Coder"
|
||||
navItems={[
|
||||
{ name: "About", id: "about" },
|
||||
|
||||
Reference in New Issue
Block a user