From 285e2cf5da1bb490a9b66cc2f271c244f0365bcb Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 15:20:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b9cf0ae..384dfc2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" -- 2.49.1