Update src/app/pricing/page.tsx

This commit is contained in:
2026-03-03 18:16:15 +00:00
parent 17bfdb36f7
commit 5341b08f42

View File

@@ -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 1050 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"],