{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "footers-04", "type": "registry:block", "description": "Simple dark footer", "registryDependencies": [ "button", "card", "input" ], "files": [ { "path": "creative-tim-ui/blocks/footers-04/page.tsx", "content": "\"use client\"\n\nimport { Github, Instagram, Twitter, Youtube } from \"lucide-react\"\n\nimport { Button } from \"@/components/ui/button\"\nimport { Card } from \"@/components/ui/card\"\nimport { Input } from \"@/components/ui/input\"\n\nconst LINKS = [\n { title: \"About Us\", href: \"#\" },\n { title: \"Careers\", href: \"#\" },\n { title: \"Press\", href: \"#\" },\n { title: \"Blog\", href: \"#\" },\n { title: \"Pricing\", href: \"#\" },\n]\n\nconst YEAR = new Date().getFullYear()\n\nexport default function Footers04() {\n return (\n
\n
\n \n

\n Be the first who see the news\n

\n

\n Your company may not be in the software business, but eventually, a\n software company will be in your business.\n

\n
\n \n \n
\n
\n
\n

Creative Tim

\n
    \n {LINKS.map(({ title, href }, key) => (\n
  • \n \n {title}\n \n
  • \n ))}\n
\n
\n \n \n \n \n
\n
\n

\n All rights reserved. Copyright © {YEAR} Creative Tim\n

\n
\n
\n )\n}\n", "type": "registry:page", "target": "app/footers-04/page.tsx" } ], "meta": { "iframeHeight": "600px", "container": "w-full bg-surface", "mobile": "component" }, "categories": [ "footers" ] }