Skip to main content

Components

Learn about the DivZone components.


The components folder in your project contains reusable UI components that make up the main sections of your landing page. Components are like building blocks that can be combined and customized to create different pages and layouts. By using components, you can maintain a consistent look and feel across your website, and save time and effort by not having to repeat the same code multiple times.

divzone-nextjs-theme/
└── src
└── app
├── components

Each component in the components folder is designed to be modular and independent, with its own set of props and styles. Some components may contain other components as children, creating a nested hierarchy that mirrors the structure of your page. Other components may be simple and self-contained, such as a button or an icon.