{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "footer-3", "type": "registry:block", "description": "Grid-based footer with social cards, link groups, and copyright bar.", "files": [ { "path": "registry/blocks/footer/3/footer.tsx", "content": "\"use client\";\nimport { ArrowRight } from \"lucide-react\";\nimport { cn } from \"@/lib/utils\";\n\nexport function Footer() {\n return (\n \n );\n}\n\ntype LinksGroupProps = {\n title: string;\n links: { title: string; href: string }[];\n};\nfunction LinksGroup({ title, links }: LinksGroupProps) {\n return (\n