Skip to content
Website is under development
We will be back shortly....
Looking to start generating up to $5,000 per Sale?
Get Started With FREE Advice!
SUBMIT
×
document.addEventListener('DOMContentLoaded', function() { const closeButton = document.querySelector('.close-btn'); const stickySection = document.querySelector('.sticky-section'); if (closeButton && stickySection) { closeButton.addEventListener('click', function() { stickySection.style.display = 'none'; // Hide the sticky section }); } });