Antonio PrimeScape Antonio PrimeScape Construction
NAVIGATION
🏠 Home 📸 Gallery / Portfolio 💰 Pricing 📞 Contact 👤 About Antonio
PAVING SERVICES
🧱 All Paving Services
REVIEWS & SOCIAL
Leave a Google Review 📷 Follow on Instagram 📝 Free Quote 📞 0406 170 544

Quote Request Received!

Thanks for getting in touch. Antonio will contact you within 24 hours — usually the same day.

Want a faster response?

📞 Call 0406 170 544 💬 Send a Text
← Back to homepage
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 = ''; } }); 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 = ''; } });