This is a Next.js project bootstrapped with create-next-app. It serves as a template for building modern web applications with React and Next.js.
To get started with this project, follow these steps:
-
Clone the repository:
git clone <repository-url> cd <repository-directory>
-
Install dependencies:
npm install # or yarn install -
Run the development server:
npm run dev # or yarn devOpen http://localhost:3000 with your browser to see the result.
- Image Carousel: A customizable image carousel component located in
components/Carousels/ImageCarousel. - About Us Section: A detailed section about the company in
components/AboutUs. - Projects Showcase: Displays the latest projects in
components/Projects. - Testimonials: A section for client testimonials in
components/Testimonials. - Clients: A list of clients in
components/Clients.
- Carousels: Configure image carousels in
configs/carousels.ts. - About Us Content: Modify the about us content in
configs/about.ts. - Clients List: Update the clients list in
configs/clients.ts. - Navigation: Customize navigation items and social links in
configs/navigation.ts.