Recent installations

Here’s a look at some of our latest fireplace installations across the Western Cape and beyond. Each setup is custom-tailored to suit the client’s space, style, and heating needs. From modern freestanding units to classic built-in fireplaces, we ensure quality workmanship, expert safety compliance, and a polished finish—every time. Servicing available for all featured brands. Installations done within a 250 km radius of Cape Town, with nationwide delivery available.
document.addEventListener('DOMContentLoaded', function() { document.querySelectorAll('.enquiry-btn').forEach(function(btn) { btn.addEventListener('click', function() { const productURL = this.getAttribute('data-product-url') || window.location.href; const productTitle = this.getAttribute('data-product-title') || document.title; const urlField = document.querySelector('input[name="product_url"]'); const titleField = document.querySelector('input[name="product_title"]'); if (urlField) urlField.value = productURL; if (titleField) titleField.value = productTitle; }); }); });