diff --git a/src/app/mail-route-vehicles/page.tsx b/src/app/mail-route-vehicles/page.tsx index f6986f5..5799fcc 100644 --- a/src/app/mail-route-vehicles/page.tsx +++ b/src/app/mail-route-vehicles/page.tsx @@ -60,6 +60,7 @@ export default function MailRouteVehiclesPage() { navItems={navItems} button={{ text: "Contact Us", href: "/contact" }} animateOnLoad={true} + logoSrc="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Ccircle cx='20' cy='20' r='18' fill='%2315479c' opacity='0.1'/%3E%3Ctext x='20' y='26' font-size='20' font-weight='bold' fill='%2315479c' text-anchor='middle' font-family='Arial'%3EU%3C/text%3E%3C/svg%3E" /> @@ -86,14 +87,11 @@ 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"