From 65e14b3d6492a8a24037ceab85484b6e130e2ce1 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 17:21:35 +0000 Subject: [PATCH] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 74 +++++++--------------------------------- 1 file changed, 13 insertions(+), 61 deletions(-) diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index c03a191..dfb071f 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -19,8 +19,7 @@ export default function PricingPage() { const footerColumns = [ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Features", href: "features" }, { label: "Pricing", href: "pricing" }, { label: "Security", href: "#" }, @@ -28,8 +27,7 @@ export default function PricingPage() { ], }, { - title: "Resources", - items: [ + title: "Resources", items: [ { label: "Documentation", href: "#" }, { label: "API Reference", href: "#" }, { label: "Blog", href: "#" }, @@ -37,8 +35,7 @@ export default function PricingPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "#" }, { label: "Contact", href: "contact" }, { label: "Privacy Policy", href: "#" }, @@ -78,48 +75,19 @@ export default function PricingPage() { animationType="slide-up" plans={[ { - id: "starter", - badge: "Quick Start", - badgeIcon: Rocket, - price: "$500/mo", - subtitle: "For teams managing 10–50 machines", - features: [ - "Up to 50 machines tracked", - "Unlimited QR code reports", - "Basic maintenance history", - "Single location support", - "Email support", - ], + id: "starter", badge: "Quick Start", badgeIcon: Rocket, + price: "$500/mo", subtitle: "For teams managing 10–50 machines", features: [ + "Up to 50 machines tracked", "Unlimited QR code reports", "Basic maintenance history", "Single location support", "Email support"], }, { - id: "growth", - badge: "Most Popular", - badgeIcon: Sparkles, - price: "$2,500/mo", - subtitle: "For growing multi-location operations", - features: [ - "Up to 500 machines tracked", - "Real-time dashboards", - "Parts inventory management", - "Multi-location coordination", - "Zapier & API integration", - "Priority support", - ], + id: "growth", badge: "Most Popular", badgeIcon: Sparkles, + price: "$2,500/mo", subtitle: "For growing multi-location operations", features: [ + "Up to 500 machines tracked", "Real-time dashboards", "Parts inventory management", "Multi-location coordination", "Zapier & API integration", "Priority support"], }, { - id: "enterprise", - badge: "Maximum Scale", - badgeIcon: Crown, - price: "Custom", - subtitle: "For large enterprise networks", - features: [ - "Unlimited machines", - "Advanced analytics & reporting", - "Custom integrations", - "Dedicated account manager", - "SLA & compliance options", - "24/7 support", - ], + id: "enterprise", badge: "Maximum Scale", badgeIcon: Crown, + price: "Custom", subtitle: "For large enterprise networks", features: [ + "Unlimited machines", "Advanced analytics & reporting", "Custom integrations", "Dedicated account manager", "SLA & compliance options", "24/7 support"], }, ]} /> @@ -133,23 +101,7 @@ export default function PricingPage() { textboxLayout="default" useInvertedBackground={false} logos={[ - { - src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARZomrYSJPepWQ9jhpRU73w8Ar/professional-company-logo-for-a-large-eq-1772557688616-0148851e.png", - alt: "Acme Equipment Group", - }, - { - src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARZomrYSJPepWQ9jhpRU73w8Ar/professional-company-logo-for-a-technolo-1772557688817-0b9ef049.png", - alt: "TechFlow Operations", - }, - { - src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARZomrYSJPepWQ9jhpRU73w8Ar/professional-company-logo-for-an-innovat-1772557689587-cb86315e.png", - alt: "Innovate Fleet Services", - }, - { - src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARZomrYSJPepWQ9jhpRU73w8Ar/professional-company-logo-for-a-cloud-op-1772557688873-d070161a.png", - alt: "CloudOps Solutions", - }, - ]} + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARZomrYSJPepWQ9jhpRU73w8Ar/professional-company-logo-for-a-large-eq-1772557688616-0148851e.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARZomrYSJPepWQ9jhpRU73w8Ar/professional-company-logo-for-a-technolo-1772557688817-0b9ef049.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARZomrYSJPepWQ9jhpRU73w8Ar/professional-company-logo-for-an-innovat-1772557689587-cb86315e.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARZomrYSJPepWQ9jhpRU73w8Ar/professional-company-logo-for-a-cloud-op-1772557688873-d070161a.png"]} speed={40} showCard={true} />