ShadcnUI + Next js + TypeScript + Tailwind.
This is Template is a port of the original shadch-landing-page project to Next.js. It has also been inspired by the fork
Build your React landing page effortlessly with the required sections to your project. Live Demo
- Navbar
- Sidebar(mobile)
- Hero
- Sponsors
- About
- Stats
- How It Works
- Features
- Services
- Call-to-Action (CTA)
- Testimonials
- Team
- Pricing
- Newsletter
- Frequently Asked Questions(FAQ)
- Footer
- Fully Responsive Design
- User Friendly Navigation
- Dark Mode
- Metatags
- Clone this repository:
git clone https://github.com/fredygerman/next-js-shadcn-landing-page.git
- Go into project
cd shadcn-landing-page
- Install Bun if you don't have it installed:
curl -fsSL https://bun.sh/install | bash
- Install dependencies:
bun install
- Run the project:
bun dev