60 lines
1.2 KiB
Markdown
60 lines
1.2 KiB
Markdown
# Shadcn/UI Landing Page Template
|
|
|
|
## <a href="https://ui.shadcn.com/" target="_blank">ShadcnUI</a> + <a href="https://react.dev/" target="_blank">React</a> + <a href="https://www.typescriptlang.org/" target="_blank">TypeScript</a> + <a href="https://tailwindcss.com/" target="_blank">Tailwind</a>.
|
|
|
|

|
|
|
|
Build your React landing page effortlessly with the required sections to your project. <a href="https://shadcn-landing-page.vercel.app/" target="_blank">Live Demo</a>
|
|
|
|
## 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
|
|
```
|