In next.js u can create a page using file based routing. After creating multiple pages u have to navigate them from one page to another. Also u have to navigate from top navbar to each page. By using Link component in Next JS u can navigate to pages. I had explain Link component in this lesson.