9 Commits

Author SHA1 Message Date
9fa0d536ac Update theme colors 2026-05-07 20:14:19 +00:00
3db0f189c4 Update theme colors 2026-05-07 20:14:17 +00:00
4a627ca011 Update theme colors 2026-05-07 20:14:11 +00:00
70e3c01e2a Update theme colors 2026-05-07 20:14:09 +00:00
731c53de1e Update theme colors 2026-05-07 20:14:00 +00:00
014a83c1e1 Update theme colors 2026-05-07 20:13:57 +00:00
a70bf04bd0 Update theme colors 2026-05-07 20:13:47 +00:00
d5f455a42b Update src/app/page.tsx 2026-05-07 20:10:35 +00:00
a790d5cc80 Merge version_2 into main
Merge version_2 into main
2026-05-07 20:08:35 +00:00
2 changed files with 9 additions and 9 deletions

View File

@@ -156,7 +156,7 @@ export default function LandingPage() {
useInvertedBackground={true}
plans={[
{
id: "basic", badge: "Entry", price: "$19/mo", subtitle: "For new traders", buttons: [
id: "basic", badge: "Entry", price: "$19/mo", subtitle: "Essential Tools for Growth", buttons: [
{
text: "Get Started", href: "#"},
],
@@ -164,7 +164,7 @@ export default function LandingPage() {
"Basic journal", "Daily analytics", "Community access"],
},
{
id: "pro", badge: "Elite", price: "$49/mo", subtitle: "For pro traders", buttons: [
id: "pro", badge: "Elite", price: "$49/mo", subtitle: "Advanced Insights for Pro Traders", buttons: [
{
text: "Go Pro", href: "#"},
],

View File

@@ -11,14 +11,14 @@
--background-accent: #ffffff; */
--background: #000000;
--card: #0c0c0c;
--card: #1f4035;
--foreground: #ffffff;
--primary-cta: #cee7ff;
--primary-cta-text: #000000;
--secondary-cta: #000000;
--secondary-cta-text: #ffffff;
--accent: #535353;
--background-accent: #CEE7FF;
--primary-cta: #ffffff;
--primary-cta-text: #051a12;
--secondary-cta: #0d2b1f;
--secondary-cta-text: #d4f6e8;
--accent: #0d5238;
--background-accent: #10b981;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);