From 2e5da3777cd906dec50c1667aee8a30483370d79 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Feb 2026 06:07:13 +0000 Subject: [PATCH 1/9] Update src/app/about/page.tsx --- src/app/about/page.tsx | 69 ++++++------------------------------------ 1 file changed, 10 insertions(+), 59 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index c6fd4b3..006c283 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -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() { @@ -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() { /> -
- -
- Date: Wed, 25 Feb 2026 06:07:14 +0000 Subject: [PATCH 2/9] Update src/app/blog/page.tsx --- src/app/blog/page.tsx | 29 ++++------------------------- 1 file changed, 4 insertions(+), 25 deletions(-) diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index 3116b49..30140aa 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -28,13 +28,9 @@ export default function BlogPage() { @@ -64,28 +60,11 @@ export default function BlogPage() { logoText="LogisticNet" copyrightText="© 2025 LogisticNet. All rights reserved. Integrated Logistics for the Modern Enterprise." columns={[ - { - title: "Solutions", items: [ - { label: "Fleet Management", href: "features" }, - { label: "Warehouse Network", href: "about" }, - { label: "Demand Forecasting", href: "features" }, - { label: "Last-Mile Delivery", href: "features" } - ] - }, { title: "Company", items: [ + { label: "Home", href: "/" }, { label: "About Us", href: "/about" }, - { label: "Pricing", href: "/pricing" }, - { label: "Case Studies", href: "testimonials" }, - { label: "Blog", href: "#" } - ] - }, - { - title: "Support", items: [ - { label: "Help Center", href: "#" }, - { label: "Contact Us", href: "/contact" }, - { label: "System Status", href: "#" }, - { label: "Documentation", href: "#" } + { label: "Contact Us", href: "/contact" } ] } ]} -- 2.49.1 From cb347b951d51a12ff410bc62d9ba02d34cffec0f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Feb 2026 06:07:15 +0000 Subject: [PATCH 3/9] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 72 +++++----------------------------------- 1 file changed, 9 insertions(+), 63 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 275745b..c85c629 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -3,10 +3,9 @@ import Link from "next/link"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ContactCenter from '@/components/sections/contact/ContactCenter'; -import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import FooterBase from '@/components/sections/footer/FooterBase'; -import { Rocket, HelpCircle, Clock, Users, CheckCircle } from "lucide-react"; +import { Rocket, Clock, Users, CheckCircle } from "lucide-react"; export default function ContactPage() { return ( @@ -26,9 +25,9 @@ export default function ContactPage() { -
- -
- Date: Wed, 25 Feb 2026 06:07:16 +0000 Subject: [PATCH 4/9] Update src/app/layout.tsx --- src/app/layout.tsx | 19 ++++--------------- 1 file changed, 4 insertions(+), 15 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index f6fee27..2373f9d 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -5,26 +5,15 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; const lato = Lato({ - variable: "--font-lato", - subsets: ["latin"], + variable: "--font-lato", subsets: ["latin"], weight: ["100", "300", "400", "700", "900"], }); export const metadata: Metadata = { - title: "LogisticNet | End-to-End B2B Logistics from China", - description: "Integrated physical-digital logistics network. 3,500 trucks, 250 warehouses, AI forecasting. China to final-mile delivery optimized.", - keywords: "B2B logistics, supply chain, warehousing, fleet management, last-mile delivery, China logistics", - openGraph: { - title: "LogisticNet | Enterprise Logistics Solutions", - description: "Transform your supply chain with our integrated logistics network.", - siteName: "LogisticNet", - type: "website", - }, + title: "LogisticNet | End-to-End B2B Logistics from China", description: "Integrated physical-digital logistics network. 3,500 trucks, 250 warehouses, AI forecasting. China to final-mile delivery optimized.", keywords: "B2B logistics, supply chain, warehousing, fleet management, last-mile delivery, China logistics", openGraph: { + title: "LogisticNet | Enterprise Logistics Solutions", description: "Transform your supply chain with our integrated logistics network.", siteName: "LogisticNet", type: "website"}, twitter: { - card: "summary_large_image", - title: "LogisticNet | B2B Logistics Platform", - description: "3,500 trucks and AI forecasting for enterprise supply chains.", - }, + card: "summary_large_image", title: "LogisticNet | B2B Logistics Platform", description: "3,500 trucks and AI forecasting for enterprise supply chains."}, robots: { index: true, follow: true, -- 2.49.1 From b29fa711f05dd59001d643d7625cb439548ec822 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Feb 2026 06:07:17 +0000 Subject: [PATCH 5/9] Update src/app/page.tsx --- src/app/page.tsx | 88 +++++++++++------------------------------------- 1 file changed, 19 insertions(+), 69 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b76154f..16bfdc2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,10 +29,10 @@ export default function HomePage() { @@ -55,6 +55,7 @@ export default function HomePage() { imageAlt: "A stylized world map showing an interconnected global logistics network" } ]} + mediaAnimation="slide-up" rating={5} ratingText="Trusted by 500+ Enterprise Clients" buttons={[ @@ -84,32 +85,16 @@ export default function HomePage() { tagIcon={Shield} features={[ { - title: "Real-Time Fleet Tracking", - description: "Monitor all 3,500+ vehicles across your network with GPS precision and predictive ETA.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_34YrpHTNyoPHUh85bjA10KHfDge/a-fleet-of-modern-logistics-trucks-lined-1771991399434-bd83e6d5.png", - imageAlt: "Fleet of logistics trucks", - buttonIcon: ArrowRight + title: "Real-Time Fleet Tracking", description: "Monitor all 3,500+ vehicles across your network with GPS precision and predictive ETA.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_34YrpHTNyoPHUh85bjA10KHfDge/a-fleet-of-modern-logistics-trucks-lined-1771991399434-bd83e6d5.png", imageAlt: "Fleet of logistics trucks", buttonIcon: ArrowRight }, { - title: "Demand Forecasting Engine", - description: "AI-powered predictions optimize inventory positioning and reduce stockouts by 40%.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_34YrpHTNyoPHUh85bjA10KHfDge/a-detailed-analytics-dashboard-showing-d-1771991398781-6fb5bcee.png?_wi=1", - imageAlt: "Analytics and forecasting dashboard", - buttonIcon: TrendingUp + title: "Demand Forecasting Engine", description: "AI-powered predictions optimize inventory positioning and reduce stockouts by 40%.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_34YrpHTNyoPHUh85bjA10KHfDge/a-detailed-analytics-dashboard-showing-d-1771991398781-6fb5bcee.png?_wi=1", imageAlt: "Analytics and forecasting dashboard", buttonIcon: TrendingUp }, { - title: "Smart Warehouse Network", - description: "Access our nationwide warehouse system with automated allocation and cross-docking capabilities.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_34YrpHTNyoPHUh85bjA10KHfDge/professional-cargo-handling-at-a-modern--1771991398762-9d97f210.png?_wi=1", - imageAlt: "Automated warehouse operations", - buttonIcon: Package + title: "Smart Warehouse Network", description: "Access our nationwide warehouse system with automated allocation and cross-docking capabilities.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_34YrpHTNyoPHUh85bjA10KHfDge/professional-cargo-handling-at-a-modern--1771991398762-9d97f210.png?_wi=1", imageAlt: "Automated warehouse operations", buttonIcon: Package }, { - title: "Last-Mile Optimization", - description: "Route optimization and delivery scheduling reduce costs by 35% while improving customer satisfaction.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_34YrpHTNyoPHUh85bjA10KHfDge/a-mobile-phone-and-computer-screen-displ-1771991399839-be9d71dd.png?_wi=1", - imageAlt: "Real-time tracking interface", - buttonIcon: MapPin + title: "Last-Mile Optimization", description: "Route optimization and delivery scheduling reduce costs by 35% while improving customer satisfaction.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_34YrpHTNyoPHUh85bjA10KHfDge/a-mobile-phone-and-computer-screen-displ-1771991399839-be9d71dd.png?_wi=1", imageAlt: "Real-time tracking interface", buttonIcon: MapPin } ]} textboxLayout="default" @@ -125,32 +110,16 @@ export default function HomePage() { tagIcon={Award} metrics={[ { - id: "trucks", - value: "3500", - title: "Active Vehicles", - description: "Strategic fleet across major corridors", - icon: Truck + id: "trucks", value: "3500", title: "Active Vehicles", description: "Strategic fleet across major corridors", icon: Truck }, { - id: "warehouses", - value: "250", - title: "Network Locations", - description: "Nationwide warehouse coverage", - icon: Building2 + id: "warehouses", value: "250", title: "Network Locations", description: "Nationwide warehouse coverage", icon: Building2 }, { - id: "clients", - value: "500", - title: "Enterprise Clients", - description: "Fortune 500 and mid-market companies", - icon: Users + id: "clients", value: "500", title: "Enterprise Clients", description: "Fortune 500 and mid-market companies", icon: Users }, { - id: "daily-shipments", - value: "45000", - title: "Daily Shipments", - description: "Seamless end-to-end deliveries", - icon: Zap + id: "daily-shipments", value: "45000", title: "Daily Shipments", description: "Seamless end-to-end deliveries", icon: Zap } ]} gridVariant="uniform-all-items-equal" @@ -169,35 +138,19 @@ export default function HomePage() { showRating={true} testimonials={[ { - id: "1", - name: "Sarah Chen", - handle: "@sarahchen", - testimonial: "LogisticNet reduced our logistics costs by 32% in the first year. Their demand forecasting integration eliminated our excess inventory challenges. Outstanding partner.", - rating: 5, + id: "1", name: "Sarah Chen", handle: "@sarahchen", testimonial: "LogisticNet reduced our logistics costs by 32% in the first year. Their demand forecasting integration eliminated our excess inventory challenges. Outstanding partner.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_34YrpHTNyoPHUh85bjA10KHfDge/professional-portrait-of-a-business-exec-1771991397938-911577d9.png?_wi=1" }, { - id: "2", - name: "Marcus Rodriguez", - handle: "@mrodriguez", - testimonial: "The real-time tracking and warehouse network optimization changed how we manage our supply chain. Delivery times dropped from 6 days to 3 days across our region.", - rating: 5, + id: "2", name: "Marcus Rodriguez", handle: "@mrodriguez", testimonial: "The real-time tracking and warehouse network optimization changed how we manage our supply chain. Delivery times dropped from 6 days to 3 days across our region.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_34YrpHTNyoPHUh85bjA10KHfDge/professional-portrait-of-a-logistics-ope-1771991399783-a8b42e15.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=1" }, { - id: "4", - name: "David Kim", - handle: "@dkim", - testimonial: "We've worked with many logistics providers. LogisticNet stands out for their forecasting accuracy and proactive network optimization. True partnership.", - rating: 5, + id: "4", name: "David Kim", handle: "@dkim", testimonial: "We've worked with many logistics providers. LogisticNet stands out for their forecasting accuracy and proactive network optimization. True partnership.", rating: 5, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_34YrpHTNyoPHUh85bjA10KHfDge/professional-portrait-of-an-ecommerce-op-1771991398868-b43afe14.png" } ]} @@ -226,8 +179,7 @@ export default function HomePage() { 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" }, @@ -235,8 +187,7 @@ export default function HomePage() { ] }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Pricing", href: "/pricing" }, { label: "Case Studies", href: "/solutions" }, @@ -244,8 +195,7 @@ export default function HomePage() { ] }, { - title: "Support", - items: [ + title: "Support", items: [ { label: "Help Center", href: "#" }, { label: "Contact Us", href: "/contact" }, { label: "System Status", href: "#" }, -- 2.49.1 From ab6d68899b471cff30fe72afb79e50355a8be7d0 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Feb 2026 06:07:17 +0000 Subject: [PATCH 6/9] Update src/app/pricing/page.tsx --- src/app/pricing/page.tsx | 33 +++++++++------------------------ 1 file changed, 9 insertions(+), 24 deletions(-) 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: "#" }, -- 2.49.1 From 53fcf469b37b7de44675aca43a27dd4dd3943bec Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Feb 2026 06:07:18 +0000 Subject: [PATCH 7/9] Update src/app/shop/[id]/page.tsx --- src/app/shop/[id]/page.tsx | 51 ++++++++++++++++++-------------------- 1 file changed, 24 insertions(+), 27 deletions(-) diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index a91381d..6480e5e 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -93,12 +93,8 @@ function ProductPageContent({ params }: ProductPageProps) { setCartOpen(true) }} /> @@ -111,9 +107,12 @@ function ProductPageContent({ params }: ProductPageProps) { logoText="LogisticNet" copyrightText="© 2025 LogisticNet. All rights reserved. Integrated Logistics for the Modern Enterprise." columns={[ - {"title":"Solutions","items":[{"label":"Fleet Management","href":"features"},{"label":"Warehouse Network","href":"about"},{"label":"Demand Forecasting","href":"features"},{"label":"Last-Mile Delivery","href":"features"}]}, - {"title":"Company","items":[{"label":"About Us","href":"/about"},{"label":"Pricing","href":"/pricing"},{"label":"Case Studies","href":"testimonials"}]}, - {"title":"Support","items":[{"label":"Contact Us","href":"/contact"}]} + { + title: "Company", items: [ + { label: "Home", href: "/" }, + { label: "Shop", href: "/shop" } + ] + } ]} /> @@ -141,12 +140,8 @@ function ProductPageContent({ params }: ProductPageProps) { setCartOpen(true) }} /> @@ -167,9 +162,12 @@ function ProductPageContent({ params }: ProductPageProps) { logoText="LogisticNet" copyrightText="© 2025 LogisticNet. All rights reserved. Integrated Logistics for the Modern Enterprise." columns={[ - {"title":"Solutions","items":[{"label":"Fleet Management","href":"features"},{"label":"Warehouse Network","href":"about"},{"label":"Demand Forecasting","href":"features"},{"label":"Last-Mile Delivery","href":"features"}]}, - {"title":"Company","items":[{"label":"About Us","href":"/about"},{"label":"Pricing","href":"/pricing"},{"label":"Case Studies","href":"testimonials"}]}, - {"title":"Support","items":[{"label":"Contact Us","href":"/contact"}]} + { + title: "Company", items: [ + { label: "Home", href: "/" }, + { label: "Shop", href: "/shop" } + ] + } ]} /> @@ -196,12 +194,8 @@ function ProductPageContent({ params }: ProductPageProps) { setCartOpen(true) }} /> @@ -247,9 +241,12 @@ function ProductPageContent({ params }: ProductPageProps) { logoText="LogisticNet" copyrightText="© 2025 LogisticNet. All rights reserved. Integrated Logistics for the Modern Enterprise." columns={[ - {"title":"Solutions","items":[{"label":"Fleet Management","href":"features"},{"label":"Warehouse Network","href":"about"},{"label":"Demand Forecasting","href":"features"},{"label":"Last-Mile Delivery","href":"features"}]}, - {"title":"Company","items":[{"label":"About Us","href":"/about"},{"label":"Pricing","href":"/pricing"},{"label":"Case Studies","href":"testimonials"}]}, - {"title":"Support","items":[{"label":"Contact Us","href":"/contact"}]} + { + title: "Company", items: [ + { label: "Home", href: "/" }, + { label: "Shop", href: "/shop" } + ] + } ]} /> -- 2.49.1 From ea29f5f0878ecf93dfcdd50d17d8a486296633e7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Feb 2026 06:07:19 +0000 Subject: [PATCH 8/9] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 32 ++++++++++++++------------------ 1 file changed, 14 insertions(+), 18 deletions(-) diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index 07b6ec4..87f5b60 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -36,12 +36,7 @@ function ShopPageContent() { console.log("cart") }} /> @@ -54,9 +49,12 @@ function ShopPageContent() { logoText="LogisticNet" copyrightText="© 2025 LogisticNet. All rights reserved. Integrated Logistics for the Modern Enterprise." columns={[ - {"title":"Solutions","items":[{"label":"Fleet Management","href":"features"},{"label":"Warehouse Network","href":"about"},{"label":"Demand Forecasting","href":"features"},{"label":"Last-Mile Delivery","href":"features"}]}, - {"title":"Company","items":[{"label":"About Us","href":"/about"},{"label":"Pricing","href":"/pricing"},{"label":"Case Studies","href":"testimonials"}]}, - {"title":"Support","items":[{"label":"Contact Us","href":"/contact"}]} + { + title: "Company", items: [ + { label: "Home", href: "/" }, + { label: "Contact Us", href: "/contact" } + ] + } ]} /> @@ -83,12 +81,7 @@ function ShopPageContent() { console.log("cart") }} /> @@ -109,9 +102,12 @@ function ShopPageContent() { logoText="LogisticNet" copyrightText="© 2025 LogisticNet. All rights reserved. Integrated Logistics for the Modern Enterprise." columns={[ - {"title":"Solutions","items":[{"label":"Fleet Management","href":"features"},{"label":"Warehouse Network","href":"about"},{"label":"Demand Forecasting","href":"features"},{"label":"Last-Mile Delivery","href":"features"}]}, - {"title":"Company","items":[{"label":"About Us","href":"/about"},{"label":"Pricing","href":"/pricing"},{"label":"Case Studies","href":"testimonials"}]}, - {"title":"Support","items":[{"label":"Contact Us","href":"/contact"}]} + { + title: "Company", items: [ + { label: "Home", href: "/" }, + { label: "Contact Us", href: "/contact" } + ] + } ]} /> -- 2.49.1 From 426738855b574139cde4146ee4ead0a5abfbcf0b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 25 Feb 2026 06:07:19 +0000 Subject: [PATCH 9/9] Update src/app/solutions/page.tsx --- src/app/solutions/page.tsx | 95 ++++++-------------------------------- 1 file changed, 15 insertions(+), 80 deletions(-) diff --git a/src/app/solutions/page.tsx b/src/app/solutions/page.tsx index 4e619eb..13d1022 100644 --- a/src/app/solutions/page.tsx +++ b/src/app/solutions/page.tsx @@ -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() { @@ -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() { /> -
- -
-