Components

Next.js Templates are built based on components. Each page is split into multiple components and stored in /components folder for easy maintenance and reusability.

You will see the /components folder inside your project folder. Open this folder and choose a component to customize.