Merge version_2 into main #1

Merged
bender merged 1 commits from version_2 into main 2026-04-08 05:02:46 +00:00

View File

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