{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "mist-features-9", "type": "registry:block", "title": "Features Nine", "description": "Mist Kit Features block, variant nine", "registryDependencies": [ "card", "button" ], "files": [ { "path": "../../packages/mist-kit/blocks/features/nine/index.tsx", "content": "import { Button } from '@/components/ui/button'\nimport { Card } from '@/components/ui/card'\nimport { ArrowUp, Globe, Play, Plus, Signature, Sparkles } from 'lucide-react'\n\nconst CREATOR_AVATAR = 'https://avatars.githubusercontent.com/u/47919550?v=4'\nconst BERNARD_AVATAR = 'https://avatars.githubusercontent.com/u/31113941?v=4'\nconst THEO_AVATAR = 'https://avatars.githubusercontent.com/u/68236786?v=4'\nconst GLODIE_AVATAR = 'https://avatars.githubusercontent.com/u/99137927?v=4'\n\nexport default function FeaturesSection() {\n return (\n
\n
\n
\n
\n

Empowering developers with AI-driven solutions

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

AI Code Generation

\n

Our advanced AI models transform natural language into production-ready code.

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

Intelligent Code Review

\n

Our AI analyzes your code for bugs, security issues, and optimization opportunities.

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

Contextual AI Assistant

\n

A personalized AI companion that understands your codebase and helps solve complex...

\n
\n
\n
\n
\n
\n
\n )\n}\n\nconst MeetingIllustration = () => {\n return (\n \n \n
AI Strategy Meeting
\n
\n 2:30 - 3:45 PM\n
\n
\n
\n {[\n { src: CREATOR_AVATAR, alt: 'Méschac Irung' },\n { src: BERNARD_AVATAR, alt: 'Bernard Ngandu' },\n { src: THEO_AVATAR, alt: 'Théo Balick' },\n { src: GLODIE_AVATAR, alt: 'Glodie Lukose' },\n ].map((avatar, index) => (\n \n \n
\n ))}\n
\n \n
ML Pipeline Discussion
\n \n )\n}\n\nconst CodeReviewIllustration = () => {\n return (\n \n \n
\n
\n \n
\n
\n Méschac Irung\n\n 2m\n
\n
\n\n
\n
\n
\n
\n
\n\n \n
\n \n
\n \n
\n
\n \n )\n}\n\nconst AIAssistantIllustration = () => {\n return (\n \n
\n \n

How can I optimize my neural network to reduce inference time while maintaining accuracy?

\n
\n
\n
Ask AI Assistant
\n\n
\n
\n \n \n \n \n \n \n
\n\n \n \n \n
\n
\n \n )\n}\n", "type": "registry:component", "target": "components/features-nine.tsx" } ] }