Components
Loading preview...
An 8-bit styled social proof block. A looping carousel of customer review cards with pixel star ratings, quote, name, role, and an optional badge. Built on a retro embla carousel with badge and card primitives.
@reapollo
npx shadcn@latest add https://21st.dev/r/larsen66/8bit-social-proof3"use client";
import SocialProof3 from "@/components/ui/8bit-social-proof3";
export default function Default() {
return (
<div className="flex w-full min-h-screen items-center justify-center bg-background retro">
<SocialProof3 />
</div>
);
}