13 Commits

Author SHA1 Message Date
609dde6ead Update src/app/shop/page.tsx 2026-02-25 12:48:08 +00:00
3aa6a06226 Update src/app/shop/[id]/page.tsx 2026-02-25 12:48:07 +00:00
5657463b6e Update src/app/page.tsx 2026-02-25 12:48:07 +00:00
82ad6890ad Update src/app/layout.tsx 2026-02-25 12:48:05 +00:00
e6f6850218 Update src/app/blog/page.tsx 2026-02-25 12:48:04 +00:00
681ece8f43 Merge version_3 into main
Merge version_3 into main
2026-02-25 12:42:14 +00:00
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
2 changed files with 16 additions and 16 deletions

View File

@@ -48,8 +48,8 @@ export default function CryptoLearnPage() {
tagAnimation="slide-up" tagAnimation="slide-up"
background={{ variant: "sparkles-gradient" }} background={{ variant: "sparkles-gradient" }}
buttons={[ buttons={[
{ text: "Start Learning", href: "pricing" }, { text: "Start Learning Now", href: "pricing" },
{ text: "View Courses", href: "features" } { text: "Explore Courses", href: "features" }
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
mediaItems={[ mediaItems={[

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);