4 Commits

Author SHA1 Message Date
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
3 changed files with 15 additions and 15 deletions

View File

@@ -1419,4 +1419,4 @@ export default function RootLayout({
</ServiceWrapper> </ServiceWrapper>
</html> </html>
); );
} }

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';
@@ -238,4 +238,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }

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: #ffb81c;;
--primary-cta-text: #ffffff;; --primary-cta-text: #ffffff;;
--secondary-cta: #f9f9f9;; --secondary-cta: #000000;;
--secondary-cta-text: #000612e6;; --secondary-cta-text: #000612e6;;
--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);