Brakes Service Special

Brakes Service Special

Expired

Extend the life of your brakes by taking advantage of our Special Brakes Service Offer.


Get a 20% discount!


Service includes:

- Brake pad wear inspection

- All brake components lubrication

- General clean up of system

- Plus a free multi-point inspection


Extend your brake wear life, increase brake pad life and improve braking performance. 


Book today at O'neill Nissan!


Some conditions apply. See details in store. 

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