Landing Page

document.getElementById(‘enter-btn’).addEventListener(‘click’, function(e) { e.preventDefault(); var target = this.href; var overlay = document.querySelector(‘.page-transition-overlay’); overlay.classList.add(‘active’); setTimeout(function() { window.location.href = target; }, 800); });

Scroll to Top