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

Enabling Next-Generation
Semiconductor Innovation

Advanced deposition tools for FEOL and BEOL

`; } } customElements.define('hero-section', HeroSection);