/* Add custom JS code below */ let esm = "فريق إقلاع"; let link = "https://iqla3.com"; document.addEventListener("DOMContentLoaded", function () { document.querySelector("footer p.text-gray-400").innerHTML = ` صنع بإتقان على أيدي ${esm} `; }); document.addEventListener('DOMContentLoaded', function () { const isHomePage = window.location.pathname === '/' || window.location.pathname === ''; if (!isHomePage) { const footerBottom = document.querySelector('.footer-bottom'); if (footerBottom) { footerBottom.style.paddingBottom = '60px'; } } });