// Nav + promo banner + sticky book bar const PromoBanner = ({ text }) => (
{Array.from({length: 2}).map((_, g) => ( {text} Estetinė osteopatija · Kaunas & Vilnius Oksana Budraitė Grožio salonas ETRE · Kaunas ))}
); const Nav = ({ onBook, activeSection, ctaLabel }) => { const links = [ { id: 'about', label: 'Apie mane' }, { id: 'method', label: 'Seansas' }, { id: 'process', label: 'Poveikis' }, { id: 'results', label: 'Atsiliepimai' }, { id: 'pricing', label: 'Kainos' }, { id: 'faq', label: 'DUK' } ]; return ( ); }; const StickyBar = ({ show, onBook }) => (
Norite pajusti skirtumą? Registruokitės į seansą.
); Object.assign(window, { PromoBanner, Nav, StickyBar });