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 <NavbarLayoutFloatingInline
brandName="LogisticNet" brandName="LogisticNet"
navItems={[ navItems={[
{ name: "Home", id: "/" },
{ name: "About", id: "/about" },
{ name: "Solutions", id: "/solutions" }, { name: "Solutions", id: "/solutions" },
{ name: "Network", id: "/about" }, { name: "Contact", id: "/contact" }
{ name: "Case Studies", id: "/solutions" },
{ name: "Pricing", id: "/pricing" }
]} ]}
button={{ text: "Request Demo", href: "/contact" }} button={{ text: "Request Demo", href: "/contact" }}
/> />
@@ -55,25 +55,13 @@ export default function PricingPage() {
tagIcon={DollarSign} tagIcon={DollarSign}
metrics={[ metrics={[
{ {
id: "logistics-savings", id: "logistics-savings", value: "32", title: "% Cost Reduction", description: "Average logistics expense decrease", icon: TrendingDown
value: "32",
title: "% Cost Reduction",
description: "Average logistics expense decrease",
icon: TrendingDown
}, },
{ {
id: "inventory-optimization", id: "inventory-optimization", value: "40", title: "% Stockout Reduction", description: "Through predictive forecasting", icon: Calculator
value: "40",
title: "% Stockout Reduction",
description: "Through predictive forecasting",
icon: Calculator
}, },
{ {
id: "roi-timeline", id: "roi-timeline", value: "6", title: "Months to ROI", description: "Average payback period", icon: DollarSign
value: "6",
title: "Months to ROI",
description: "Average payback period",
icon: DollarSign
} }
]} ]}
gridVariant="uniform-all-items-equal" 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." copyrightText="© 2025 LogisticNet. All rights reserved. Integrated Logistics for the Modern Enterprise."
columns={[ columns={[
{ {
title: "Solutions", title: "Solutions", items: [
items: [
{ label: "Fleet Management", href: "/solutions" }, { label: "Fleet Management", href: "/solutions" },
{ label: "Warehouse Network", href: "/about" }, { label: "Warehouse Network", href: "/about" },
{ label: "Demand Forecasting", href: "/solutions" }, { label: "Demand Forecasting", href: "/solutions" },
@@ -111,8 +98,7 @@ export default function PricingPage() {
] ]
}, },
{ {
title: "Company", title: "Company", items: [
items: [
{ label: "About Us", href: "/about" }, { label: "About Us", href: "/about" },
{ label: "Pricing", href: "/pricing" }, { label: "Pricing", href: "/pricing" },
{ label: "Case Studies", href: "/solutions" }, { label: "Case Studies", href: "/solutions" },
@@ -120,8 +106,7 @@ export default function PricingPage() {
] ]
}, },
{ {
title: "Support", title: "Support", items: [
items: [
{ label: "Help Center", href: "#" }, { label: "Help Center", href: "#" },
{ label: "Contact Us", href: "/contact" }, { label: "Contact Us", href: "/contact" },
{ label: "System Status", href: "#" }, { label: "System Status", href: "#" },