Components
Loading preview...
An 8-bit styled FAQ block: a responsive two-column grid of retro card tiles, each pairing a question with a short answer. Built on the 8bit card primitive with the Press Start 2P pixel font.
npx shadcn@latest add https://21st.dev/r/OrcDev/8bit-faq2import FAQ2 from "@/components/ui/8bit-faq2";
export default function Demo() {
return (
<div className="retro flex min-h-screen w-full items-center justify-center p-6">
<FAQ2 />
</div>
);
}