A three-step "how it works" section with numbered, icon-badged cards explaining a process from setup to results.
import HowItWorksBlock from "@/components/ui/how-it-works-1"; export default function Demo() { return ( <div className="min-h-screen w-full bg-background text-foreground"> <HowItWorksBlock /> </div> ); }