{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "footers-01", "type": "registry:block", "description": "Simple footer with social links", "registryDependencies": [ "button" ], "files": [ { "path": "creative-tim-ui/blocks/footers-01/page.tsx", "content": "\"use client\"\n\nimport { Github, Instagram, Twitter, Youtube } from \"lucide-react\"\n\nimport { Button } from \"@/components/ui/button\"\n\nconst YEAR = new Date().getFullYear()\n\nexport default function Footers01() {\n return (\n \n )\n}\n", "type": "registry:page", "target": "app/footers-01/page.tsx" } ], "meta": { "iframeHeight": "300px", "container": "w-full bg-surface", "mobile": "component" }, "categories": [ "footers" ] }