Welcome to WordPress. This is your first post. Edit or delete it, then start writing!

One Response

Leave a Reply

Your email address will not be published. Required fields are marked *

document.addEventListener('DOMContentLoaded', function () { const hero = document.querySelector('.hero'); if (!hero) return; setTimeout(function () { hero.classList.add('show'); }, 200); });