Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #1.
This commit is contained in:
@@ -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}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user