Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

New design 🎉 Nextjs + Shadcn + TypeScript + Tailwind. Landing page template ease-to-use

Awesome Lists containing this project

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] 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
```