Performance tips
This page is statically regenerated with revalidate=120.
- Use next/font for CLS-free text rendering (display=swap, preloaded)
- Set explicit width/height on <Image/> and define sizes
- Defer non-critical scripts (strategy=afterInteractive or lazyOnload)
- Analyze bundle: npm run analyze
- Cache static assets aggressively (immutable), use ISR/SSG for content