An 8-bit styled FAQ section built on the retro accordion primitive. A centered title and description above a single-collapsible accordion of question/answer pairs, all in the pixel retro font.
"use client"; import FAQ1 from "@/components/ui/8bit-faq1"; export default function Default() { return ( <div className="flex w-full min-h-screen items-center justify-center bg-background p-4 retro"> <FAQ1 /> </div> ); }
Part of 8bitcn — browse the full library on 21st.dev.