Merge version_14 into main
Merge version_14 into main
This commit was merged in pull request #13.
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user