What's your next step?

What's your next step?

Our Reviews

Our Reviews

© Copyright 2024. Alprosper Marketing, LLC. All rights reserved.

window.addEventListener('scroll', function() { var scrollBackgroundElement = document.getElementById('scrollBackground'); var scrollPosition = window.scrollY; // Adjust the scroll position value as needed (e.g., 200) if (scrollPosition > 200) { scrollBackgroundElement.classList.add('scrolled-background'); } else { scrollBackgroundElement.classList.remove('scrolled-background'); } });