Components
A vertical timeline that stacks numbered onboarding steps down the page, each with a bordered icon circle, a connecting line, a bold title, and supporting copy.
Loading preview...
import HowItWorksBlock from "@/components/ui/how-it-works-2";
export default function Demo() {
return (
<div className="min-h-screen w-full bg-background text-foreground">
<HowItWorksBlock />
</div>
);
}