Components
Loading preview...
Newsletter signup card with an email input and subscribe CTA, built in the retro 8-bit pixel style.
npx shadcn@latest add https://21st.dev/r/OrcDev/8bit-advanced3"use client";
import Advanced3 from "@/components/ui/8bit-advanced3";
export default function Default() {
return (
<div className="dark flex w-full min-h-screen items-center justify-center bg-background p-8 retro">
<Advanced3 />
</div>
);
}