Components
Loading preview...
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.
@reapollo
npx shadcn@latest add https://21st.dev/r/larsen66/8bit-footer1import 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>
);
}