Update src/app/pricing/page.tsx

This commit is contained in:
2026-02-25 06:07:17 +00:00
parent b29fa711f0
commit ab6d68899b

View File

@@ -26,10 +26,10 @@ export default function PricingPage() {
<NavbarLayoutFloatingInline
brandName="LogisticNet"
navItems={[
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Solutions", id: "/solutions" },
{ name: "Network", id: "/about" },
{ name: "Case Studies", id: "/solutions" },
{ name: "Pricing", id: "/pricing" }
{ name: "Contact", id: "/contact" }
]}
button={{ text: "Request Demo", href: "/contact" }}
/>
@@ -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: "#" },