2024 Frontier Hardbody

2024 Frontier Hardbody

Lease the 2024 Nissan Frontier Hardbody for $333 semi-monthly for 64 months and save $1,250 cash.
Includes free winter tires, alloy rims and sensors.

Visit us for more details.


Certain conditions apply.

function colorChooserRedirect(colorCode) { const currentUrl = window.location; const currentUrlParams = new URLSearchParams(window.location.search); currentUrlParams.set('extColorCode', colorCode); window.location = currentUrl.origin + currentUrl.pathname + '?' + currentUrlParams.toString(); } document.addEventListener("DOMContentLoaded", () => { const chooserItem = document.querySelectorAll('[data-color-chooser-redirect="true"] [data-color-chooser-item]'); chooserItem.forEach(item => { item.addEventListener('click', e => { e.preventDefault(); colorChooserRedirect(item.dataset.colorChooserCode); }) }); });