From 94c5f9a5888a902cf77dcc3b0e1c3ca0784dfb4f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 22:09:21 +0000 Subject: [PATCH] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 91 ++++++++++------------------------------ 1 file changed, 22 insertions(+), 69 deletions(-) diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index f8c620d..07c36cd 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: "Reports", href: "/reports" }, { label: "Vehicles", href: "/vehicles" }, @@ -28,8 +27,7 @@ export default function PricingPage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/" }, { label: "Blog", href: "/" }, { label: "Careers", href: "/" }, @@ -37,8 +35,7 @@ export default function PricingPage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Security", href: "#" }, @@ -54,7 +51,7 @@ export default function PricingPage() { borderRadius="pill" contentWidth="mediumSmall" sizing="medium" - background="aurora" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="radial-glow" secondaryButtonStyle="glass" @@ -65,9 +62,7 @@ export default function PricingPage() { brandName="TransitFlow" navItems={navItems} button={{ - text: "Get Started", - href: "#contact", - }} + text: "Get Started", href: "#contact"}} animateOnLoad={true} /> @@ -79,34 +74,22 @@ export default function PricingPage() { features={[ { icon: TrendingUp, - title: "Scalable Plans", - description: "Start small and upgrade anytime. Pay only for the vehicles you track with flexible billing cycles", - }, + title: "Scalable Plans", description: "Start small and upgrade anytime. Pay only for the vehicles you track with flexible billing cycles"}, { icon: DollarSign, - title: "Cost Savings", - description: "Save 45% on average through optimized routing, preventive maintenance, and fuel efficiency insights", - }, + title: "Cost Savings", description: "Save 45% on average through optimized routing, preventive maintenance, and fuel efficiency insights"}, { icon: Clock, - title: "Quick ROI", - description: "Most customers see return on investment within 3-6 months through operational cost reduction", - }, + title: "Quick ROI", description: "Most customers see return on investment within 3-6 months through operational cost reduction"}, { icon: Users, - title: "Dedicated Support", - description: "Expert support team available 24/7 to help you maximize platform value and solve challenges", - }, + title: "Dedicated Support", description: "Expert support team available 24/7 to help you maximize platform value and solve challenges"}, { icon: ZapIcon, - title: "No Setup Fees", - description: "Start immediately with zero setup costs. We handle onboarding and data migration for you", - }, + title: "No Setup Fees", description: "Start immediately with zero setup costs. We handle onboarding and data migration for you"}, { icon: Zap, - title: "Free Trial", - description: "Try all features with 30-day free trial. No credit card required. Full access to all tools", - }, + title: "Free Trial", description: "Try all features with 30-day free trial. No credit card required. Full access to all tools"}, ]} animationType="slide-up" tag="Pricing Value" @@ -122,34 +105,16 @@ export default function PricingPage() { description="Understand the financial impact of TransitFlow on your operations" metrics={[ { - id: "1", - value: "45%", - title: "Average Cost Reduction", - items: [ - "Optimized fuel consumption", - "Preventive maintenance benefits", - "Reduced downtime", - ], + id: "1", value: "45%", title: "Average Cost Reduction", items: [ + "Optimized fuel consumption", "Preventive maintenance benefits", "Reduced downtime"], }, { - id: "2", - value: "6 mo", - title: "Average ROI Timeline", - items: [ - "Operational efficiency gains", - "Administrative time savings", - "Maintenance cost reduction", - ], + id: "2", value: "6 mo", title: "Average ROI Timeline", items: [ + "Operational efficiency gains", "Administrative time savings", "Maintenance cost reduction"], }, { - id: "3", - value: "$50K+", - title: "Annual Savings per 50 Vehicles", - items: [ - "Fuel cost optimization", - "Repair cost reduction", - "Administrative overhead cut", - ], + id: "3", value: "$50K+", title: "Annual Savings per 50 Vehicles", items: [ + "Fuel cost optimization", "Repair cost reduction", "Administrative overhead cut"], }, ]} animationType="scale-rotate" @@ -163,25 +128,13 @@ export default function PricingPage() {