Update src/app/solutions/page.tsx
This commit is contained in:
@@ -4,9 +4,8 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import FeatureCardTwentySix from '@/components/sections/feature/FeatureCardTwentySix';
|
||||
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import { Shield, ArrowRight, TrendingUp, Package, MapPin, Star, HelpCircle } from "lucide-react";
|
||||
import { Shield, ArrowRight, TrendingUp, Package, MapPin, Star } from "lucide-react";
|
||||
|
||||
export default function SolutionsPage() {
|
||||
return (
|
||||
@@ -26,10 +25,10 @@ export default function SolutionsPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
brandName="LogisticNet"
|
||||
navItems={[
|
||||
{ name: "Solutions", id: "/solutions" },
|
||||
{ name: "Network", id: "/about" },
|
||||
{ name: "Case Studies", id: "/solutions" },
|
||||
{ name: "Pricing", id: "/pricing" }
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "About", id: "/about" },
|
||||
{ name: "Pricing", id: "/pricing" },
|
||||
{ name: "Contact", id: "/contact" }
|
||||
]}
|
||||
button={{ text: "Request Demo", href: "/contact" }}
|
||||
/>
|
||||
@@ -43,32 +42,16 @@ export default function SolutionsPage() {
|
||||
tagIcon={Shield}
|
||||
features={[
|
||||
{
|
||||
title: "China Gateway Operations",
|
||||
description: "Direct partnerships with manufacturers and ports in Shanghai, Shenzhen, and Guangzhou for seamless international logistics.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_34YrpHTNyoPHUh85bjA10KHfDge/a-stylized-world-map-showing-an-intercon-1771991399459-40aef28e.png?_wi=2",
|
||||
imageAlt: "Global logistics network connections",
|
||||
buttonIcon: ArrowRight
|
||||
title: "China Gateway Operations", description: "Direct partnerships with manufacturers and ports in Shanghai, Shenzhen, and Guangzhou for seamless international logistics.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_34YrpHTNyoPHUh85bjA10KHfDge/a-stylized-world-map-showing-an-intercon-1771991399459-40aef28e.png?_wi=2", imageAlt: "Global logistics network connections", buttonIcon: ArrowRight
|
||||
},
|
||||
{
|
||||
title: "Predictive Analytics Platform",
|
||||
description: "Machine learning algorithms analyze 60+ data points to forecast demand patterns and optimize inventory positioning.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_34YrpHTNyoPHUh85bjA10KHfDge/a-detailed-analytics-dashboard-showing-d-1771991398781-6fb5bcee.png?_wi=3",
|
||||
imageAlt: "Advanced analytics and forecasting",
|
||||
buttonIcon: TrendingUp
|
||||
title: "Predictive Analytics Platform", description: "Machine learning algorithms analyze 60+ data points to forecast demand patterns and optimize inventory positioning.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_34YrpHTNyoPHUh85bjA10KHfDge/a-detailed-analytics-dashboard-showing-d-1771991398781-6fb5bcee.png?_wi=3", imageAlt: "Advanced analytics and forecasting", buttonIcon: TrendingUp
|
||||
},
|
||||
{
|
||||
title: "Automated Cross-Docking",
|
||||
description: "Streamlined warehouse operations with automated sorting and real-time inventory management across 250 locations.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_34YrpHTNyoPHUh85bjA10KHfDge/professional-cargo-handling-at-a-modern--1771991398762-9d97f210.png?_wi=2",
|
||||
imageAlt: "Automated warehouse operations",
|
||||
buttonIcon: Package
|
||||
title: "Automated Cross-Docking", description: "Streamlined warehouse operations with automated sorting and real-time inventory management across 250 locations.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_34YrpHTNyoPHUh85bjA10KHfDge/professional-cargo-handling-at-a-modern--1771991398762-9d97f210.png?_wi=2", imageAlt: "Automated warehouse operations", buttonIcon: Package
|
||||
},
|
||||
{
|
||||
title: "Real-Time Route Optimization",
|
||||
description: "Dynamic routing algorithms reduce delivery times by 35% while optimizing fuel efficiency and driver schedules.",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_34YrpHTNyoPHUh85bjA10KHfDge/a-mobile-phone-and-computer-screen-displ-1771991399839-be9d71dd.png?_wi=2",
|
||||
imageAlt: "Real-time tracking and optimization",
|
||||
buttonIcon: MapPin
|
||||
title: "Real-Time Route Optimization", description: "Dynamic routing algorithms reduce delivery times by 35% while optimizing fuel efficiency and driver schedules.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_34YrpHTNyoPHUh85bjA10KHfDge/a-mobile-phone-and-computer-screen-displ-1771991399839-be9d71dd.png?_wi=2", imageAlt: "Real-time tracking and optimization", buttonIcon: MapPin
|
||||
}
|
||||
]}
|
||||
textboxLayout="default"
|
||||
@@ -85,27 +68,15 @@ export default function SolutionsPage() {
|
||||
showRating={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Jennifer Walsh",
|
||||
handle: "@jwalsh",
|
||||
testimonial: "Their predictive analytics saved us millions in potential stockouts and overstocking. The platform integration is seamless and the support team is exceptional.",
|
||||
rating: 5,
|
||||
id: "1", name: "Jennifer Walsh", handle: "@jwalsh", testimonial: "Their predictive analytics saved us millions in potential stockouts and overstocking. The platform integration is seamless and the support team is exceptional.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_34YrpHTNyoPHUh85bjA10KHfDge/professional-portrait-of-a-procurement-m-1771991399519-c85150ae.png"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Thomas Anderson",
|
||||
handle: "@tanderson",
|
||||
testimonial: "LogisticNet's end-to-end solution eliminated our reliance on multiple vendors. Single platform, transparent pricing, measurable results. Highly recommended.",
|
||||
rating: 5,
|
||||
id: "2", name: "Thomas Anderson", handle: "@tanderson", testimonial: "LogisticNet's end-to-end solution eliminated our reliance on multiple vendors. Single platform, transparent pricing, measurable results. Highly recommended.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_34YrpHTNyoPHUh85bjA10KHfDge/professional-portrait-of-a-logistics-tec-1771991398566-467e5e2b.png"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena Vasquez",
|
||||
handle: "@evasquez",
|
||||
testimonial: "LogisticNet's integrated approach bridges physical and digital seamlessly. Their team understood our complex international requirements immediately and delivered results.",
|
||||
rating: 5,
|
||||
id: "3", name: "Elena Vasquez", handle: "@evasquez", testimonial: "LogisticNet's integrated approach bridges physical and digital seamlessly. Their team understood our complex international requirements immediately and delivered results.", rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_34YrpHTNyoPHUh85bjA10KHfDge/professional-portrait-of-a-supply-chain--1771991399773-373496dc.png?_wi=2"
|
||||
}
|
||||
]}
|
||||
@@ -115,46 +86,12 @@ export default function SolutionsPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitMedia
|
||||
title="Solutions FAQ"
|
||||
description="Common questions about LogisticNet's comprehensive supply chain solutions and implementation process."
|
||||
tag="Implementation"
|
||||
tagIcon={HelpCircle}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How quickly can LogisticNet integrate with our existing ERP?",
|
||||
content: "Most ERP integrations complete within 2-3 weeks. We support SAP, Oracle, NetSuite, and 20+ other platforms through pre-built connectors. Our integration team handles data mapping and provides comprehensive testing before go-live."
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "What makes your China operations different from competitors?",
|
||||
content: "We maintain direct relationships with top-tier manufacturers and have dedicated teams in Shanghai, Shenzhen, and Guangzhou. This enables faster customs clearance, better pricing, and quality control that most logistics providers cannot match."
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "How do you handle seasonal demand fluctuations?",
|
||||
content: "Our predictive analytics platform analyzes 3+ years of historical data plus external factors like weather, market trends, and economic indicators. This enables proactive capacity planning and inventory positioning 60-90 days in advance."
|
||||
}
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_34YrpHTNyoPHUh85bjA10KHfDge/a-sophisticated-b2b-logistics-dashboard--1771991399151-d561d89d.png?_wi=2"
|
||||
imageAlt="Logistics solutions dashboard interface"
|
||||
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" },
|
||||
@@ -162,8 +99,7 @@ export default function SolutionsPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Pricing", href: "/pricing" },
|
||||
{ label: "Case Studies", href: "/solutions" },
|
||||
@@ -171,8 +107,7 @@ export default function SolutionsPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
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