Compare commits
12 Commits
version_2
...
version_13
| Author | SHA1 | Date | |
|---|---|---|---|
| 7abe886c39 | |||
| ca549d5211 | |||
| eaf6b895ec | |||
| 9fa0d536ac | |||
| 3db0f189c4 | |||
| 4a627ca011 | |||
| 70e3c01e2a | |||
| 731c53de1e | |||
| 014a83c1e1 | |||
| a70bf04bd0 | |||
| d5f455a42b | |||
| a790d5cc80 |
@@ -156,7 +156,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
plans={[
|
||||
{
|
||||
id: "basic", badge: "Entry", price: "$19/mo", subtitle: "For new traders", buttons: [
|
||||
id: "basic", badge: "Entry", price: "$19/mo", subtitle: "Essential Tools for Growth", 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: "For pro traders", buttons: [
|
||||
id: "pro", badge: "Elite", price: "$49/mo", subtitle: "Advanced Insights for Pro Traders", buttons: [
|
||||
{
|
||||
text: "Go Pro", href: "#"},
|
||||
],
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #000000;
|
||||
--card: #0c0c0c;
|
||||
--foreground: #ffffff;
|
||||
--background: #0a0a0a;
|
||||
--card: #1a1a1a;
|
||||
--foreground: #f0f8ffe6;
|
||||
--primary-cta: #cee7ff;
|
||||
--primary-cta-text: #000000;
|
||||
--secondary-cta: #000000;
|
||||
--secondary-cta-text: #ffffff;
|
||||
--accent: #535353;
|
||||
--background-accent: #CEE7FF;
|
||||
--primary-cta-text: #0a0a0a;
|
||||
--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