The Home Page File in the NextJS Framework
Every website has a home page.
This is the page that is shown
when we simply type the domain name
into the address bar.
That is, the following URL: /.
This URL is handled by the file
src/app/page.jsx,
which is already present by default
after installing the framework.
Make it so that when accessing the address
/ the browser displays
some kind of message.