This is the about page. This is coming from src/pages/about.page.tsx This is functioning as a "layout route" because it is rendering an "outlet" (see below).

Outlet:

This is the about page's "index route". Index routes are rendered from a layout route's "outlet" if no other child routes are matched. This is coming from src/pages/about/_index.page.tsx.

Go to explicit child route