From 74d40a079e5110c55fa13229ec1fa617bf2c77ea Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 13:52:06 +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 26b68ab..f3b24cd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -188,7 +188,7 @@ export default function LandingPage() { plans={[ { id: "1", badge: "Starter", badgeIcon: Play, - price: "Free", subtitle: "Full access, no commitment required", buttons: [{ text: "Get Started", href: "contact" }], + price: "Free", subtitle: "Full access, no commitment required", buttons: [{ text: "Start Free Now", href: "contact" }], features: [ "Access to 5 core games", "Basic progress tracking", "Weekly learning challenges", "Community access" ] @@ -196,7 +196,7 @@ export default function LandingPage() { { id: "2", badge: "Premium", badgeIcon: Star, price: "$9.99/mo", subtitle: "Best for serious learners", buttons: [ - { text: "Start Free Trial", href: "contact" }, + { text: "Try 7 Days Free", href: "contact" }, { text: "Learn More", href: "#" } ], features: [ -- 2.49.1