8 Commits

Author SHA1 Message Date
1ea0f0ab33 Update src/app/styles/variables.css 2026-03-02 12:37:10 +00:00
9ceea06d6e Update src/app/page.tsx 2026-03-02 12:37:09 +00:00
707ecab1d2 Update src/app/layout.tsx 2026-03-02 12:37:08 +00:00
60a571cdb5 Merge version_8 into main
Merge version_8 into main
2026-03-02 12:25:56 +00:00
781748dec8 Update src/app/styles/variables.css 2026-03-02 12:25:52 +00:00
de238e999e Update src/app/page.tsx 2026-03-02 12:25:51 +00:00
461aa93482 Update src/app/layout.tsx 2026-03-02 12:25:50 +00:00
6da8ad8a9e Merge version_7 into main
Merge version_7 into main
2026-03-02 12:23:27 +00:00
2 changed files with 15 additions and 15 deletions

View File

@@ -1,4 +1,4 @@
"use client" "use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';

View File

@@ -3,22 +3,22 @@
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
/* --background: #ffffff;; /* --background: #ffffff;;
--card: #f9f9f9;; --card: #f5f5f5;;
--foreground: #000612e6;; --foreground: #1a1a1a;;
--primary-cta: #e63946;; --primary-cta: #ffb81c;;
--secondary-cta: #f9f9f9;; --secondary-cta: #000000;;
--accent: #e2e2e2;; --accent: #ffd54f;;
--background-accent: #c4c4c4;; */ --background-accent: #ffe082;; */
--background: #ffffff;; --background: #ffffff;;
--card: #f9f9f9;; --card: #f5f5f5;;
--foreground: #000612e6;; --foreground: #1a1a1a;;
--primary-cta: #e63946;; --primary-cta: #dc2626;;
--primary-cta-text: #ffffff;; --primary-cta-text: #ffffff;;
--secondary-cta: #f9f9f9;; --secondary-cta: #16a34a;;
--secondary-cta-text: #000612e6;; --secondary-cta-text: #ffffff;;
--accent: #e2e2e2;; --accent: #ffd54f;;
--background-accent: #c4c4c4;; --background-accent: #ffe082;;
/* 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);
@@ -214,4 +214,4 @@
--height-140: 126vw; --height-140: 126vw;
--height-150: 135vw; --height-150: 135vw;
} }
} }