Implement Server-Side Rendering for the Hero Section
The entire page is a blank #root div until JavaScript executes. Implement SSR or static pre-rendering so the headline, subheadline, and primary CTA are present in the initial HTML payload. This will improve perceived load time, SEO crawlability, and ensure the hero section converts even on slow connections.