diff --git a/.codegraph/daemon.pid b/.codegraph/daemon.pid index 12cd382..c1132e1 100644 --- a/.codegraph/daemon.pid +++ b/.codegraph/daemon.pid @@ -1,6 +1,6 @@ { - "pid": 12352, + "pid": 47044, "version": "0.9.9", "socketPath": "\\\\.\\pipe\\codegraph-7bcc7a2b16d00925", - "startedAt": 1783570286395 + "startedAt": 1784215894915 } diff --git a/apps/web/src/components/blocks/stats-12/components/data.tsx b/apps/web/src/components/blocks/stats-12/components/data.tsx new file mode 100644 index 0000000..a13dbf4 --- /dev/null +++ b/apps/web/src/components/blocks/stats-12/components/data.tsx @@ -0,0 +1,47 @@ +"use client" + +import { ReactNode } from "react" +import { Badge } from "@/components/reui/badge" +import { Headphones, CircleCheckIcon, SmileIcon } from "lucide-react" + +// ── Types ── + +export interface CardData { + icon: ReactNode + iconBg: string + value: string | number + label: string + info: ReactNode +} + +// ── Data ── + +export const cards: CardData[] = [ + { + icon: ( +