Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 11 days ago
JSON representation
Landing page for any SaaS company, using Nextjs and NextUI
- Host: GitHub
- URL: https://github.com/siumauricio/landing-template-nextui
- Owner: Siumauricio
- License: mit
- Created: 2022-09-15T23:20:02.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-21T02:39:17.000Z (3 months ago)
- Last Synced: 2024-10-11T12:09:21.896Z (26 days ago)
- Topics: landing-page, nextjs, nextui, react, template
- Language: TypeScript
- Homepage: https://landing-template-nextui.vercel.app/
- Size: 825 KB
- Stars: 315
- Watchers: 6
- Forks: 85
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.