Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 23 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
- Created: 2024-06-06T01:59:22.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-26T12:25:47.000Z (5 months ago)
- Last Synced: 2024-07-26T13:55:59.346Z (5 months ago)
- Topics: nextjs, responsive-design, shadcn-ui-starter, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://shadcn-landing-page-livid.vercel.app
- Size: 675 KB
- Stars: 83
- Watchers: 1
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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 - New design 🎉 Nextjs + Shadcn + TypeScript + Tailwind. (Templates)
README
# Shadcn Landing Page Template
## Shadcn + Next.js + TypeScript + Tailwind.
### This is a project conversion Shadcn-Vue to NextJS
![Alt text](./public/demo-img.jpg)
## 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
```