/* Add custom Js styles below */ // تحديد العنصر const footerText = document.querySelector('.text-gray-400'); // تعديل النص والرابط if (footerText) { footerText.innerHTML = ` صنع بإتقان على | 2025 شركة majaara `; }