home_work Home carpenter Services auto_awesome Gallery help_outline FAQ mail_outline Contact
Call Bairt
Free Quote

Get in Touch

Tell Bairt about your floors. Same day response across Newcastle, Lake Macquarie and surrounds.

call

Call Bairt

0410 642 455

Mon–Sat 7am–5pm

// 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,