Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/Siumauricio/landing-template-nextui

Landing page for any SaaS company, using Nextjs and NextUI
https://github.com/Siumauricio/landing-template-nextui

landing-page nextjs nextui react template

Last synced: about 2 months ago
JSON representation

Landing page for any SaaS company, using Nextjs and NextUI

Awesome Lists containing this project

README

        

# NextJS and NextUI Landing Page Template

You can deploy here directly to vercel [![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/import/project?template=https://github.com/Siumauricio/landing-template-nextui)

This is a template for NextJS and NextUI.

[NextJS](https://nextjs.org/)
[NextUI](https://nextui.org/)

You can see the demo here: https://landing-template-nextui.vercel.app/
For improve this template, you can create a pull request or open an issue here [Issues](https://github.com/Siumauricio/landing-template-nextui/issues) or [Pull Request](
https://github.com/Siumauricio/landing-template-nextui/pulls)

### Dark Mode
![Landing Page Dark Mode](./public/Screenshot_2.png)

### Light Mode
![Landing Page Light Mode](./public/Screenshot_3.png)

- Hero Section
- Features Section 1
- Features Section 2
- Features Section 3
- Testimonials Section
- CTA Section
- Pricing Section
- FAQ Section
- Footer Section
- Dark Mode Support
- Full Responsive

## For Run

Install dependencies


```bash
npm install
```

Start the server



```bash
npm run dev
```

Now you can visit https://localhost:3000 in your browser.