// Hero — radial gold glow background, display type, pulse badge, dual CTA function Hero({ lang }) { const t = (de, pl) => lang === 'de' ? de : pl; const isMobile = window.useIsMobile ? window.useIsMobile() : false; return (

{t('Social Media &','Social Media i')}
{t('AI Automations','AI Automatyzacje')}
{t('für lokale Unternehmen','dla lokalnych firm')}

{t('Mehr Sichtbarkeit, mehr Kunden, weniger Aufwand. Wir bauen dein Social Media auf und automatisieren deine Prozesse — in Gubin und Guben.', 'Większa widoczność, więcej klientów, mniej pracy. Budujemy Twoje social media i automatyzujemy procesy — w Gubinie i Guben.')}

{e.currentTarget.style.borderColor='rgba(212,175,55,.6)';e.currentTarget.style.background='rgba(212,175,55,.04)'}} onMouseLeave={e=>{e.currentTarget.style.borderColor='rgba(212,175,55,.3)';e.currentTarget.style.background='transparent'}} >{t('Leistungen ansehen','Zobacz usługi')}
{[['50+', t('Videos erstellt','Filmów stworzonych')],['200%',t('Mehr Reichweite','Większy zasięg')],['15+',t('Automations live','Aktywnych automatyzacji')]].map(([n,l])=>(
{n}
{l}
))}
{isMobile ? : }
); } window.Hero = Hero;