2a69747744
Drops the 'Unstoppable fundraising on Nostr' pill and the em dash from the hero copy, and adds an ambient SVG globe sitting behind the headline. The globe is a pure-SVG orthographic projection (no WebGL, no canvas). It renders Natural Earth 110m country boundaries pre-simplified down to ~1.5k vertices (17 KB inline). Coloring is intentionally warm — cream sphere with sandy-amber land — to avoid the satellite/HUD aesthetic. Campaigns whose location string resolves to an ISO 3166-1 country appear as small glowing markers, deduped by country. Rotation is driven by requestAnimationFrame and applied imperatively via refs (no React re-renders during animation), and respects prefers-reduced-motion by holding at a static angle.