Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-09 15:08:32 +00:00
2 changed files with 1374 additions and 7 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -51,7 +51,7 @@ export default function LandingPage() {
{ text: "Learn More", href: "#services" }
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/driver-checks-goods-man-uniform-truck-garage_1157-46543.jpg"
imageSrc="http://img.b2bpic.net/free-photo/driver-checks-goods-man-uniform-truck-garage_1157-46543.jpg?_wi=1"
imageAlt="Professional semi truck on highway representing L.E.M. Logistics fleet"
/>
</div>
@@ -88,13 +88,13 @@ export default function LandingPage() {
tagIcon={Boxes}
features={[
{
id: "1", title: "Regional Trucking", description: "Reliable point-to-point delivery across New Jersey, Pennsylvania, and New York. We specialize in regional routes with consistent on-time performance and professional drivers who know every route like the back of their hand.", imageSrc: "http://img.b2bpic.net/free-photo/driver-checks-goods-man-uniform-truck-garage_1157-46543.jpg", imageAlt: "Regional trucking fleet vehicle"
id: "1", title: "Regional Trucking", description: "Reliable point-to-point delivery across New Jersey, Pennsylvania, and New York. We specialize in regional routes with consistent on-time performance and professional drivers who know every route like the back of their hand.", imageSrc: "http://img.b2bpic.net/free-photo/driver-checks-goods-man-uniform-truck-garage_1157-46543.jpg?_wi=2", imageAlt: "Regional trucking fleet vehicle"
},
{
id: "2", title: "Dedicated Freight", description: "Long-term logistics partnerships designed for your business. Our dedicated fleet services ensure priority handling, consistent capacity, and personalized dispatch support for ongoing freight needs.", imageSrc: "http://img.b2bpic.net/free-photo/warehouse-worker-protective-work-wear-driving-forklift-manipulating-goods-storage-facility_342744-1455.jpg", imageAlt: "Dedicated freight warehouse facility"
},
{
id: "3", title: "Expedited Shipping", description: "Time-critical cargo solutions with guaranteed pickup and delivery windows. Perfect for urgent shipments, perishables, and high-priority loads that demand immediate attention and fast turnaround.", imageSrc: "http://img.b2bpic.net/free-photo/driver-checks-goods-man-uniform-truck-garage_1157-46543.jpg", imageAlt: "Expedited shipping semi truck"
id: "3", title: "Expedited Shipping", description: "Time-critical cargo solutions with guaranteed pickup and delivery windows. Perfect for urgent shipments, perishables, and high-priority loads that demand immediate attention and fast turnaround.", imageSrc: "http://img.b2bpic.net/free-photo/driver-checks-goods-man-uniform-truck-garage_1157-46543.jpg?_wi=3", imageAlt: "Expedited shipping semi truck"
}
]}
gridVariant="three-columns-all-equal-width"
@@ -126,11 +126,11 @@ export default function LandingPage() {
testimonials={[
{
id: "1", name: "James Mitchell", handle: "@jmitchell_logistics", testimonial: "L.E.M. Logistics has been our go-to carrier for over 3 years. Their on-time delivery rate is unmatched, and their dispatch team is always responsive to our needs.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-employee-black-cap-blank-tshirt-uniform-holding-clipboard-with-pen-waiting-signature-looking-camera-annoyed-angry-standing-orange-background_141793-137765.jpg", imageAlt: "professional truck driver portrait uniform"
imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-employee-black-cap-blank-tshirt-uniform-holding-clipboard-with-pen-waiting-signature-looking-camera-annoyed-angry-standing-orange-background_141793-137765.jpg?_wi=1", imageAlt: "professional truck driver portrait uniform"
},
{
id: "2", name: "Sarah Chen", handle: "@schen_freightco", testimonial: "We've tried many carriers, but L.E.M. stands out. Their real-time tracking and professional drivers give us complete peace of mind with every shipment.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-salesman-car-dealership_23-2148130114.jpg", imageAlt: "logistics professional headshot confident driver"
imageSrc: "http://img.b2bpic.net/free-photo/portrait-salesman-car-dealership_23-2148130114.jpg?_wi=1", imageAlt: "logistics professional headshot confident driver"
},
{
id: "3", name: "Michael Rodriguez", handle: "@mrodriguez_shipping", testimonial: "Best carrier we've worked with in the Northeast. Reliable, professional, fully insured, and their pricing is competitive. Highly recommend L.E.M. Logistics.", rating: 5,
@@ -142,11 +142,11 @@ export default function LandingPage() {
},
{
id: "5", name: "Angela Foster", handle: "@afoster_logistics", testimonial: "Exceptional service from pickup to delivery. Their team handles expedited loads with the same care as standard freight. That consistency is invaluable to our business.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-employee-black-cap-blank-tshirt-uniform-holding-clipboard-with-pen-waiting-signature-looking-camera-annoyed-angry-standing-orange-background_141793-137765.jpg", imageAlt: "professional truck driver portrait uniform"
imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-employee-black-cap-blank-tshirt-uniform-holding-clipboard-with-pen-waiting-signature-looking-camera-annoyed-angry-standing-orange-background_141793-137765.jpg?_wi=2", imageAlt: "professional truck driver portrait uniform"
},
{
id: "6", name: "Robert Keswick", handle: "@rkeswick_transport", testimonial: "Five stars every time. L.E.M. Logistics understands that our reputation depends on reliable carriers. They've earned our trust and continue to prove it daily.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-salesman-car-dealership_23-2148130114.jpg", imageAlt: "logistics professional headshot confident driver"
imageSrc: "http://img.b2bpic.net/free-photo/portrait-salesman-car-dealership_23-2148130114.jpg?_wi=2", imageAlt: "logistics professional headshot confident driver"
}
]}
showRating={true}