This is the home page. This is the entire site's "index route", and it is being rendered from src/pages/_index.page.tsx.

The nav bar above is being rendered from src/main.tsx, which is your site's main server "entry point".

Click the button below to increment the number (my click handler is in src/pages/_index.client.ts):