https://github.com/leoMirandaa/shadcn-landing-page
Free Landing page template using Shadcn, React, Typescript and Tailwind
https://github.com/leoMirandaa/shadcn-landing-page
darkmode react responsive-design shadcn-ui shadcn-ui-starter tailwindcss typescript
Last synced: 18 days ago
JSON representation
Free Landing page template using Shadcn, React, Typescript and Tailwind
- Host: GitHub
- URL: https://github.com/leoMirandaa/shadcn-landing-page
- Owner: leoMirandaa
- License: mit
- Created: 2024-02-03T01:18:31.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-09T06:25:39.000Z (8 months ago)
- Last Synced: 2025-04-13T23:53:16.443Z (about 2 months ago)
- Topics: darkmode, react, responsive-design, shadcn-ui, shadcn-ui-starter, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://shadcn-landing-page.vercel.app
- Size: 2.78 MB
- Stars: 1,512
- Watchers: 13
- Forks: 312
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-shadcn-ui - shadcn-landing-page - Landing page template using shadcn/ui, React, Typescript and Tailwind CSS (Boilerplates / Templates / Portfolios)
- awesome-shadcn-ui - shadcn-landing-page - Landing page template using shadcn/ui, React, Typescript and Tailwind CSS (Boilerplates / Templates / Portfolios)
- awesome-shadcn-ui - Link - 06-06 | (Boilerplates / Templates)
README
# Shadcn/UI Landing Page Template
## ShadcnUI + React + TypeScript + Tailwind.

Build your React landing page effortlessly with the required sections to your project. Live Demo
## Sections
- [x] Navbar
- [x] Sidebar(mobile)
- [x] Hero
- [x] Sponsors
- [x] About
- [x] Stats
- [x] How It Works
- [x] Features
- [x] Services
- [x] Call-to-Action (CTA)
- [x] Testimonials
- [x] Team
- [x] Pricing
- [x] Newsletter
- [x] Frequently Asked Questions(FAQ)
- [x] Footer## Features
- [x] Fully Responsive Design
- [x] User Friendly Navigation
- [x] Dark Mode
- [x] Meta tags## How to install
1. Clone this repository:
```bash
git clone https://github.com/leoMirandaa/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
```