// Hero.jsx — propaganda-poster style hero function Hero() { return (
{/* sunburst behind — full width, below header, above-the-ticker only */}
Fractional Marketing Leadership

I help companies grow on purpose,
not by accident.

Marketing leadership for companies at the moments that matter most.

{["A launch.", "A reset.", "A growth plateau."].map(t => ( {t} ))}

I build the strategy, run the execution, and attribute investment back to revenue.

Let's Grow
{/* framed poster */}
Growth, on purpose
~15 years in the seat
{/* ticker strip */}
{Array.from({ length: 2 }).map((_, g) => (
{["Strategy", "Paid Media", "Brand & Positioning", "Websites & Getting Found", "Growth You Can Measure"].map((t, i) => ( {t} ))}
))}
); } Object.assign(window, { Hero });