From 92652ffcccdc462524fa2d8e952deab67e1fb6f8 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 05:02:42 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1d5a113..45f6173 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,7 +57,7 @@ export default function FinanceAppPage() { features: ["Manual entries", "Basic reporting", "Mobile app access", "Single user"], }, { - id: "premium", badge: "Popular", price: "$12/mo", name: "Premium", buttons: [{ text: "Start Trial", href: "#" }], + id: "premium", badge: "Most Recommended", price: "$12/mo", name: "Premium", buttons: [{ text: "Get Started Now", href: "#" }], features: ["Auto categorization", "Receipt OCR", "Custom PDF reports", "Family mode", "Budget Planner"], }, { @@ -142,8 +142,8 @@ export default function FinanceAppPage() { plans={pricingPlans} animationType="slide-up" tag="Pricing" - title="Affordable Plans for Everyone" - description="Scale your financial tracking as you grow your wealth." + title="Choose the Plan That Fits Your Goals" + description="Unlock premium features designed to help you save more and spend smarter." textboxLayout="default" useInvertedBackground={false} />