From 3d56f597915e33c009230383ed716aa1711e250d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 01:00:58 +0000 Subject: [PATCH 1/3] Update src/app/about/page.tsx --- src/app/about/page.tsx | 47 +++++++++--------------------------------- 1 file changed, 10 insertions(+), 37 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index c5e8e24..1bd7dd9 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -55,7 +55,7 @@ const AboutPage = () => { { id: "3", value: "50+", description: "Active Fleet Vehicles" }, ]; - const kpiItems = [ + const kpiItems: [{ value: string; label: string }, { value: string; label: string }, { value: string; label: string }] = [ { value: "500+", label: "Satisfied Clients" }, { value: "12", label: "Years in Industry" }, { value: "24/7", label: "Customer Support" }, @@ -63,41 +63,17 @@ const AboutPage = () => { const testimonials = [ { - id: "1", - name: "Michael Chen", - role: "Supply Chain Manager", - company: "TechFlow Industries", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=5", - imageAlt: "Michael Chen", - }, + id: "1", name: "Michael Chen", role: "Supply Chain Manager", company: "TechFlow Industries", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Michael Chen"}, { - id: "2", - name: "Sarah Johnson", - role: "Operations Director", - company: "GrowthCo Manufacturing", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=6", - imageAlt: "Sarah Johnson", - }, + id: "2", name: "Sarah Johnson", role: "Operations Director", company: "GrowthCo Manufacturing", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Sarah Johnson"}, { - id: "3", - name: "David Rodriguez", - role: "Logistics Manager", - company: "ExpressMarket Group", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=7", - imageAlt: "David Rodriguez", - }, + id: "3", name: "David Rodriguez", role: "Logistics Manager", company: "ExpressMarket Group", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "David Rodriguez"}, { - id: "4", - name: "Emily Watson", - role: "CEO", - company: "Premium Retail Solutions", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=8", - imageAlt: "Emily Watson", - }, + id: "4", name: "Emily Watson", role: "CEO", company: "Premium Retail Solutions", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Emily Watson"}, ]; return ( @@ -127,10 +103,7 @@ const AboutPage = () => { Date: Wed, 4 Mar 2026 01:00:58 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 111 ++++++++++++----------------------------------- 1 file changed, 27 insertions(+), 84 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7edbb72..de0b226 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardSixteen from '@/components/sections/testimonial/Testimonia import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import Link from "next/link"; -import { Truck, Package, TrendingUp, MessageSquare, Phone } from "lucide-react"; +import { Truck, Package, TrendingUp, MessageSquare, Phone, MapPin, AlertCircle, Zap } from "lucide-react"; const HomePage = () => { const navItems = [ @@ -54,104 +54,56 @@ const HomePage = () => { const featureItems = [ { - title: "Full Truckload Services", - description: "Complete vehicle utilization for large shipments with dedicated driver assignment and flexible scheduling options.", - icon: Truck, + title: "Full Truckload Services", description: "Complete vehicle utilization for large shipments with dedicated driver assignment and flexible scheduling options.", icon: Truck, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/smiling-delivery-man-uniform-posing-by-van_23-2151998676.jpg?_wi=1", - imageAlt: "Full truckload service", - }, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-delivery-man-uniform-posing-by-van_23-2151998676.jpg", imageAlt: "Full truckload service"}, { - imageSrc: "http://img.b2bpic.net/free-photo/fleet-commercial-delivery-vans-trucks-white-background_84443-73999.jpg?_wi=1", - imageAlt: "Fleet vehicles", - }, + imageSrc: "http://img.b2bpic.net/free-photo/fleet-commercial-delivery-vans-trucks-white-background_84443-73999.jpg", imageAlt: "Fleet vehicles"}, ], }, { - title: "Real-Time Tracking", - description: "Advanced GPS and IoT integration for complete visibility of your shipments with live updates and route optimization.", - icon: Truck, + title: "Real-Time Tracking", description: "Advanced GPS and IoT integration for complete visibility of your shipments with live updates and route optimization.", icon: MapPin, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/african-american-operator-works-call-center-shipping-agency_482257-85817.jpg?_wi=1", - imageAlt: "GPS tracking dashboard", - }, + imageSrc: "http://img.b2bpic.net/free-photo/african-american-operator-works-call-center-shipping-agency_482257-85817.jpg", imageAlt: "GPS tracking dashboard"}, { - imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-engineer-using-touchpad-communicating-with-african-american-worker-about-product-reports-industrial-building_637285-4098.jpg?_wi=1", - imageAlt: "Tracking operations center", - }, + imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-engineer-using-touchpad-communicating-with-african-american-worker-about-product-reports-industrial-building_637285-4098.jpg", imageAlt: "Tracking operations center"}, ], }, { - title: "Specialized Cargo", - description: "Experienced handling of temperature-controlled, fragile, and oversized cargo with certified equipment and trained personnel.", - icon: Package, + title: "Specialized Cargo", description: "Experienced handling of temperature-controlled, fragile, and oversized cargo with certified equipment and trained personnel.", icon: AlertCircle, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/fleet-commercial-delivery-vans-trucks-white-background_84443-73999.jpg?_wi=2", - imageAlt: "Specialized vehicles", - }, + imageSrc: "http://img.b2bpic.net/free-photo/fleet-commercial-delivery-vans-trucks-white-background_84443-73999.jpg", imageAlt: "Specialized vehicles"}, { - imageSrc: "http://img.b2bpic.net/free-photo/smiling-delivery-man-uniform-posing-by-van_23-2151998676.jpg?_wi=2", - imageAlt: "Cargo handling", - }, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-delivery-man-uniform-posing-by-van_23-2151998676.jpg", imageAlt: "Cargo handling"}, ], }, { - title: "Supply Chain Optimization", - description: "Strategic planning and execution of multi-leg shipments with inventory management and cost-effective routing solutions.", - icon: Truck, + title: "Supply Chain Optimization", description: "Strategic planning and execution of multi-leg shipments with inventory management and cost-effective routing solutions.", icon: Zap, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-engineer-using-touchpad-communicating-with-african-american-worker-about-product-reports-industrial-building_637285-4098.jpg?_wi=2", - imageAlt: "Warehouse operations", - }, + imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-engineer-using-touchpad-communicating-with-african-american-worker-about-product-reports-industrial-building_637285-4098.jpg", imageAlt: "Warehouse operations"}, { - imageSrc: "http://img.b2bpic.net/free-photo/african-american-operator-works-call-center-shipping-agency_482257-85817.jpg?_wi=2", - imageAlt: "Logistics coordination", - }, + imageSrc: "http://img.b2bpic.net/free-photo/african-american-operator-works-call-center-shipping-agency_482257-85817.jpg", imageAlt: "Logistics coordination"}, ], }, ]; const testimonials = [ { - id: "1", - name: "Michael Chen", - role: "Supply Chain Manager", - company: "TechFlow Industries", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1", - imageAlt: "Michael Chen", - }, + id: "1", name: "Michael Chen", role: "Supply Chain Manager", company: "TechFlow Industries", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Michael Chen"}, { - id: "2", - name: "Sarah Johnson", - role: "Operations Director", - company: "GrowthCo Manufacturing", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2", - imageAlt: "Sarah Johnson", - }, + id: "2", name: "Sarah Johnson", role: "Operations Director", company: "GrowthCo Manufacturing", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Sarah Johnson"}, { - id: "3", - name: "David Rodriguez", - role: "Logistics Manager", - company: "ExpressMarket Group", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=3", - imageAlt: "David Rodriguez", - }, + id: "3", name: "David Rodriguez", role: "Logistics Manager", company: "ExpressMarket Group", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "David Rodriguez"}, { - id: "4", - name: "Emily Watson", - role: "CEO", - company: "Premium Retail Solutions", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=4", - imageAlt: "Emily Watson", - }, + id: "4", name: "Emily Watson", role: "CEO", company: "Premium Retail Solutions", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Emily Watson"}, ]; const metrics = [ @@ -160,7 +112,7 @@ const HomePage = () => { { id: "3", value: "50+", description: "Active Fleet Vehicles" }, ]; - const kpiItems = [ + const kpiItems: [{ value: string; label: string }, { value: string; label: string }, { value: string; label: string }] = [ { value: "500+", label: "Satisfied Clients" }, { value: "12", label: "Years in Industry" }, { value: "24/7", label: "Customer Support" }, @@ -204,17 +156,11 @@ const HomePage = () => { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/fleet-commercial-delivery-vans-trucks-white-background_84443-73999.jpg?_wi=3", - imageAlt: "Transport fleet", - }, + imageSrc: "http://img.b2bpic.net/free-photo/fleet-commercial-delivery-vans-trucks-white-background_84443-73999.jpg", imageAlt: "Transport fleet"}, { - imageSrc: "http://img.b2bpic.net/free-photo/smiling-delivery-man-uniform-posing-by-van_23-2151998676.jpg?_wi=3", - imageAlt: "Delivery service", - }, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-delivery-man-uniform-posing-by-van_23-2151998676.jpg", imageAlt: "Delivery service"}, { - imageSrc: "http://img.b2bpic.net/free-photo/african-american-operator-works-call-center-shipping-agency_482257-85817.jpg?_wi=3", - imageAlt: "GPS tracking system", - }, + imageSrc: "http://img.b2bpic.net/free-photo/african-american-operator-works-call-center-shipping-agency_482257-85817.jpg", imageAlt: "GPS tracking system"}, ]} mediaAnimation="slide-up" ariaLabel="Hero section featuring transport services" @@ -225,10 +171,7 @@ const HomePage = () => { { tagAnimation="slide-up" background={{ variant: "animated-grid" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/modern-logistics-hub-with-semi-trucks-sunset_84443-74047.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/modern-logistics-hub-with-semi-trucks-sunset_84443-74047.jpg" imageAlt="Contact us for logistics solutions" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1 From 77e2fc5791b00c16cf80ee098a548d41091f8a2c Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 01:00:59 +0000 Subject: [PATCH 3/3] Update src/app/services/page.tsx --- src/app/services/page.tsx | 52 +++++++++++---------------------------- 1 file changed, 14 insertions(+), 38 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 32815b1..e3b412e 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -7,7 +7,7 @@ import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import Link from "next/link"; -import { Package, Phone } from "lucide-react"; +import { Package, Phone, MapPin, AlertCircle, Zap } from "lucide-react"; const ServicesPage = () => { const navItems = [ @@ -51,63 +51,39 @@ const ServicesPage = () => { const featureItems = [ { - title: "Full Truckload Services", - description: "Complete vehicle utilization for large shipments with dedicated driver assignment and flexible scheduling options. Perfect for bulk orders and time-sensitive deliveries.", - icon: Package, + title: "Full Truckload Services", description: "Complete vehicle utilization for large shipments with dedicated driver assignment and flexible scheduling options. Perfect for bulk orders and time-sensitive deliveries.", icon: Package, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/smiling-delivery-man-uniform-posing-by-van_23-2151998676.jpg?_wi=4", - imageAlt: "Full truckload service", - }, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-delivery-man-uniform-posing-by-van_23-2151998676.jpg", imageAlt: "Full truckload service"}, { - imageSrc: "http://img.b2bpic.net/free-photo/fleet-commercial-delivery-vans-trucks-white-background_84443-73999.jpg?_wi=4", - imageAlt: "Fleet vehicles", - }, + imageSrc: "http://img.b2bpic.net/free-photo/fleet-commercial-delivery-vans-trucks-white-background_84443-73999.jpg", imageAlt: "Fleet vehicles"}, ], }, { - title: "Real-Time Tracking", - description: "Advanced GPS and IoT integration for complete visibility of your shipments with live updates and route optimization. Monitor your cargo every step of the way.", - icon: Package, + title: "Real-Time Tracking", description: "Advanced GPS and IoT integration for complete visibility of your shipments with live updates and route optimization. Monitor your cargo every step of the way.", icon: MapPin, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/african-american-operator-works-call-center-shipping-agency_482257-85817.jpg?_wi=4", - imageAlt: "GPS tracking dashboard", - }, + imageSrc: "http://img.b2bpic.net/free-photo/african-american-operator-works-call-center-shipping-agency_482257-85817.jpg", imageAlt: "GPS tracking dashboard"}, { - imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-engineer-using-touchpad-communicating-with-african-american-worker-about-product-reports-industrial-building_637285-4098.jpg?_wi=3", - imageAlt: "Tracking operations center", - }, + imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-engineer-using-touchpad-communicating-with-african-american-worker-about-product-reports-industrial-building_637285-4098.jpg", imageAlt: "Tracking operations center"}, ], }, { - title: "Specialized Cargo", - description: "Experienced handling of temperature-controlled, fragile, and oversized cargo with certified equipment and trained personnel. We ensure your valuable items arrive safely.", - icon: Package, + title: "Specialized Cargo", description: "Experienced handling of temperature-controlled, fragile, and oversized cargo with certified equipment and trained personnel. We ensure your valuable items arrive safely.", icon: AlertCircle, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/fleet-commercial-delivery-vans-trucks-white-background_84443-73999.jpg?_wi=5", - imageAlt: "Specialized vehicles", - }, + imageSrc: "http://img.b2bpic.net/free-photo/fleet-commercial-delivery-vans-trucks-white-background_84443-73999.jpg", imageAlt: "Specialized vehicles"}, { - imageSrc: "http://img.b2bpic.net/free-photo/smiling-delivery-man-uniform-posing-by-van_23-2151998676.jpg?_wi=5", - imageAlt: "Cargo handling", - }, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-delivery-man-uniform-posing-by-van_23-2151998676.jpg", imageAlt: "Cargo handling"}, ], }, { - title: "Supply Chain Optimization", - description: "Strategic planning and execution of multi-leg shipments with inventory management and cost-effective routing solutions. Streamline your entire logistics operation.", - icon: Package, + title: "Supply Chain Optimization", description: "Strategic planning and execution of multi-leg shipments with inventory management and cost-effective routing solutions. Streamline your entire logistics operation.", icon: Zap, mediaItems: [ { - imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-engineer-using-touchpad-communicating-with-african-american-worker-about-product-reports-industrial-building_637285-4098.jpg?_wi=4", - imageAlt: "Warehouse operations", - }, + imageSrc: "http://img.b2bpic.net/free-photo/mid-adult-engineer-using-touchpad-communicating-with-african-american-worker-about-product-reports-industrial-building_637285-4098.jpg", imageAlt: "Warehouse operations"}, { - imageSrc: "http://img.b2bpic.net/free-photo/african-american-operator-works-call-center-shipping-agency_482257-85817.jpg?_wi=5", - imageAlt: "Logistics coordination", - }, + imageSrc: "http://img.b2bpic.net/free-photo/african-american-operator-works-call-center-shipping-agency_482257-85817.jpg", imageAlt: "Logistics coordination"}, ], }, ]; @@ -180,7 +156,7 @@ const ServicesPage = () => { tagAnimation="slide-up" background={{ variant: "animated-grid" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/modern-logistics-hub-with-semi-trucks-sunset_84443-74047.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/modern-logistics-hub-with-semi-trucks-sunset_84443-74047.jpg" imageAlt="Request a transportation quote" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1