Skip to content

chirag3003/architect-landing

Repository files navigation

Next.js Project

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.

Getting Started

To get started with this project, follow these steps:

  1. Clone the repository:

    git clone <repository-url>
    cd <repository-directory>
  2. Install dependencies:

    npm install
    # or
    yarn install
  3. Run the development server:

    npm run dev
    # or
    yarn dev

    Open http://localhost:3000 with your browser to see the result.

Key Features

  • 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.

Configuration

  • 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.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors