Super beginner questions

Hi all.

I’m starting with Ionic + React dev and have some basic questions.

I created my first app using sidemenu template like so:
ionic start myapp_menu sidemenu --type=react --capacitor

Now, I’m trying to customize it to my needs. This implies changing the name of the menu items (among other things). In the Menu.tsx I see the left navigation bar defined as well as the routes (urls?).

For Outbox, I see this:

image

Now, if I change one of the urls to /page/home (instead of /page/Home), the page title is shown as

image

How can I use the value title in the appPages constant?

Does this section in App.tsx have to do with that?

TIA