3 Commits

Author SHA1 Message Date
123be8e0b7 Update src/app/page.tsx 2025-12-31 15:00:06 +00:00
79cf4ee007 Update src/app/globals.css 2025-12-31 15:00:05 +00:00
5166b2e69b Update src/app/globals.css 2025-12-31 14:58:01 +00:00
2 changed files with 6 additions and 6 deletions

View File

@@ -5,12 +5,12 @@
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
--background: #ffffff;; --background: #ffffff;;
--card: #fafafa;; --card: #fcfcfc;;
--foreground: #000000;; --foreground: #0a0018e6;;
--primary-cta: #0066ff;; --primary-cta: #8b5cf6;;
--secondary-cta: #ffffff;; --secondary-cta: #ffffff;;
--accent: #e5e5e5;; --accent: #e2e2e2;;
--background-accent: #f5f5f5;; --background-accent: #c4c4c4;;
/* 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

@@ -1,4 +1,4 @@
"use client" "use client";
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import HeroBillboardSplit from '@/components/sections/hero/HeroBillboardSplit'; import HeroBillboardSplit from '@/components/sections/hero/HeroBillboardSplit';