14 Commits

Author SHA1 Message Date
a2eb2e9cc8 Update src/app/styles/variables.css 2026-02-25 12:42:09 +00:00
1ab112bad6 Update src/app/shop/page.tsx 2026-02-25 12:42:09 +00:00
2664e14dd7 Update src/app/shop/[id]/page.tsx 2026-02-25 12:42:08 +00:00
fae1724a61 Update src/app/page.tsx 2026-02-25 12:42:07 +00:00
8c1d15e3ef Update src/app/layout.tsx 2026-02-25 12:42:06 +00:00
52fe18b025 Update src/app/blog/page.tsx 2026-02-25 12:42:05 +00:00
27530e4372 Merge version_2 into main
Merge version_2 into main
2026-02-25 12:36:51 +00:00
2f81494bc8 Update src/app/styles/variables.css 2026-02-25 12:36:47 +00:00
c2075e92d9 Update src/app/shop/page.tsx 2026-02-25 12:36:46 +00:00
613e09c3e8 Update src/app/shop/[id]/page.tsx 2026-02-25 12:36:46 +00:00
ecdd5aefa7 Update src/app/page.tsx 2026-02-25 12:36:45 +00:00
c4c96cea80 Update src/app/layout.tsx 2026-02-25 12:36:44 +00:00
bd8c6b0fb5 Update src/app/blog/page.tsx 2026-02-25 12:36:43 +00:00
d390571b52 Merge version_1 into main
Merge version_1 into main
2026-02-25 12:10:28 +00:00
2 changed files with 17 additions and 17 deletions

View File

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

View File

@@ -2,23 +2,23 @@
/* Base units */
/* --vw is set by ThemeProvider */
/* --background: #000802;;
--card: #0b1a0b;;
--foreground: #e6ffe6;;
--primary-cta: #80da9b;;
--secondary-cta: #07170b;;
--accent: #38714a;;
--background-accent: #2c6541;; */
/* --background: #000a1a;;
--card: #051433;;
--foreground: #d9ebff;;
--primary-cta: #2323ff;;
--secondary-cta: #051433;;
--accent: #2323ff;;
--background-accent: #0a40cc;; */
--background: #000802;;
--card: #0b1a0b;;
--foreground: #e6ffe6;;
--primary-cta: #80da9b;;
--primary-cta-text: #000802;;
--secondary-cta: #07170b;;
--secondary-cta-text: #e6ffe6;;
--accent: #38714a;;
--background-accent: #2c6541;;
--background: #000a1a;;
--card: #051433;;
--foreground: #d9ebff;;
--primary-cta: #2323ff;;
--primary-cta-text: #000912;;
--secondary-cta: #051433;;
--secondary-cta-text: #e6f0ff;;
--accent: #2323ff;;
--background-accent: #0a40cc;;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);