Shadcn Landing Page Template
Shadcn + Next.js + TypeScript + Tailwind.
This is a project conversion Shadcn-Vue to NextJS

Sections
- [x] Navbar
- [x] Sidebar(mobile)
- [x] Hero
- [x] Sponsors
- [x] Benefits
- [x] Features
- [x] Testimonials
- [x] Team
- [x] Community
- [x] Contact
- [x] Pricing
- [x] Frequently Asked Questions(FAQ)
- [x] Services
- [x] Footer
Features
- [x] Fully Responsive Design
- [x] User Friendly Navigation
- [x] Dark Mode
How to install
- Clone this repositoy:
git clone https://github.com/nobruf/shadcn-landing-page.git
- Go into project
cd shadcn-landing-page
- Install dependencies
npm install
- Run project
npm run dev