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} />