import Link from "next/link"
import { siteConfig } from "@/lib/config"
import { cn } from "@/lib/utils"
import { Button } from "@/components/ui/button"
export function DocsSidebarCta({ className }: React.ComponentProps<"div">) {
return (
Integrate the blocks in your application or use them in v0, Lovable, Claude, etc.
Speed up your workflow with modular, open-source components and blocksthat
integrate effortlessly through Registries and MCPs.
Talk to an expert
)
}