So far, the Next.js app we created only has one page. In general websites and web applications could have many different pages.
Let's explore how to add more pages to our application.
In this lesson, you will:
Link
component to enable client-side navigation between pages.If you’re looking for detailed documentation on Next.js routing, take a look at the routing documentation.