Components
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.
Loading preview...
import NotFound2 from "@/components/ui/8bit-not-found2";
export default function Demo() {
return (
<div className="retro">
<NotFound2 />
</div>
);
}