- Shipped
- September 6, 2026 at 1:35 AM UTC
- Author
- Kamo
- Commit
- 11bc3e3
These were deleted in the working tree but never committed, so the repository still carried them and any fresh checkout brought them back. app/page.tsx was the site root. Nothing links to it — no href, push or redirect in the codebase targets "/" — and every health probe on the deployment reads /api/health rather than the root, so removing it costs no readiness or liveness check. The route simply 404s now, which is what a site that only serves /loan/mortgage/… and /portal/… should do at its root. The images go with it: logo-blueleven-trans.png, logo-blu-trans.png, mike.png and img/loan-officer-headshot.jpg, all BlueLeven demo assets. The only reference to any of them left in the tree is in NavPri.tsx, which nothing imports — see below. Verified by building without them: compiles clean, 11 static pages where there were 14.