3 Commits

Author SHA1 Message Date
877e550232 Update src/app/page.tsx 2026-01-05 18:06:52 +00:00
2fdc43a2a1 Update src/app/page.tsx 2026-01-05 18:05:15 +00:00
858ea6af4c Update src/app/globals.css 2026-01-05 18:01:35 +00:00
2 changed files with 9 additions and 8 deletions

View File

@@ -4,13 +4,13 @@
/* Base units */
/* --vw is set by ThemeProvider */
--background: #fff8f5;;
--card: #fff0eb;;
--foreground: #3d2c29;;
--primary-cta: #e8a090;;
--secondary-cta: #ffffff;;
--accent: #f5d5cc;;
--background-accent: #f0c4b8;;
--background: #0a0a0a;;
--card: #1a1a1a;;
--foreground: #ffffffe6;;
--primary-cta: #d4af37;;
--secondary-cta: #1a1a1a;;
--accent: #ffd700;;
--background-accent: #b8860b;;
/* 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 NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
@@ -115,6 +115,7 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground="noInvert"
cardNameClassName="text-white"
/>
</div>