{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "mist-features-5", "type": "registry:block", "title": "Features Five", "description": "Mist Kit Features block, variant five", "registryDependencies": [ "button" ], "files": [ { "path": "../../packages/mist-kit/blocks/features/five/index.tsx", "content": "import { Button } from '@/components/ui/button'\nimport { CalendarCheck, ChevronRight, Target } from 'lucide-react'\nimport Image from 'next/image'\nimport Link from 'next/link'\n\nexport default function FeaturesSection() {\n return (\n
\n
\n
\n
\n
\n

The AI Coding Assistant that helps you write code faster

\n \n \n Learn more\n \n \n \n
\n\n
\n
\n
\n \n

Code Generation

\n
\n

Just describe the code you want to write and we'll generate it for you. From boilerplate code to complex business logic, we've got you covered.

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

Code Review

\n
\n

Get instant feedback on your code. Our AI will review your code and suggest improvements in terms of best practices and performance.

\n
\n
\n
\n\n
\n
\n \n
\n
\n
\n
\n
\n )\n}\n", "type": "registry:component", "target": "components/features-five.tsx" } ] }