{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "mist-footer-2", "type": "registry:block", "title": "Footer Two", "description": "Mist Kit Footer block, variant two", "files": [ { "path": "../../packages/mist-kit/blocks/footer/two/index.tsx", "content": "import { Logo } from '@/components/logo'\nimport Link from 'next/link'\n\nconst links = [\n {\n group: 'Product',\n items: [\n {\n title: 'Features',\n href: '#',\n },\n {\n title: 'Solution',\n href: '#',\n },\n {\n title: 'Customers',\n href: '#',\n },\n {\n title: 'Pricing',\n href: '#',\n },\n {\n title: 'Help',\n href: '#',\n },\n {\n title: 'About',\n href: '#',\n },\n ],\n },\n {\n group: 'Company',\n items: [\n {\n title: 'About',\n href: '#',\n },\n {\n title: 'Careers',\n href: '#',\n },\n {\n title: 'Blog',\n href: '#',\n },\n {\n title: 'Press',\n href: '#',\n },\n {\n title: 'Contact',\n href: '#',\n },\n {\n title: 'Help',\n href: '#',\n },\n ],\n },\n {\n group: 'Legal',\n items: [\n {\n title: 'Licence',\n href: '#',\n },\n {\n title: 'Privacy',\n href: '#',\n },\n {\n title: 'Cookies',\n href: '#',\n },\n {\n title: 'Security',\n href: '#',\n },\n ],\n },\n]\n\nexport default function FooterSection() {\n return (\n \n )\n}\n", "type": "registry:component", "target": "components/footer-two.tsx" }, { "path": "../../packages/core/src/components/logo.tsx", "content": "import { cn } from '@/lib/utils'\n\nexport const Logo = ({ className, uniColor }: { className?: string; uniColor?: boolean }) => {\n return (\n \n \n \n \n \n \n \n \n \n \n )\n}\n\nexport const LogoIcon = ({ className, uniColor }: { className?: string; uniColor?: boolean }) => {\n return (\n \n \n \n \n \n \n \n \n \n )\n}\n\nexport const LogoStroke = ({ className }: { className?: string }) => {\n return (\n \n \n \n )\n}\n", "type": "registry:component", "target": "components/logo.tsx" } ] }