Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a70bf04bd0 | |||
| d5f455a42b | |||
| a790d5cc80 |
@@ -156,7 +156,7 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
plans={[
|
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: "#"},
|
text: "Get Started", href: "#"},
|
||||||
],
|
],
|
||||||
@@ -164,7 +164,7 @@ export default function LandingPage() {
|
|||||||
"Basic journal", "Daily analytics", "Community access"],
|
"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: "#"},
|
text: "Go Pro", href: "#"},
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #000000;
|
--background: #ffffff;
|
||||||
--card: #0c0c0c;
|
--card: #f9f9f9;
|
||||||
--foreground: #ffffff;
|
--foreground: #000612e6;
|
||||||
--primary-cta: #cee7ff;
|
--primary-cta: #15479c;
|
||||||
--primary-cta-text: #000000;
|
--primary-cta-text: #ffffff;
|
||||||
--secondary-cta: #000000;
|
--secondary-cta: #f9f9f9;
|
||||||
--secondary-cta-text: #ffffff;
|
--secondary-cta-text: #000612e6;
|
||||||
--accent: #535353;
|
--accent: #e2e2e2;
|
||||||
--background-accent: #CEE7FF;
|
--background-accent: #c4c4c4;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user