2 variants
Hero
The top of a landing page, as a launch announcement or as a centered pitch over the product itself.
Launch
An eyebrow pill, a two line headline whose second line arrives on a sweeping color band, two actions, and a logo row scrolling beneath them.
Stop rebuildingthe same section
Whole page sections, composed from components you already own. Change the copy, not the markup.
Trusted by teams at
import { HeroLaunch } from "@/components/blocks/hero-launch";
export default function Page() {
return (
<HeroLaunch
eyebrow="Now live, the Blocks catalog"
titleLead="Stop rebuilding"
titleHighlight="the same section"
description="Whole page sections, composed from components you already own."
primaryAction={{ label: "Browse blocks", href: "/blocks" }}
secondaryAction={{ label: "See components", href: "/components" }}
logos={["Northline", "Vera", "Halcyon", "Fenwick"]}
/>
);
}122 more lines ship with an easeUI Pro license.
Buy a licenseInstall
Gradient centered
A badge, a centered headline whose second line fades out, two actions, and the product itself held in a grainy gradient frame below.
New · Monthly reporting
Know what changed
before the month closes
Every plan change, refund and renewal in one place, reconciled nightly, so the number you report is the number you billed.
Revenue this month
$48,210
Recent changes
Today- $4,800
Acme Studio
Annual · renewed
- $960
Vera Labs
Monthly · upgraded
- $120
Halcyon
Monthly · downgraded
All invoices reconciled
import { HeroGradientCentered } from "@/components/blocks/hero-gradient-centered";
export default function Page() {
return (
<HeroGradientCentered
badge="New · Monthly reporting"
titleLead="Know what changed"
titleFade="before the month closes"
description="Every plan change, refund and renewal in one place, reconciled nightly."
primaryAction={{ label: "Start free", href: "/signup" }}
secondaryAction={{
label: "Book a demo",
href: "/demo",
icon: <CalendarDays className="h-4 w-4" />,
}}
>
<ProductShot />
</HeroGradientCentered>
);
}143 more lines ship with an easeUI Pro license.
Buy a license