class CustomClients extends HTMLElement { connectedCallback() { this.attachShadow({ mode: 'open' }); this.shadowRoot.innerHTML = `

Trusted By

Brands that have transformed their digital presence with us

`; } } customElements.define('custom-clients', CustomClients);