Compare commits
20 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a99253b3ea | |||
| fa8f997e73 | |||
| 41483e9080 | |||
| 23b123d1af | |||
| 7abe886c39 | |||
| 944c0323ab | |||
| ca549d5211 | |||
| ce91c387f9 | |||
| eaf6b895ec | |||
| 2776381af6 | |||
| 5883417aea | |||
| 9fa0d536ac | |||
| 3db0f189c4 | |||
| e157207e06 | |||
| fc06b620a5 | |||
| 4a627ca011 | |||
| c84b45460f | |||
| 0fea46a4c1 | |||
| 0a94687657 | |||
| dc89a56a03 |
@@ -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>
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #000f06e6;
|
||||
--primary-cta: #0a7039;
|
||||
--background: #0a0a0a;
|
||||
--card: #1a1a1a;
|
||||
--foreground: #f0f8ffe6;
|
||||
--primary-cta: #1e3a8a;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta-text: #000f06e6;
|
||||
--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);
|
||||
|
||||
Reference in New Issue
Block a user