https://github.com/nobruf/shadcn-landing-page
New design 🎉 Nextjs + Shadcn + TypeScript + Tailwind. Landing page template ease-to-use
https://github.com/nobruf/shadcn-landing-page
nextjs responsive-design shadcn-ui-starter tailwindcss typescript
Last synced: 14 days ago
JSON representation
New design 🎉 Nextjs + Shadcn + TypeScript + Tailwind. Landing page template ease-to-use
- Host: GitHub
- URL: https://github.com/nobruf/shadcn-landing-page
- Owner: nobruf
- License: mit
- Created: 2024-06-06T01:59:22.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-01-16T14:06:11.000Z (4 months ago)
- Last Synced: 2025-04-03T04:09:46.646Z (about 2 months ago)
- Topics: nextjs, responsive-design, shadcn-ui-starter, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://shadcn-landing-page-livid.vercel.app
- Size: 625 KB
- Stars: 758
- Watchers: 4
- Forks: 158
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-shadcn-ui - shadcn-landing-page - Project conversion [shadcn-vue-landing-page](https://github.com/leoMirandaa/shadcn-vue-landing-page) to nextjs - Landing page template using Nestjs, shadcn/ui, TypeScript, Tailwind CSS (Boilerplates / Templates / Portfolios)
- awesome-shadcn-ui - shadcn-landing-page - Project conversion [shadcn-vue-landing-page](https://github.com/leoMirandaa/shadcn-vue-landing-page) to nextjs - Landing page template using Nestjs, shadcn/ui, TypeScript, Tailwind CSS (Boilerplates / Templates / Portfolios)
- awesome-shadcn-ui - shadcn-landing-page - Project conversion [shadcn-vue-landing-page](https://github.com/leoMirandaa/shadcn-vue-landing-page) to nextjs - Landing page template using Nestjs, shadcn/ui, TypeScript, Tailwind CSS (Boilerplates / Templates / Portfolios)
README
# 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
1. Clone this repositoy:
```bash
git clone https://github.com/nobruf/shadcn-landing-page.git
```2. Go into project
```bash
cd shadcn-landing-page
```3. Install dependencies
```bash
npm install
```4. Run project
```bash
npm run dev
```