Update src/app/pricing/page.tsx
This commit is contained in:
@@ -19,8 +19,7 @@ export default function PricingPage() {
|
|||||||
|
|
||||||
const footerColumns = [
|
const footerColumns = [
|
||||||
{
|
{
|
||||||
title: "Product",
|
title: "Product", items: [
|
||||||
items: [
|
|
||||||
{ label: "Features", href: "#features" },
|
{ label: "Features", href: "#features" },
|
||||||
{ label: "Reports", href: "/reports" },
|
{ label: "Reports", href: "/reports" },
|
||||||
{ label: "Vehicles", href: "/vehicles" },
|
{ label: "Vehicles", href: "/vehicles" },
|
||||||
@@ -28,8 +27,7 @@ export default function PricingPage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{ label: "About Us", href: "/" },
|
{ label: "About Us", href: "/" },
|
||||||
{ label: "Blog", href: "/" },
|
{ label: "Blog", href: "/" },
|
||||||
{ label: "Careers", href: "/" },
|
{ label: "Careers", href: "/" },
|
||||||
@@ -37,8 +35,7 @@ export default function PricingPage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Legal",
|
title: "Legal", items: [
|
||||||
items: [
|
|
||||||
{ label: "Privacy Policy", href: "#" },
|
{ label: "Privacy Policy", href: "#" },
|
||||||
{ label: "Terms of Service", href: "#" },
|
{ label: "Terms of Service", href: "#" },
|
||||||
{ label: "Security", href: "#" },
|
{ label: "Security", href: "#" },
|
||||||
@@ -54,7 +51,7 @@ export default function PricingPage() {
|
|||||||
borderRadius="pill"
|
borderRadius="pill"
|
||||||
contentWidth="mediumSmall"
|
contentWidth="mediumSmall"
|
||||||
sizing="medium"
|
sizing="medium"
|
||||||
background="aurora"
|
background="circleGradient"
|
||||||
cardStyle="glass-depth"
|
cardStyle="glass-depth"
|
||||||
primaryButtonStyle="radial-glow"
|
primaryButtonStyle="radial-glow"
|
||||||
secondaryButtonStyle="glass"
|
secondaryButtonStyle="glass"
|
||||||
@@ -65,9 +62,7 @@ export default function PricingPage() {
|
|||||||
brandName="TransitFlow"
|
brandName="TransitFlow"
|
||||||
navItems={navItems}
|
navItems={navItems}
|
||||||
button={{
|
button={{
|
||||||
text: "Get Started",
|
text: "Get Started", href: "#contact"}}
|
||||||
href: "#contact",
|
|
||||||
}}
|
|
||||||
animateOnLoad={true}
|
animateOnLoad={true}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -79,34 +74,22 @@ export default function PricingPage() {
|
|||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
icon: TrendingUp,
|
icon: TrendingUp,
|
||||||
title: "Scalable Plans",
|
title: "Scalable Plans", description: "Start small and upgrade anytime. Pay only for the vehicles you track with flexible billing cycles"},
|
||||||
description: "Start small and upgrade anytime. Pay only for the vehicles you track with flexible billing cycles",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: DollarSign,
|
icon: DollarSign,
|
||||||
title: "Cost Savings",
|
title: "Cost Savings", description: "Save 45% on average through optimized routing, preventive maintenance, and fuel efficiency insights"},
|
||||||
description: "Save 45% on average through optimized routing, preventive maintenance, and fuel efficiency insights",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Clock,
|
icon: Clock,
|
||||||
title: "Quick ROI",
|
title: "Quick ROI", description: "Most customers see return on investment within 3-6 months through operational cost reduction"},
|
||||||
description: "Most customers see return on investment within 3-6 months through operational cost reduction",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Users,
|
icon: Users,
|
||||||
title: "Dedicated Support",
|
title: "Dedicated Support", description: "Expert support team available 24/7 to help you maximize platform value and solve challenges"},
|
||||||
description: "Expert support team available 24/7 to help you maximize platform value and solve challenges",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: ZapIcon,
|
icon: ZapIcon,
|
||||||
title: "No Setup Fees",
|
title: "No Setup Fees", description: "Start immediately with zero setup costs. We handle onboarding and data migration for you"},
|
||||||
description: "Start immediately with zero setup costs. We handle onboarding and data migration for you",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
icon: Zap,
|
icon: Zap,
|
||||||
title: "Free Trial",
|
title: "Free Trial", description: "Try all features with 30-day free trial. No credit card required. Full access to all tools"},
|
||||||
description: "Try all features with 30-day free trial. No credit card required. Full access to all tools",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
tag="Pricing Value"
|
tag="Pricing Value"
|
||||||
@@ -122,34 +105,16 @@ export default function PricingPage() {
|
|||||||
description="Understand the financial impact of TransitFlow on your operations"
|
description="Understand the financial impact of TransitFlow on your operations"
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", value: "45%", title: "Average Cost Reduction", items: [
|
||||||
value: "45%",
|
"Optimized fuel consumption", "Preventive maintenance benefits", "Reduced downtime"],
|
||||||
title: "Average Cost Reduction",
|
|
||||||
items: [
|
|
||||||
"Optimized fuel consumption",
|
|
||||||
"Preventive maintenance benefits",
|
|
||||||
"Reduced downtime",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", value: "6 mo", title: "Average ROI Timeline", items: [
|
||||||
value: "6 mo",
|
"Operational efficiency gains", "Administrative time savings", "Maintenance cost reduction"],
|
||||||
title: "Average ROI Timeline",
|
|
||||||
items: [
|
|
||||||
"Operational efficiency gains",
|
|
||||||
"Administrative time savings",
|
|
||||||
"Maintenance cost reduction",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", value: "$50K+", title: "Annual Savings per 50 Vehicles", items: [
|
||||||
value: "$50K+",
|
"Fuel cost optimization", "Repair cost reduction", "Administrative overhead cut"],
|
||||||
title: "Annual Savings per 50 Vehicles",
|
|
||||||
items: [
|
|
||||||
"Fuel cost optimization",
|
|
||||||
"Repair cost reduction",
|
|
||||||
"Administrative overhead cut",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
animationType="scale-rotate"
|
animationType="scale-rotate"
|
||||||
@@ -163,25 +128,13 @@ export default function PricingPage() {
|
|||||||
<FaqSplitText
|
<FaqSplitText
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "1",
|
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."},
|
||||||
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",
|
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."},
|
||||||
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",
|
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."},
|
||||||
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",
|
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."},
|
||||||
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"
|
sideTitle="Pricing FAQs"
|
||||||
sideDescription="Common questions about our pricing and billing"
|
sideDescription="Common questions about our pricing and billing"
|
||||||
@@ -194,7 +147,7 @@ export default function PricingPage() {
|
|||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterMedia
|
<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"
|
imageAlt="Fleet operations background"
|
||||||
columns={footerColumns}
|
columns={footerColumns}
|
||||||
logoText="TransitFlow"
|
logoText="TransitFlow"
|
||||||
|
|||||||
Reference in New Issue
Block a user