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

Our Services

We offer a comprehensive suite of digital services to help your business thrive online.

Web Design

Beautiful, responsive websites tailored to your brand and audience with modern design principles.

Web Development

Custom web applications built with the latest technologies for performance and scalability.

Mobile Apps

Cross-platform mobile applications that deliver seamless user experiences on any device.

E-commerce

Complete online store solutions with secure payment processing and inventory management.

SEO Optimization

Improve your search rankings and drive organic traffic with our proven SEO strategies.

Digital Marketing

Targeted campaigns across social media and search platforms to grow your audience.

`; } } customElements.define('custom-services', CustomServices);