Skip to content

Latest commit

 

History

History
59 lines (43 loc) · 1.23 KB

README.md

File metadata and controls

59 lines (43 loc) · 1.23 KB

Shadcn/UI Landing Page Template

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

How to install

  1. Clone this repositoy:
git clone https://github.com/leoMirandaa/shadcn-landing-page.git
  1. Go into project
cd shadcn-landing-page
  1. Install dependencies
npm install
  1. Run project
npm run dev