const { Statement, Button, Eyebrow, ChromeLens } = window.VamshotDesignSystem_18ef2a; /* SECTION 01 — hero. Load sequence is driven by `phase` from the app shell: 1 wordmark, 2 chrome object, 3 headline lines, 4 supporting copy, 5 CTA. */ function HeroSection({ phase }) { const on = function (n) { return 'vs-cue' + (phase >= n ? ' is-on' : ''); }; return (
); } Object.assign(window, { HeroSection });