Components
Loading preview...
An 8-bit styled CTA comparison block: a retro card with a three-column us-vs-them feature table, built on the 8bit card primitive with the Press Start 2P pixel font.
npx shadcn@latest add https://21st.dev/r/OrcDev/8bit-cta1import CTA1 from "@/components/ui/8bit-cta1";
export default function Demo() {
return (
<div className="retro flex min-h-screen w-full items-center justify-center p-6">
<CTA1 />
</div>
);
}