I would love to hear from you!

Contact me!

Feel free to reach out to me using the contact form below! Whether you have questions about my projects, collaboration opportunities, or just want to connect, I’d love to hear from you. I’ll get back to you as soon as possible.

Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
document.querySelectorAll('a[href^="#"]').forEach(anchor => { anchor.addEventListener('click', function (e) { e.preventDefault(); const target = this.getAttribute('href'); if (target.startsWith('#') && window.location.pathname !== '/') { window.location.href = `/${target}`; } else { document.querySelector(target)?.scrollIntoView({ behavior: 'smooth' }); } }); });