{ "$schema": "https://ui.shadcn.com/schema/registry-item.json", "name": "mist-hero-section-6", "type": "registry:block", "title": "Hero Section Six", "description": "Mist Kit Hero Section block, variant six", "registryDependencies": [ "button" ], "files": [ { "path": "../../packages/mist-kit/blocks/hero-section/six/index.tsx", "content": "import React from 'react'\nimport Link from 'next/link'\nimport { Button } from '@/components/ui/button'\nimport Image from 'next/image'\nimport { BookOpen } from 'lucide-react'\nimport { cn } from '@/lib/utils'\n\nexport default function HeroSection() {\n return (\n
\n
\n
\n \n

The Note App

\n\n

The Note App is a simple note app that allows you to create and manage your notes.

\n\n
\n \n \n Get Started\n \n \n \n \n View Demo\n \n \n
\n
\n\n
\n \n\n
\n \n
\n
\n\n
\n

Trusted by teams at :

\n
\n
\n \n
\n\n
\n \n
\n
\n \n
\n
\n \n
\n
\n
\n
\n
\n )\n}\n\nconst MistKitLogo = ({ className }: { className?: string }) => (\n \n \n \n
\n \n)\n", "type": "registry:component", "target": "components/hero-section-six.tsx" } ] }