The page file allows you to define UI that is unique to a route.
A page is always the leaf of the route subtree.
A page file is required to make a route segment publicly accessible.
Pages are Server Components by default, but can be set to a Client Component.
params and searchParams are optional props received.