Components
Loading preview...
A retro 8-bit 404 not-found page featuring a pixel dwarf character, a bold pixel headline, and a retro CTA button to retreat home. Built on the 8bit button primitive.
@reapollo
npx shadcn@latest add https://21st.dev/r/larsen66/8bit-not-found2import NotFound2 from "@/components/ui/8bit-not-found2";
export default function Demo() {
return (
<div className="retro">
<NotFound2 />
</div>
);
}