Syed Ahmed Coaching

Featured In

Subscribe to Our Newsletter

document.addEventListener('DOMContentLoaded', () => { const contactBtn = document.querySelector( '.drawer__submenu button[data-close]' ); if (contactBtn) { contactBtn.addEventListener('click', () => { window.location.href = '/pages/contact'; }); } });