document.addEventListener("DOMContentLoaded", () => { const section = document.querySelector( ".s-block--bundle-trust-testimonials" ); if (!section) return; const branches = document.createElement("div"); branches.innerHTML = `

فروعنا

فرع القصيم فرع الرياض
`; section.before(branches); });