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

How It Works

No surprises. Here's exactly what happens from first call to finished floor.

01 call

Free Quote

Call Bairt on 0410 642 455 or send an enquiry online. He comes out, inspects the floor and gives you a straight price — free, no obligation. He'll tell you exactly what needs doing and why.

02 event_available

Lock in a Date

Once you're happy, Bairt locks in a start date that suits you. He'll confirm what you need to do to prepare — clear the floor, arrange somewhere for pets, whatever's needed.

03 construction

Sanding Day

Bairt arrives on time, sets up HEPA-filter dust extraction and works through the floor systematically. Multi-stage sanding — coarse to fine — reveals clean raw timber.

04 brush

Finishing

Coats applied in stages with drying time between each. Water-based or solvent poly depending on what you've chosen. Bairt advises walk-on times before he leaves.

05 star

Done

Final coat, clean-up and handover. Bairt doesn't leave until you're happy. He'll tell you exactly how long to wait before rugs and furniture go back.

Ready to start?

Get a Free Quote
// 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,