{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "mist-features-4", "type": "registry:block", "title": "Features Four", "description": "Mist Kit Features block, variant four", "registryDependencies": [ "card", "toggle", "toggle-group" ], "files": [ { "path": "../../packages/mist-kit/blocks/features/four/index.tsx", "content": "'use client'\nimport { cn } from '@/lib/utils'\nimport { ToggleGroup, ToggleGroupItem } from '@/components/ui/toggle-group'\nimport { Bold, Calendar1, Ellipsis, Italic, Strikethrough, Underline } from 'lucide-react'\nimport { Button } from '@/components/ui/button'\nimport { Card } from '@/components/ui/card'\n\nexport default function FeaturesSection() {\n return (\n
\n
\n
\n
\n

Personal AI, with you Anywhere

\n

Quick AI lives a single hotkey away - ready to quickly appear as a floating window above your other apps. Get instant assistance whether you're browsing, coding, or writing documents.

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

Marketing Campaigns

\n

Effortlessly plan and execute your marketing campaigns organized.

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

AI Meeting Scheduler

\n

Effortlessly book and manage your meetings. Stay on top of your schedule.

\n
\n
\n
\n
\n
\n
\n )\n}\n\ntype IllustrationProps = {\n className?: string\n variant?: 'elevated' | 'outlined' | 'mixed'\n}\n\nexport const ScheduleIllustation = ({ className, variant = 'elevated' }: IllustrationProps) => {\n return (\n
\n \n \n \n Schedule\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
\n \n Tomorrow 8:30 pm is our priority.\n \n \n )\n}\n\nexport const CodeIllustration = ({ className }: { className?: string }) => {\n return (\n
\n \n
\n )\n}\n", "type": "registry:component", "target": "components/features-four.tsx" } ] }