const button = document.querySelector('#b1'); const section1 = document.querySelector('#flooring'); const section2 = document.querySelector('#building'); button.addEventListener('click', function() { section2.classList.toggle('hidden'); });

Contact Us

Get in touch

Contact Us

Get in touch

Scroll to Top