Course lesson

Create an About Us Page inside the Next.js 13 App Directory

We'll cover the basics of building a new page in Next.js, specifically an "About Us" page. If you've used Next before, this will feel very similar to creating a new page in the pages directory.

Duration
1 min
Access
Included
Transcript
Retained from source evidence

We'll cover the basics of building a new page in Next.js, specifically an "About Us" page. If you've used Next before, this will feel very similar to creating a new page in the pages directory.

While doing this we will also be introduced to some of the components that come with the template, such as the PageContainer, Main, Title, and Description components which you can check out in more detail here.