Skip to content

DEV-ASHANAUR/next-14-tailwind-landing-page

Repository files navigation

Next.js Tailwind Landing Page

Overview

This project is a sleek and modern landing page template crafted with Next.js and Tailwind CSS. It combines the power of Next.js for server-side rendering and Tailwind CSS for utility-first styling, resulting in a highly performant and customizable landing page.

Features

  • Next.js Framework: Utilizes the Next.js framework for efficient server-side rendering and optimal performance.
  • Tailwind CSS Integration: Leverages Tailwind CSS for utility-first styling and easy customization.
  • Responsive Design: Ensures a seamless and visually appealing experience across various devices and screen sizes.
  • Modern UI Components: Incorporates modern UI components and design elements for a contemporary look and feel.
  • Easy Customization: Customize the landing page content, colors, and styles effortlessly to match your brand or project requirements.

Getting Started

Prerequisites

  • Node.js installed

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/next-tailwind-landing-page.git
  2. Navigate to the project directory:

    cd next-tailwind-landing-page
  3. Install dependencies:

    npm install
  4. Run the application:

    npm run dev
  5. Access the landing page:

    Open your web browser and visit http://localhost:3000.

Customization

  1. Modify Content:

    • Edit the content in the Next.js components located in the src/components directory.
  2. Tailwind CSS Styles:

    • Customize styles by modifying the Tailwind CSS classes in the components and stylesheets.
  3. Color Scheme:

    • Adjust the color scheme by updating variables in the tailwind.config.js file.
  4. Images:

    • Replace placeholder images in the public/images directory with your own.

Contributing

We welcome contributions! If you'd like to contribute to the Next.js Tailwind Landing Page, please check our contribution guidelines.

License

This project is licensed under the MIT License.

Releases

No releases published

Packages

No packages published

Languages