Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 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: "#"},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user