2026 Sentra S

2026 Sentra S

The smart way to upgrade your daily commute. The sleek 2026 Nissan Sentra S delivers exceptional value without compromising on style. Drive it home for just $161 bi-weekly with $0 down, a practical financing plan tailored to maximize your savings. Skip the wait entirely and hit the road today with our seamless, immediate same-day delivery.

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