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

Web Development

Building high-performance, scalable web applications with modern technologies like React, Next.js, and Node.js.

Learn more

Mobile Development

Creating beautiful, native-feeling mobile apps for iOS and Android using React Native and Flutter.

Learn more

AI Solutions

Leveraging machine learning and artificial intelligence to solve complex business problems and automate processes.

Learn more

Cloud Architecture

Designing and implementing scalable cloud infrastructure on AWS, Google Cloud, and Azure platforms.

Learn more

Cybersecurity

Protecting your digital assets with comprehensive security assessments, penetration testing, and robust security solutions.

Learn more

Data Analytics

Transforming raw data into actionable insights with powerful analytics tools and custom dashboard solutions.

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