{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "mist-footer-3", "type": "registry:block", "title": "Footer Three", "description": "Mist Kit Footer block, variant three", "files": [ { "path": "../../packages/mist-kit/blocks/footer/three/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 },\n {\n group: 'Company',\n items: [\n {\n title: 'About',\n href: '#',\n },\n {\n title: 'Licence',\n href: '#',\n },\n {\n title: 'Privacy',\n href: '#',\n },\n {\n title: 'Cookies',\n href: '#',\n },\n ],\n },\n]\n\nexport default function FooterSection() {\n return (\n \n )\n}\n", "type": "registry:component", "target": "components/footer-three.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" } ] }