12 Commits

Author SHA1 Message Date
8b1c8d0f18 Update theme colors 2026-02-17 11:45:03 +00:00
8fb006543f Update theme colors 2026-02-17 11:44:45 +00:00
ea9e32ad6e Update theme colors 2026-02-17 11:44:36 +00:00
1dcf8e2404 Update theme colors 2026-02-17 11:43:27 +00:00
8ef68b476b Update theme colors 2026-02-17 11:43:13 +00:00
2d49fe3d58 Update src/app/styles/variables.css 2026-02-17 11:40:45 +00:00
cd42473794 Update src/app/shop/page.tsx 2026-02-17 11:40:44 +00:00
700dc72d46 Update src/app/shop/[id]/page.tsx 2026-02-17 11:40:44 +00:00
0b46c80f8e Update src/app/page.tsx 2026-02-17 11:40:43 +00:00
873ab6e92e Update src/app/layout.tsx 2026-02-17 11:40:42 +00:00
b2a30ae7c5 Update src/app/blog/page.tsx 2026-02-17 11:40:41 +00:00
c9572718d8 Merge version_2 into main
Merge version_2 into main
2026-02-17 11:36:33 +00:00
6 changed files with 19 additions and 19 deletions

View File

@@ -102,4 +102,4 @@ export default function BlogPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

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

View File

@@ -317,4 +317,4 @@ export default function KazkovyyDimPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -338,4 +338,4 @@ export default function ProductPage({ params }: ProductPageProps) {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -180,4 +180,4 @@ export default function ShopPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -2,21 +2,21 @@
/* Base units */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
/* --background: #e3deea;; /* --background: #060000;;;;;;;
--card: #ffffff;; --card: #1d0d0d;;;;;;;
--foreground: #1f2027;; --foreground: #ffe6e6;;;;;;;
--primary-cta: #627dc6;; --primary-cta: #ff3d4a;;;;;;;
--secondary-cta: #ffffff;; --secondary-cta: #1f0a0a;;;;;;;
--accent: #627dc6;; --accent: #7b2d2d;;;;;;;
--background-accent: #627dc6;; */ --background-accent: #b8111f;;;;;;; */
--background: #e3deea;; --background: #060000;;;;;;;
--card: #ffffff;; --card: #1d0d0d;;;;;;;
--foreground: #1f2027;; --foreground: #ffe6e6;;;;;;;
--primary-cta: #627dc6;; --primary-cta: #ff3d4a;;;;;;;
--secondary-cta: #ffffff;; --secondary-cta: #1f0a0a;;;;;;;
--accent: #627dc6;; --accent: #7b2d2d;;;;;;;
--background-accent: #627dc6;; --background-accent: #b8111f;;;;;;;
/* 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);