Components
Loading preview...
An 8-bit styled social proof stats bar block showing headline metrics separated by retro dashed dividers, with an optional logo cloud below. Renders big pixel-font numbers with labels in a responsive row. Fully prop-driven via stats and logos.
@reapollo
npx shadcn@latest add https://21st.dev/r/larsen66/8bit-social-proof1"use client";
import SocialProof1 from "@/components/ui/8bit-social-proof1";
export default function Default() {
return (
<div className="flex w-full min-h-screen items-center justify-center bg-background p-8 retro">
<SocialProof1 />
</div>
);
}