Merge version_14 into main

Merge version_14 into main
This commit was merged in pull request #13.
This commit is contained in:
2026-05-07 20:16:41 +00:00
2 changed files with 6 additions and 4 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

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