home_work Home carpenter Services auto_awesome Gallery help_outline FAQ mail_outline Contact
Call Bairt
Newcastle & Lake Macquarie

Service Areas

Bairt services Newcastle, Lake Macquarie and the Hunter Valley. Second-generation floor sander, water-based and solvent polyurethane finishes.

// Back to top visibility window.addEventListener('scroll', function(){ var btn = document.getElementById('back-to-top'); if(window.scrollY > 400){ btn.style.opacity='1'; btn.style.pointerEvents='auto'; } else { btn.style.opacity='0'; btn.style.pointerEvents='none'; } document.addEventListener('click', function(e) { var a = e.target.closest('a[href^="tel:"]'); if (a && typeof gtag === 'function') { gtag('event', 'phone_click', { event_category: 'contact', event_label: a.href.replace('tel:', ''), value: 1 }); } }); document.addEventListener('submit', function(e) { var f = e.target; if (f.tagName === 'FORM' && f.method && typeof gtag === 'function') { gtag('event', 'form_submit', { event_label: window.location.pathname,