Update src/app/services/page.tsx
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user