Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-02-25 12:42:14 +00:00
6 changed files with 19 additions and 19 deletions

View File

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

View File

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

View File

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

View File

@@ -235,4 +235,4 @@ function ProductPageContent({ params }: ProductPageProps) {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -112,4 +112,4 @@ export default function ShopPage() {
<ShopPageContent /> <ShopPageContent />
</Suspense> </Suspense>
); );
} }

View File

@@ -2,23 +2,23 @@
/* Base units */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
/* --background: #000912;; /* --background: #000a1a;;
--card: #0a1a3d;; --card: #051433;;
--foreground: #e6f0ff;; --foreground: #d9ebff;;
--primary-cta: #00d9ff;; --primary-cta: #2323ff;;
--secondary-cta: #0a1a3d;; --secondary-cta: #051433;;
--accent: #00d9ff;; --accent: #2323ff;;
--background-accent: #0055aa;; */ --background-accent: #0a40cc;; */
--background: #000912;; --background: #000a1a;;
--card: #0a1a3d;; --card: #051433;;
--foreground: #e6f0ff;; --foreground: #d9ebff;;
--primary-cta: #00d9ff;; --primary-cta: #2323ff;;
--primary-cta-text: #000912;; --primary-cta-text: #000912;;
--secondary-cta: #0a1a3d;; --secondary-cta: #051433;;
--secondary-cta-text: #e6f0ff;; --secondary-cta-text: #e6f0ff;;
--accent: #00d9ff;; --accent: #2323ff;;
--background-accent: #0055aa;; --background-accent: #0a40cc;;
/* 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);