Components
Loading preview...
A retro 8-bit 404 not-found page with a large pixel headline, decorative pixel-art character, and a retro CTA button linking back home. Built on the 8bit button primitive.
npx shadcn@latest add https://21st.dev/r/OrcDev/8bit-not-found1import NotFound1 from "@/components/ui/8bit-not-found1";
export default function Demo() {
return (
<div className="retro">
<NotFound1 />
</div>
);
}