Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-05-07 20:10:41 +00:00

View File

@@ -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: "#"},
], ],