From d5f455a42b024124deac4cf418518ce163cad6d3 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 7 May 2026 20:10:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8b8992a..46105b5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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: "#"}, ],