Update src/app/mail-route-vehicles/page.tsx

This commit is contained in:
2026-03-03 22:12:00 +00:00
parent 19a55f4683
commit 672cfbc958

View File

@@ -57,7 +57,6 @@ export default function MailRouteVehiclesPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
brandName="Ultraspeed"
brandLogo="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AS9gOyc8R9tNGil9EtTzxBJzBv/uploaded-1772575677052-5rfflgk7.png"
navItems={navItems}
button={{ text: "Contact Us", href: "/contact" }}
animateOnLoad={true}
@@ -87,11 +86,14 @@ export default function MailRouteVehiclesPage() {
description="Our right-hand drive vehicles are specifically selected and prepared for USPS mail delivery operations. We understand the unique requirements of mail carriers."
features={[
{
id: "1", title: "Right-Hand Drive Design", description: "Perfect ergonomic positioning for efficient mail delivery without unnecessary driver movement across the vehicle.", tag: "Efficient", imageSrc: "http://img.b2bpic.net/free-photo/standard-quality-control-collage-concept_23-2149595842.jpg?_wi=3", imageAlt: "Right-hand drive advantage"},
id: "1", title: "Right-Hand Drive Design", description: "Perfect ergonomic positioning for efficient mail delivery without unnecessary driver movement across the vehicle.", tag: "Efficient", imageSrc: "http://img.b2bpic.net/free-photo/standard-quality-control-collage-concept_23-2149595842.jpg?_wi=3", imageAlt: "Right-hand drive advantage"
},
{
id: "2", title: "Cost Savings", description: "Reduce operating costs with reliable Japanese-made vehicles that have excellent fuel economy and low maintenance requirements.", tag: "Economical", imageSrc: "http://img.b2bpic.net/free-photo/tablet-computer-men-hands-man-presses-blank-screen-tablet-computer-concept-man-working-from-home-using-tablet-computer-free-space-text-top-view-copy-space_1423-211.jpg?_wi=3", imageAlt: "Cost efficiency"},
id: "2", title: "Cost Savings", description: "Reduce operating costs with reliable Japanese-made vehicles that have excellent fuel economy and low maintenance requirements.", tag: "Economical", imageSrc: "http://img.b2bpic.net/free-photo/tablet-computer-men-hands-man-presses-blank-screen-tablet-computer-concept-man-working-from-home-using-tablet-computer-free-space-text-top-view-copy-space_1423-211.jpg?_wi=3", imageAlt: "Cost efficiency"
},
{
id: "3", title: "USPS Compliance", description: "All vehicles meet USPS specifications and EPA/DOT standards. We handle all necessary certifications and modifications.", tag: "Certified", imageSrc: "http://img.b2bpic.net/free-vector/verified-check-mark-badges_78370-9292.jpg?_wi=2", imageAlt: "USPS compliance"},
id: "3", title: "USPS Compliance", description: "All vehicles meet USPS specifications and EPA/DOT standards. We handle all necessary certifications and modifications.", tag: "Certified", imageSrc: "http://img.b2bpic.net/free-vector/verified-check-mark-badges_78370-9292.jpg?_wi=2", imageAlt: "USPS compliance"
},
]}
animationType="slide-up"
textboxLayout="default"