Update src/app/about/page.tsx
This commit is contained in:
@@ -4,9 +4,8 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import { Truck, Building2, Users, Zap, Award, HelpCircle } from "lucide-react";
|
||||
import { Truck, Building2, Users, Award } from "lucide-react";
|
||||
|
||||
export default function AboutPage() {
|
||||
return (
|
||||
@@ -26,10 +25,10 @@ export default function AboutPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
brandName="LogisticNet"
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Solutions", id: "/solutions" },
|
||||
{ name: "Network", id: "/about" },
|
||||
{ name: "Case Studies", id: "/solutions" },
|
||||
{ name: "Pricing", id: "/pricing" }
|
||||
{ name: "Pricing", id: "/pricing" },
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
button={{ text: "Request Demo", href: "/contact" }}
|
||||
/>
|
||||
@@ -55,25 +54,13 @@ export default function AboutPage() {
|
||||
tagIcon={Award}
|
||||
metrics={[
|
||||
{
|
||||
id: "warehouses",
|
||||
value: "250",
|
||||
title: "Warehouse Locations",
|
||||
description: "Strategically positioned across North America",
|
||||
icon: Building2
|
||||
id: "warehouses", value: "250", title: "Warehouse Locations", description: "Strategically positioned across North America", icon: Building2
|
||||
},
|
||||
{
|
||||
id: "coverage",
|
||||
value: "98",
|
||||
title: "Coverage Percentage",
|
||||
description: "Of major metropolitan areas served",
|
||||
icon: Truck
|
||||
id: "coverage", value: "98", title: "Coverage Percentage", description: "Of major metropolitan areas served", icon: Truck
|
||||
},
|
||||
{
|
||||
id: "capacity",
|
||||
value: "15",
|
||||
title: "Million Sq Ft",
|
||||
description: "Total warehouse storage capacity",
|
||||
icon: Building2
|
||||
id: "capacity", value: "15", title: "Million Sq Ft", description: "Total warehouse storage capacity", icon: Building2
|
||||
}
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
@@ -83,46 +70,12 @@ export default function AboutPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitMedia
|
||||
title="Network Operations FAQ"
|
||||
description="Learn more about LogisticNet's comprehensive logistics infrastructure and operational capabilities."
|
||||
tag="Network Details"
|
||||
tagIcon={HelpCircle}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What regions does your warehouse network cover?",
|
||||
content: "Our 250 warehouses span all major metropolitan areas in North America, with primary hubs in California, Texas, New York, Illinois, and Georgia. We maintain specialized facilities for temperature-controlled storage, hazmat materials, and high-value goods across 48 states."
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "How do you ensure network reliability?",
|
||||
content: "We maintain 99.7% network uptime through redundant systems, real-time monitoring, and proactive maintenance. Each warehouse has backup power systems, alternative routing capabilities, and cross-docking facilities to ensure continuous operations."
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "What is your average delivery radius from warehouses?",
|
||||
content: "Our warehouse positioning ensures 85% of shipments reach their destination within 150 miles of origin. This strategic placement enables same-day and next-day delivery for most major markets while optimizing transportation costs."
|
||||
}
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_34YrpHTNyoPHUh85bjA10KHfDge/a-detailed-analytics-dashboard-showing-d-1771991398781-6fb5bcee.png?_wi=2"
|
||||
imageAlt="Network analytics and performance monitoring"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<FooterBase
|
||||
logoText="LogisticNet"
|
||||
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" },
|
||||
@@ -130,8 +83,7 @@ export default function AboutPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Pricing", href: "/pricing" },
|
||||
{ label: "Case Studies", href: "/solutions" },
|
||||
@@ -139,8 +91,7 @@ export default function AboutPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{ label: "Help Center", href: "#" },
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "System Status", href: "#" },
|
||||
|
||||
Reference in New Issue
Block a user