From 41483e90802550b24ca276010e4c4cc5443399d9 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 7 May 2026 20:16:37 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 46105b5..b377d2b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" /> @@ -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" /> From fa8f997e736bcaaf456b6d5610327f1c398e0887 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 7 May 2026 20:16:38 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index 47bbc8e..7dba4bf 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -13,8 +13,8 @@ --background: #0a0a0a; --card: #1a1a1a; --foreground: #f0f8ffe6; - --primary-cta: #cee7ff; - --primary-cta-text: #0a0a0a; + --primary-cta: #1e3a8a; + --primary-cta-text: #ffffff; --secondary-cta: #1a1a1a; --secondary-cta-text: #f0f8ffe6; --accent: #737373;