We’d love to hear from you! Whether you want to collaborate, share a story, or just say hi, drop us a message—we’re all ears.
document.addEventListener("DOMContentLoaded", function() { const video = document.getElementById("autoplayVideo"); if (video) { video.play().catch(error => { console.error("Video autoplay failed:", error); }); } });