export default function Hero() { const scrollToSection = (sectionId) => { const element = document.getElementById(sectionId); if (element) { element.scrollIntoView({ behavior: "smooth" }); } }; return (
{/* Background Image */}
{/* Content */}

Projektowanie i Realizacja Instalacji Elektrycznych

Kompleksowe usługi elektryczne - od projektu po pełną realizację. Ponad 20 lat doświadczenia, zaufało nam już ponad 4000 klientów.

{/* Stats */}
20+
Lat doświadczenia
4000+
Projektów
100%
Zadowolenia
24/7
Wsparcie
{/* Scroll indicator */}
); }