README.md 1.2 KB

Shadcn/UI Landing Page Template

ShadcnUI + React + TypeScript + Tailwind.

shadch-landing-page

Build your React landing page effortlessly with the required sections to your project. Live Demo

Sections

  • Navbar
  • Sidebar(mobile)
  • Hero
  • Sponsors
  • About
  • Stats
  • How It Works
  • Features
  • Services
  • Call-to-Action (CTA)
  • Testimonials
  • Team
  • Pricing
  • Newsletter
  • Frequently Asked Questions(FAQ)
  • Footer

Features

  • Fully Responsive Design
  • User Friendly Navigation
  • Dark Mode
  • Meta tags

How to install

  1. Clone this repository:

    git clone https://github.com/leoMirandaa/shadcn-landing-page.git
    
  2. Go into project

    cd shadcn-landing-page
    
  3. Install dependencies

    npm install
    
  4. Run project

    npm run dev