{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "footers-02", "type": "registry:block", "description": "Footer with navigation links and subscription", "registryDependencies": [ "button", "checkbox", "input", "label" ], "files": [ { "path": "creative-tim-ui/blocks/footers-02/page.tsx", "content": "\"use client\"\n\nimport { Button } from \"@/components/ui/button\"\nimport { Checkbox } from \"@/components/ui/checkbox\"\nimport { Input } from \"@/components/ui/input\"\nimport { Label } from \"@/components/ui/label\"\n\nconst LINKS = [\n {\n title: \"Company\",\n items: [\n { title: \"About Us\", href: \"#\" },\n { title: \"Careers\", href: \"#\" },\n { title: \"Premium Tools\", href: \"#\" },\n { title: \"Blogs\", href: \"#\" },\n ],\n },\n {\n title: \"Pages\",\n items: [\n { title: \"Login\", href: \"#\" },\n { title: \"Register\", href: \"#\" },\n { title: \"Add List\", href: \"#\" },\n { title: \"Contact\", href: \"#\" },\n ],\n },\n {\n title: \"Legal\",\n items: [\n { title: \"Terms\", href: \"#\" },\n { title: \"Privacy\", href: \"#\" },\n { title: \"Teams\", href: \"#\" },\n { title: \"About Us\", href: \"#\" },\n ],\n },\n]\n\nconst YEAR = new Date().getFullYear()\n\nexport default function Footers02() {\n return (\n \n )\n}\n", "type": "registry:page", "target": "app/footers-02/page.tsx" } ], "meta": { "iframeHeight": "500px", "container": "w-full bg-surface", "mobile": "component" }, "categories": [ "footers" ] }