Merge version_8 into main

Merge version_8 into main
This commit was merged in pull request #7.
This commit is contained in:
2025-12-29 21:13:42 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
--background: #ffffff;;
--card: #fcfcfc;;
--foreground: #0f0003e6;;
--primary-cta: #c1121f;;
--primary-cta: #1a1a1a;;
--secondary-cta: #ffffff;;
--accent: #e2e2e2;;
--background-accent: #c4c4c4;;

View File

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