Update src/app/pricing/page.tsx
This commit is contained in:
@@ -69,25 +69,24 @@ export default function PricingPage() {
|
||||
<PricingCardOne
|
||||
title="Transparent, Scalable Pricing"
|
||||
description="No hidden fees. Pay for what you use. Grow without friction. All plans include 24/7 support and uptime guarantees."
|
||||
tag="Pricing Plans"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
plans={[
|
||||
{
|
||||
id: "starter", tag: "Starter", tagIcon: Rocket,
|
||||
id: "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", tag: "Growth", tagIcon: Sparkles,
|
||||
id: "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", tag: "Enterprise", tagIcon: Crown,
|
||||
id: "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"],
|
||||
@@ -100,7 +99,6 @@ export default function PricingPage() {
|
||||
<SocialProofOne
|
||||
title="Trusted by Leading Operations Teams"
|
||||
description="Industry-leading equipment operators and maintenance networks use Report Desk to manage thousands of machines."
|
||||
tag="Our Customers"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
|
||||
Reference in New Issue
Block a user