20 Commits

Author SHA1 Message Date
fa8f997e73 Update src/app/styles/variables.css 2026-05-07 20:16:38 +00:00
41483e9080 Update src/app/page.tsx 2026-05-07 20:16:37 +00:00
23b123d1af Merge version_13 into main
Merge version_13 into main
2026-05-07 20:15:53 +00:00
7abe886c39 Update theme colors 2026-05-07 20:15:50 +00:00
944c0323ab Merge version_12 into main
Merge version_12 into main
2026-05-07 20:15:45 +00:00
ca549d5211 Update theme colors 2026-05-07 20:15:42 +00:00
ce91c387f9 Merge version_11 into main
Merge version_11 into main
2026-05-07 20:15:40 +00:00
eaf6b895ec Update theme colors 2026-05-07 20:15:34 +00:00
2776381af6 Merge version_10 into main
Merge version_10 into main
2026-05-07 20:14:22 +00:00
5883417aea Merge version_9 into main
Merge version_9 into main
2026-05-07 20:14:20 +00:00
9fa0d536ac Update theme colors 2026-05-07 20:14:19 +00:00
3db0f189c4 Update theme colors 2026-05-07 20:14:17 +00:00
e157207e06 Merge version_8 into main
Merge version_8 into main
2026-05-07 20:14:14 +00:00
fc06b620a5 Merge version_7 into main
Merge version_7 into main
2026-05-07 20:14:12 +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
c84b45460f Merge version_6 into main
Merge version_6 into main
2026-05-07 20:14:03 +00:00
0fea46a4c1 Merge version_5 into main
Merge version_5 into main
2026-05-07 20:14:00 +00:00
0a94687657 Merge version_4 into main
Merge version_4 into main
2026-05-07 20:13:50 +00:00
dc89a56a03 Merge version_3 into main
Merge version_3 into main
2026-05-07 20:10:41 +00:00
2 changed files with 12 additions and 10 deletions

View File

@@ -156,7 +156,7 @@ export default function LandingPage() {
useInvertedBackground={true}
plans={[
{
id: "basic", badge: "Entry", price: "$19/mo", subtitle: "Essential Tools for Growth", buttons: [
id: "basic", badge: "Entry", price: "$19/mo", subtitle: "Master Basic Discipline", 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: "Advanced Insights for Pro Traders", buttons: [
id: "pro", badge: "Elite", price: "$49/mo", subtitle: "Achieve Scaling Precision", buttons: [
{
text: "Go Pro", href: "#"},
],
@@ -174,6 +174,7 @@ export default function LandingPage() {
]}
title="Flexible Pricing Plans"
description="Choose the right plan to fuel your trading journey."
planButtonClassName="bg-blue-900 hover:bg-blue-800 text-white"
/>
</div>
@@ -190,6 +191,7 @@ export default function LandingPage() {
name: "email", type: "email", placeholder: "Your Email", required: true,
},
]}
buttonClassName="bg-blue-900 hover:bg-blue-800 text-white"
imageSrc="http://img.b2bpic.net/free-photo/empty-business-office-with-cubicles-used-organizational-activity-efficiency_482257-125625.jpg"
/>
</div>

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #15479c;
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #f0f8ffe6;
--primary-cta: #1e3a8a;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #f0f8ffe6;
--accent: #737373;
--background-accent: #737373;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);