Compare commits
13 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 609dde6ead | |||
| 3aa6a06226 | |||
| 5657463b6e | |||
| 82ad6890ad | |||
| e6f6850218 | |||
| 681ece8f43 | |||
| a2eb2e9cc8 | |||
| 1ab112bad6 | |||
| 2664e14dd7 | |||
| fae1724a61 | |||
| 8c1d15e3ef | |||
| 52fe18b025 | |||
| 27530e4372 |
@@ -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={[
|
||||||
|
|||||||
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user