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

This commit is contained in:
2026-03-03 22:09:36 +00:00
parent a538beb576
commit 8d232bb0d4

View File

@@ -19,24 +19,21 @@ export default function MailRouteVehiclesPage() {
const footerColumns = [
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "How It Works", href: "/how-it-works" },
{ label: "Contact", href: "/contact" },
],
},
{
title: "Browse",
items: [
title: "Browse", items: [
{ label: "Inventory", href: "/inventory" },
{ label: "Mail Route Vehicles", href: "/mail-route-vehicles" },
{ label: "FAQ", href: "#faq" },
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Financing Terms", href: "#" },
@@ -59,7 +56,8 @@ export default function MailRouteVehiclesPage() {
>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
brandName="JDM Imports"
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}
@@ -85,33 +83,15 @@ export default function MailRouteVehiclesPage() {
<div id="mail-route-benefits" data-section="mail-route-benefits">
<FeatureCardMedia
title="Why Choose JDM for Mail Route Vehicles"
title="Why Choose Ultraspeed for Mail Route Vehicles"
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"
@@ -140,12 +120,12 @@ export default function MailRouteVehiclesPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/red-steel-tool-box-garage_613910-13485.jpg?_wi=6"
imageAlt="JDM automotive background"
logoText="JDM Imports"
copyrightText="© 2025 JDM Imports. All rights reserved."
imageAlt="Ultraspeed automotive background"
logoText="Ultraspeed"
copyrightText="© 2025 Ultraspeed. All rights reserved."
columns={footerColumns}
/>
</div>
</ThemeProvider>
);
}
}