From 0b3a3581d6bc7f75e43b528f9c44427de8a2d4c1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 01:02:56 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 56 +++++++++++++++++++++++++++++++----------------- 1 file changed, 36 insertions(+), 20 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index de0b226..8e66141 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,53 +57,65 @@ const HomePage = () => { 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", 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", imageAlt: "Fleet vehicles"}, - ], + imageSrc: "http://img.b2bpic.net/free-photo/fleet-commercial-delivery-vans-trucks-white-background_84443-73999.jpg", imageAlt: "Fleet vehicles" + }, + ] as [{ imageSrc: string; imageAlt: string }, { imageSrc: string; imageAlt: string }], }, { 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", 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", 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" + }, + ] as [{ imageSrc: string; imageAlt: string }, { imageSrc: string; imageAlt: string }], }, { 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", 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", imageAlt: "Cargo handling"}, - ], + imageSrc: "http://img.b2bpic.net/free-photo/smiling-delivery-man-uniform-posing-by-van_23-2151998676.jpg", imageAlt: "Cargo handling" + }, + ] as [{ imageSrc: string; imageAlt: string }, { imageSrc: string; imageAlt: string }], }, { 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", 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", imageAlt: "Logistics coordination"}, - ], + imageSrc: "http://img.b2bpic.net/free-photo/african-american-operator-works-call-center-shipping-agency_482257-85817.jpg", imageAlt: "Logistics coordination" + }, + ] as [{ imageSrc: string; imageAlt: string }, { imageSrc: string; imageAlt: string }], }, ]; 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", imageAlt: "Michael Chen"}, + 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", imageAlt: "Sarah Johnson"}, + 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", imageAlt: "David Rodriguez"}, + 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", imageAlt: "Emily Watson"}, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg", imageAlt: "Emily Watson" + }, ]; const metrics = [ @@ -156,11 +168,14 @@ const HomePage = () => { buttonAnimation="slide-up" mediaItems={[ { - 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/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", 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", 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" @@ -171,7 +186,8 @@ const HomePage = () => { Date: Wed, 4 Mar 2026 01:02:56 +0000 Subject: [PATCH 2/2] Update src/app/services/page.tsx --- src/app/services/page.tsx | 32 ++++++++++++++++++++------------ 1 file changed, 20 insertions(+), 12 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index e3b412e..039d15f 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -54,37 +54,45 @@ const ServicesPage = () => { 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", 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", imageAlt: "Fleet vehicles"}, - ], + imageSrc: "http://img.b2bpic.net/free-photo/fleet-commercial-delivery-vans-trucks-white-background_84443-73999.jpg", imageAlt: "Fleet vehicles" + }, + ] as [{ imageSrc: string; imageAlt: string }, { imageSrc: string; imageAlt: string }], }, { 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", 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", 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" + }, + ] as [{ imageSrc: string; imageAlt: string }, { imageSrc: string; imageAlt: string }], }, { 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", 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", imageAlt: "Cargo handling"}, - ], + imageSrc: "http://img.b2bpic.net/free-photo/smiling-delivery-man-uniform-posing-by-van_23-2151998676.jpg", imageAlt: "Cargo handling" + }, + ] as [{ imageSrc: string; imageAlt: string }, { imageSrc: string; imageAlt: string }], }, { 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", 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", imageAlt: "Logistics coordination"}, - ], + imageSrc: "http://img.b2bpic.net/free-photo/african-american-operator-works-call-center-shipping-agency_482257-85817.jpg", imageAlt: "Logistics coordination" + }, + ] as [{ imageSrc: string; imageAlt: string }, { imageSrc: string; imageAlt: string }], }, ];