โ
โ
โ
โ
โ
64 Reviews ยท Owner-Operator ยท Within 15km of Notting Hill
Melbourne’s Trusted
Paving Specialists
Owner-operated. Fixed quotes. Starting from $85/mยฒ.
Servicing Notting Hill, Glen Waverley, Clayton & 20 more suburbs within 15km.
โญโญโญโญโญ 64 Google Reviews
๐ก๏ธ $20M Insured
๐จโ๐ง Owner on Every Job
๐
10+ Years Experience
Free site visit within 48 hours ยท Written fixed quote ยท No obligation
$20M
Public Liability Insured
'
COMPLETED PROJECTS
Project Gallery
Real completed paving projects across Melbourne's south-eastern suburbs
๐ Call 0406 170 544 โ Free Quote
Our Portfolio
Premium paving projects across Melbourne's south-eastern suburbs
Like What You See?
Ready to transform your outdoor space? Get a free measure and quote.
New Project Photos
Ready to Start Your Project?
Get a free measure and quote โ Antonio will visit your property personally
function toggleMenu() {
var menu = document.getElementById('mobileMenu');
var btn = document.getElementById('hamburger');
var isOpen = menu.classList.contains('open');
if (isOpen) {
menu.classList.remove('open');
btn.classList.remove('active');
document.body.style.overflow = '';
setTimeout(function() { menu.style.display = 'none'; }, 300);
} else {
menu.style.display = 'flex';
void menu.offsetHeight;
menu.classList.add('open');
btn.classList.add('active');
document.body.style.overflow = 'hidden';
}
}
document.getElementById('hamburger').addEventListener('click', toggleMenu);
document.addEventListener('click', function(e) {
var menu = document.getElementById('mobileMenu');
var btn = document.getElementById('hamburger');
if (!menu.contains(e.target) && !btn.contains(e.target) && menu.classList.contains('open')) {
menu.classList.remove('open');
btn.classList.remove('active');
setTimeout(function() { menu.style.display = 'none'; }, 300);
document.body.style.overflow = '';
}
});