{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "mist-content-2", "type": "registry:block", "title": "Content Two", "description": "Mist Kit Content block, variant two", "registryDependencies": [ "toggle", "toggle-group" ], "files": [ { "path": "../../packages/mist-kit/blocks/content/two/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'\n\nexport default function ContentSection() {\n return (\n
\n
\n
\n
\n Smart Editor\n

Ask Vengeance UI to Edit anything

\n

Efficient content creation is our mission. With Vengeance UI, you can effortlessly edit text, generate code snippets, format documents, create visualizations from data, and seamlessly integrate with your existing workflow.

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

Marketing Campaigns

\n

We'll put together your schedule on automatically. You'll keep app deadlines, and will work on the highest priority items first.

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

AI Meeting Scheduler

\n

Ask the chat to create or update your events. Ask it how much time you've spent on demo calls last week. Or have it prepare today's agendas.

\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/content-two.tsx" } ] }