Split two oversized page files into _components/ directories following
Next.js 15 conventions and the 500-LOC hard cap:
- loeschfristen/page.tsx (2322 LOC -> 412 LOC orchestrator + 6 components)
- dsb-portal/page.tsx (2068 LOC -> 135 LOC orchestrator + 9 components)
All component files stay under 500 lines. Build verified.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>