document.addEventListener('DOMContentLoaded', function() { const showMoreBtn = document.getElementById('show-more-btn'); const showLessBtn = document.getElementById('show-less-btn'); const additionalContent = document.querySelector('.additional-content'); showMoreBtn.addEventListener('click', function() { additionalContent.style.display = 'block'; showMoreBtn.style.display = 'none'; }); showLessBtn.addEventListener('click', function() { additionalContent.style.display = 'none'; showMoreBtn.style.display = 'block'; }); });

Maintenance Page

Site under maintenance

Our new site will launch mid-January. Contact us at hello@upflow.co.za