Startup Intros
Local development mode is using a lightweight homepage.
This skips the heavy marketing and analytics bundles so the Next.js dev server can respond immediately on `localhost:3001`.
Why this exists
The full public homepage is still available in production, but local dev no longer blocks on its first compile.
What changed
Client analytics providers and below-the-fold marketing sections are excluded from the local dev bootstrap path.
Next step
Use the links above to verify the routes you actually need while I keep the first paint fast.