Newsletter signup card with an email input and subscribe CTA, built in the retro 8-bit pixel style.
"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> ); }
Part of 8bitcn — browse the full library on 21st.dev.