Update src/app/pricing/page.tsx
This commit is contained in:
@@ -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}
|
||||
/>
|
||||
</div>
|
||||
@@ -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() {
|
||||
<FaqSplitText
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Can I change plans or cancel anytime?",
|
||||
content: "Yes! You can upgrade, downgrade, or cancel your plan anytime with no penalties. Changes take effect at your next billing cycle. We believe in flexibility and never lock customers into long-term contracts they don't want.",
|
||||
},
|
||||
id: "1", title: "Can I change plans or cancel anytime?", content: "Yes! You can upgrade, downgrade, or cancel your plan anytime with no penalties. Changes take effect at your next billing cycle. We believe in flexibility and never lock customers into long-term contracts they don't want."},
|
||||
{
|
||||
id: "2",
|
||||
title: "What's included in the free trial?",
|
||||
content: "Our 30-day free trial includes full access to all features across all three plan tiers: unlimited vehicles (trial limit), all reporting types, advanced analytics, API integration, and priority email support. No credit card required to start.",
|
||||
},
|
||||
id: "2", title: "What's included in the free trial?", content: "Our 30-day free trial includes full access to all features across all three plan tiers: unlimited vehicles (trial limit), all reporting types, advanced analytics, API integration, and priority email support. No credit card required to start."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Are there discounts for annual billing?",
|
||||
content: "Yes! Pay annually and receive a 15% discount on any plan. You'll also get early access to new features and priority support. Contact our sales team for enterprise volume discounts on plans with 100+ vehicles.",
|
||||
},
|
||||
id: "3", title: "Are there discounts for annual billing?", content: "Yes! Pay annually and receive a 15% discount on any plan. You'll also get early access to new features and priority support. Contact our sales team for enterprise volume discounts on plans with 100+ vehicles."},
|
||||
{
|
||||
id: "4",
|
||||
title: "What payment methods do you accept?",
|
||||
content: "We accept all major credit cards (Visa, MasterCard, American Express), ACH bank transfers, and wire transfers. Enterprise customers can arrange custom payment terms with our billing team.",
|
||||
},
|
||||
id: "4", title: "What payment methods do you accept?", content: "We accept all major credit cards (Visa, MasterCard, American Express), ACH bank transfers, and wire transfers. Enterprise customers can arrange custom payment terms with our billing team."},
|
||||
]}
|
||||
sideTitle="Pricing FAQs"
|
||||
sideDescription="Common questions about our pricing and billing"
|
||||
@@ -194,7 +147,7 @@ export default function PricingPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APJhSPZ1ni4Gjd8AW0gwt4s63g/wide-aerial-view-of-a-modern-transportat-1772489121730-52e07e45.png?_wi=4"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APJhSPZ1ni4Gjd8AW0gwt4s63g/wide-aerial-view-of-a-modern-transportat-1772489121730-52e07e45.png"
|
||||
imageAlt="Fleet operations background"
|
||||
columns={footerColumns}
|
||||
logoText="TransitFlow"
|
||||
|
||||
Reference in New Issue
Block a user