A retro 8-bit page footer with brand column, link columns, a GET STARTED button, and a copyright bar. Source-verbatim from the 8bitcn footer1 block.
import Footer1 from "@/components/ui/8bit-footer1"; export default function Demo() { return ( <div className="flex items-center justify-center min-h-screen p-8 retro"> <Footer1 /> </div> ); }
Part of 8bitcn — browse the full library on 21st.dev.