Components
Loading preview...
A cursed retro 8-bit 404 not-found page with a pixel undead character, a status badge, a pixel headline, and dual retro CTA buttons. Built on the 8bit badge and button primitives.
@reapollo
npx shadcn@latest add https://21st.dev/r/larsen66/8bit-not-found3import NotFound3 from "@/components/ui/8bit-not-found3";
export default function Demo() {
return (
<div className="retro">
<NotFound3 />
</div>
);
}