diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index fde6c0a..b97bada 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -74,19 +74,19 @@ export default function PricingPage() { animationType="slide-up" plans={[ { - id: "starter", tagIcon: Rocket, + id: "starter", tag: "Starter", tagIcon: Rocket, price: "$500", period: "/mo", description: "For teams managing 10–50 machines", button: { text: "Start Free Pilot", href: "/contact" }, featuresTitle: "What's Included:", features: [ "Up to 50 machines tracked", "Unlimited QR code reports", "Basic maintenance history", "Single location support", "Email support"], }, { - id: "growth", tagIcon: Sparkles, + id: "growth", tag: "Growth", tagIcon: Sparkles, price: "$2,500", period: "/mo", description: "For growing multi-location operations", button: { text: "Start Free Pilot", href: "/contact" }, featuresTitle: "What's Included:", features: [ "Up to 500 machines tracked", "Real-time dashboards", "Parts inventory management", "Multi-location coordination", "Zapier & API integration", "Priority support"], }, { - id: "enterprise", tagIcon: Crown, + id: "enterprise", tag: "Enterprise", tagIcon: Crown, price: "Custom", period: "", description: "For large enterprise networks", button: { text: "Contact Sales", href: "/contact" }, featuresTitle: "What's Included:", features: [ "Unlimited machines", "Advanced analytics & reporting", "Custom integrations", "Dedicated account manager", "SLA & compliance options", "24/7 support"],