/* Add custom Js code below */ document.addEventListener("DOMContentLoaded", function () { // ابحث عن العنصر الذي يحتوي على النص const footerText = document.querySelector('p.text-gray-400'); if (footerText) { // عدّل النص كما تريد footerText.innerHTML = 'جميع الحقوق محفوظة لدى متجر Blink & Pink'; } });