Block

Hero.

The Lantern landing hero: announcement bar, navbar, a big two-line heading with calls to action, and a tilted terminal typing a session inside orbit rings. A stat strip sits below.

Installation#

$npx lanterncn add hero

This copies the file into components/hero and installs every component it uses. With the shadcn CLI: npx shadcn@latest add httptim/lantern-ui/hero.

Usage#

Render it from any page.

import Hero from "@/components/hero/hero";

export default function Page() {
  return <Hero />;
}