/* Add custom Js styles below */ document.addEventListener("DOMContentLoaded", function () { const copyright = document.querySelector(".copyright-text p"); if (copyright) { // رابط الواتساب (عدّله لو عندك رقمك) const whatsapp = "https://wa.me/966505605443"; // تعديل النص والرابط copyright.innerHTML = ` مدعوم من مينا `; } });