{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "footers-03", "type": "registry:block", "description": "Website footer with CTA", "registryDependencies": [ "button" ], "files": [ { "path": "creative-tim-ui/blocks/footers-03/page.tsx", "content": "\"use client\"\n\nimport { Button } from \"@/components/ui/button\"\n\nconst YEAR = new Date().getFullYear()\n\nconst LINKS = [\n { title: \"Home\", href: \"#\" },\n { title: \"About Us\", href: \"#\" },\n { title: \"Blog\", href: \"#\" },\n { title: \"Service\", href: \"#\" },\n]\n\nexport default function Footers03() {\n return (\n \n )\n}\n", "type": "registry:page", "target": "app/footers-03/page.tsx" } ], "meta": { "iframeHeight": "300px", "container": "w-full bg-surface", "mobile": "component" }, "categories": [ "footers" ] }