> For the complete documentation index, see [llms.txt](https://pcoded.gitbook.io/light-able/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://pcoded.gitbook.io/light-able/react-nextjs/next.js-components.md).

# Next.js Components

### Layout settings

You can change the default layout in the routers/routes.js file in the body tag

| File/Folder               | Description                                                                                                                                                             |
| ------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| 📁 Common                 | All Reusable Common files are here.                                                                                                                                     |
| 📁 Layouts                | All Layout components are fall in this directory.                                                                                                                       |
| 📁 views                  | All pages componetns are here.                                                                                                                                          |
| ./src/pages/**\_app.tsx** | The main Next.js component file that serves as the entry point for our application, encapsulating the overall structure and layout of your Next.js 14.1.0 application.. |
