4 Commits

Author SHA1 Message Date
9b3fad341b Update src/app/page.tsx 2026-01-20 15:06:06 +00:00
d8f8987f9a Update src/app/page.tsx 2026-01-20 15:04:26 +00:00
a2ef5973c5 Update src/app/layout.tsx 2026-01-20 15:04:25 +00:00
63072a2eaf Update src/app/globals.css 2026-01-20 15:04:24 +00:00
3 changed files with 11 additions and 11 deletions

View File

@@ -6,19 +6,19 @@
/* --background: #f7f6f7;; /* --background: #f7f6f7;;
--card: #ffffff;; --card: #ffffff;;
--foreground: #250c0d;; --foreground: #251a0c;;
--primary-cta: #b82b40;; --primary-cta: #f4c408;;
--secondary-cta: #ffffff;; --secondary-cta: #ffffff;;
--accent: #b90941;; --accent: #f4ca26;;
--background-accent: #e8a8b6;; */ --background-accent: #e8daa8;; */
--background: #f7f6f7;; --background: #f7f6f7;;
--card: #ffffff;; --card: #ffffff;;
--foreground: #250c0d;; --foreground: #251a0c;;
--primary-cta: #b82b40;; --primary-cta: #f4c408;;
--secondary-cta: #ffffff;; --secondary-cta: #ffffff;;
--accent: #b90941;; --accent: #f4ca26;;
--background-accent: #e8a8b6;; --background-accent: #e8daa8;;
/* 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 { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';