2026 Leaf

2026 Leaf

The Nissan Clearout Event is officially here!

Drive into the future with the 2026 Nissan LEAF and secure 0% financing for 60 months. Plus, stack your savings with an additional $1,000 Finance Cash and up to $5,000 EVAP credit.


Shop the clearout inventory at O'Neill Auto Group today!

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); }) }); });