/* global React */ const { useState, useEffect, useRef } = React; /* ============= ICONS ============= */ const Icon = { Check: ({ size = 14 }) => , X: ({ size = 14 }) => , Plus: ({ size = 12 }) => , Play: ({ size = 24 }) => , ArrowRight: ({ size = 16 }) => , Lock: ({ size = 14 }) => , Shield: ({ size = 14 }) => , Clock: ({ size = 14 }) => , WhatsApp: ({ size = 14 }) => , Doc: ({ size = 16 }) => , Spreadsheet: ({ size = 16 }) => , Users: ({ size = 16 }) => , Module: ({ size = 16 }) => }; /* ============= HEADER ============= */ function SiteHeader() { return (
Legacy Makers Curso Método LEGADO
window.trackCheckout('header')} className="header-cta"> Garantir minha vaga
); } /* ============= VSL com poster custom ============= */ function VSLPlayer() { const [playing, setPlaying] = useState(false); return (
{playing ?