diff --git a/src/app/page.tsx b/src/app/page.tsx index 85b56d4..64cf377 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; @@ -15,7 +15,7 @@ export default function LandingPage() { ); -} \ No newline at end of file +} diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 10e31b4..f56e40f 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #ffffff; - --card: #f9f9f9; - --foreground: #0f172a; - --primary-cta: #15479c; + --background: #1e3a8a; + --card: #1f2937; + --foreground: #ffffff; + --primary-cta: #fbbf24; --primary-cta-text: #ffffff; - --secondary-cta: #FFC700; + --secondary-cta: #fbbf24; --secondary-cta-text: #1f2937; - --accent: #FFC700; - --background-accent: #e8f2ff; + --accent: #fbbf24; + --background-accent: #fbbf24; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);