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

Privacy Policy

Novacastrian Floors collects personal information (name, phone, email, address) only when you contact us to request a quote. This information is used solely to respond to your enquiry and coordinate your floor sanding job.

We do not sell, share or disclose your personal information to third parties. Your details are stored securely and only accessed by Bairt for business purposes.

Photos submitted with quote requests are stored temporarily and deleted once the quote has been provided. You may request deletion of your data at any time by calling 0410 642 455.

Last updated: April 2026

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