Update src/app/page.tsx

This commit is contained in:
2026-03-08 15:20:44 +00:00
parent 34f8a0f43c
commit 285e2cf5da

View File

@@ -158,25 +158,25 @@ export default function HomePage() {
id: "basic", badge: "Starter", badgeIcon: Package,
price: "$99/mo", subtitle: "Perfect for small teams", features: [
"Up to 50 monthly jobs", "Basic invoicing & receipts", "Customer database", "Email delivery", "Payment processing (2.9% + $0.30)", "Mobile app access"
],
]
},
{
id: "pro", badge: "Most Popular", badgeIcon: Star,
price: "$249/mo", subtitle: "Best for growing businesses", features: [
"Up to 500 monthly jobs", "Advanced invoicing & receipts", "Unlimited customer profiles", "Bulk email delivery", "Payment processing (2.5% + $0.25)", "Mobile app & web access", "GPS tracking", "Automated reminders"
],
cardClassName: "ring-2 ring-primary scale-105"},
]
},
{
id: "enterprise", badge: "Premium", badgeIcon: Crown,
price: "$499/mo", subtitle: "For large operations", features: [
"Unlimited monthly jobs", "Custom invoicing templates", "Team management (up to 10 users)", "Unlimited email & SMS", "Payment processing (2.2% + $0.20)", "API access", "Real-time analytics", "White-label options", "24/7 phone support"
],
]
},
{
id: "custom", badge: "Enterprise", badgeIcon: Zap,
price: "Custom", subtitle: "For enterprise needs", features: [
"Dedicated account manager", "Custom integrations", "On-premise deployment", "Multi-location support", "Custom reporting", "Training & onboarding", "Priority API support"
],
]
},
]}
textboxLayout="default"