Components
A visual step-by-step process section with pinned, connected cards showing how something works.
Loading preview...
import HowItWorks from "@/components/ui/how-it-works";
export default function Default() {
return (
<div className="w-full bg-background text-foreground">
<HowItWorks />
</div>
);
}