diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index c46e58e..c5c74a2 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -26,10 +26,10 @@ export default function PricingPage() { @@ -55,25 +55,13 @@ export default function PricingPage() { tagIcon={DollarSign} metrics={[ { - id: "logistics-savings", - value: "32", - title: "% Cost Reduction", - description: "Average logistics expense decrease", - icon: TrendingDown + id: "logistics-savings", value: "32", title: "% Cost Reduction", description: "Average logistics expense decrease", icon: TrendingDown }, { - id: "inventory-optimization", - value: "40", - title: "% Stockout Reduction", - description: "Through predictive forecasting", - icon: Calculator + id: "inventory-optimization", value: "40", title: "% Stockout Reduction", description: "Through predictive forecasting", icon: Calculator }, { - id: "roi-timeline", - value: "6", - title: "Months to ROI", - description: "Average payback period", - icon: DollarSign + id: "roi-timeline", value: "6", title: "Months to ROI", description: "Average payback period", icon: DollarSign } ]} gridVariant="uniform-all-items-equal" @@ -102,8 +90,7 @@ export default function PricingPage() { copyrightText="© 2025 LogisticNet. All rights reserved. Integrated Logistics for the Modern Enterprise." columns={[ { - title: "Solutions", - items: [ + title: "Solutions", items: [ { label: "Fleet Management", href: "/solutions" }, { label: "Warehouse Network", href: "/about" }, { label: "Demand Forecasting", href: "/solutions" }, @@ -111,8 +98,7 @@ export default function PricingPage() { ] }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Pricing", href: "/pricing" }, { label: "Case Studies", href: "/solutions" }, @@ -120,8 +106,7 @@ export default function PricingPage() { ] }, { - title: "Support", - items: [ + title: "Support", items: [ { label: "Help Center", href: "#" }, { label: "Contact Us", href: "/contact" }, { label: "System Status", href: "#" },