/* Add custom Js styles below */ /* Add custom Js styles below */ function changeText(){ const companyName = " شركة الفيصل للتسويق الإلكتروني"; const companyUrl = " https://alfaisal.sa/ "; const colorText = "WIHTE " const copyright = document.querySelector("footer .footer-rights") copyright.innerHTML = `

صنع بإتقان بواسطة ${companyName}

` } changeText()