This is a simple React frontend project with tailwind css. It includes multiple components, such as a header, hero section, and various frames.
The application consists of the following components:
HeroContainer
: Displays the hero section of the page.FrameComponent
: Different sections or features of the page.PeaceBtn
: A button component.FormSection
: Contains a form for user input.Footer
: The footer section of the page.Faq
: Frequently asked questions section.
To run this application locally, follow these steps:
-
Clone the repository:
git clone https://github.com/nitro56565/digibiz-services.git
-
Navigate to the project directory:
cd digibiz-services
-
Install dependencies:
npm install
-
Start the development server:
npm run dev or npm dev