Landing Pages
High-conversion landing page layouts for SaaS, Apps, and Portfolios. Designed to tell your product's story effectively.
SaaS Startup Hero
PopularA 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.0•Trusted by 2000+ developers
1import { Button } from "@/zeroui/components/buttons";2import { ChevronRight, Check, Star } from "lucide-react";3Installation
npx zeroui@latest add landing-heroProps
This template is designed to be copy-pasted, but if you componentize it, here are recommended props.
Props
| name | type | default | description |
|---|---|---|---|
| badge | ReactNode | - | The top badge element indicating status or news. |
| title | ReactNode | string | - | The main hero headline. |
| description | string | - | Supporting text below the headline. |
| onGetStarted | () => void | - | Callback for the primary CTA button. |
| onGithub | () => void | - | Callback for the secondary action button. |