diff --git a/docs/app/(home)/page.tsx b/docs/app/(home)/page.tsx index 576978e..3536b4c 100644 --- a/docs/app/(home)/page.tsx +++ b/docs/app/(home)/page.tsx @@ -102,18 +102,7 @@ function Hero() { ); } -const previewButtonVariants = cva( - "w-22 h-9 text-sm font-medium transition-colors rounded-full", - { - variants: { - active: { - true: "text-fd-primary-foreground", - false: "text-fd-muted-foreground", - }, - }, - }, -); -export function PreviewImages() { +function PreviewImages() { const [active, setActive] = useState(0); const previews = [ {