An 8-bit styled case studies block. Three-column grid of customer stories, each with a title, description, KPI badges, and a call-to-action button. Built from retro badge, button, and card primitives.
"use client"; import Team3 from "@/components/ui/8bit-team3"; export default function Default() { return ( <div className="flex w-full min-h-screen items-center justify-center bg-background retro"> <Team3 /> </div> ); }
Part of 8bitcn — browse the full library on 21st.dev.