Landing Pages

High-conversion landing page layouts for SaaS, Apps, and Portfolios. Designed to tell your product's story effectively.

SaaS Startup Hero

Popular

A classic centered hero section optimized for SaaS products. Features a gradient headline, trust signals, and clear call-to-actions.

New features available|Explore

Build your next idea lightning fast

Beautifully designed components that you can copy and paste into your apps. Accessible. Customizable. Open Source.

+2k
5.0Trusted by 2000+ developers
1import { Button } from "@/zeroui/components/buttons";
2import { ChevronRight, Check, Star } from "lucide-react";
3

Installation

npx zeroui@latest add landing-hero

Props

This template is designed to be copy-pasted, but if you componentize it, here are recommended props.

Props

nametypedefaultdescription
badgeReactNode-The top badge element indicating status or news.
titleReactNode | string-The main hero headline.
descriptionstring-Supporting text below the headline.
onGetStarted() => void-Callback for the primary CTA button.
onGithub() => void-Callback for the secondary action button.