{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "footers-05", "type": "registry:block", "description": "Complex dark footer", "registryDependencies": [ "button", "input", "label", "select" ], "files": [ { "path": "creative-tim-ui/blocks/footers-05/page.tsx", "content": "\"use client\"\n\nimport { Button } from \"@/components/ui/button\"\nimport { Input } from \"@/components/ui/input\"\nimport { Label } from \"@/components/ui/label\"\nimport {\n Select,\n SelectContent,\n SelectItem,\n SelectTrigger,\n SelectValue,\n} from \"@/components/ui/select\"\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 title: \"Resources\",\n items: [\n { title: \"Blog\", href: \"#\" },\n { title: \"Services\", href: \"#\" },\n { title: \"Products\", href: \"#\" },\n { title: \"Pricing\", href: \"#\" },\n ],\n },\n]\n\nconst YEAR = new Date().getFullYear()\n\nexport default function Footers05() {\n return (\n \n )\n}\n", "type": "registry:page", "target": "app/footers-05/page.tsx" } ], "meta": { "iframeHeight": "700px", "container": "w-full bg-surface", "mobile": "component" }, "categories": [ "footers" ] }