{
  "$schema": "https://ui.shadcn.com/schema/registry.json",
  "name": "Tailark",
  "homepage": "https://tailark.com",
  "author" : "Méschac Irung <meschacirung@gmail.com>",
  "items": [
    {
      "name": "call-to-action-1",
      "type": "registry:block",
      "title": "Call To Action 1",
      "description": "Shadcn/ui call to action block",
      "registryDependencies" : [
        "button"
      ],
      "files": [
        {
          "path": "../../packages/dusk-kit/blocks/call-to-action/one/index.tsx",
          "type": "registry:component",
          "target": "components/call-to-action.tsx"
        }
      ]
    },
    {
      "name": "call-to-action-2",
      "type": "registry:block",
      "title": "Call To Action 2",
      "description": "Shadcn/ui call to action block",
      "registryDependencies" : [
        "button"
      ],
      "files": [
        {
          "path": "../../packages/dusk-kit/blocks/call-to-action/two/index.tsx",
          "type": "registry:component",
          "target": "components/call-to-action.tsx"
        }
      ]
    },
    {
      "name": "call-to-action-3",
      "type": "registry:block",
      "title": "Call To Action 3",
      "description": "Shadcn/ui call to action block",
      "registryDependencies" : [
        "button"
      ],
      "files": [
        {
          "path": "../../packages/dusk-kit/blocks/call-to-action/three/index.tsx",
          "type": "registry:component",
          "target": "components/call-to-action.tsx"
        }
      ]
    },

    {
      "name": "comparator-1",
      "type": "registry:block",
      "title": "Pricing Comparator 1",
      "description": "Shadcn/ui pricing comparator table block",
      "registryDependencies" : [
        "button"
      ],
      "files": [
        {
          "path": "../../packages/dusk-kit/blocks/comparator/one/index.tsx",
          "type": "registry:component",
          "target": "components/pricing-comparator.tsx"
        }
      ]
    },

    {
      "name": "content-1",
      "type": "registry:block",
      "title": "Content Block 1",
      "description": "Shadcn/ui website content block",
      "files": [
        {
          "path": "../../packages/dusk-kit/blocks/content/one/index.tsx",
          "type": "registry:component",
          "target": "components/content-1.tsx"
        }
      ]
    },
    {
      "name": "content-2",
      "type": "registry:block",
      "title": "Content Block 2",
      "description": "Shadcn/ui website content block",
      "files": [
        {
          "path": "../../packages/dusk-kit/blocks/content/two/index.tsx",
          "type": "registry:component",
          "target": "components/content-2.tsx"
        }
      ]
    },
    {
      "name": "content-3",
      "type": "registry:block",
      "title": "Content Block 3",
      "description": "Shadcn/ui website content block",
      "files": [
        {
          "path": "../../packages/dusk-kit/blocks/content/three/index.tsx",
          "type": "registry:component",
          "target": "components/content-3.tsx"
        }
      ]
    },
    {
      "name": "content-4",
      "type": "registry:block",
      "title": "Content Block 4",
      "description": "Shadcn/ui website content block",
      "registryDependencies" : [
        "button"
      ],
      "files": [
        {
          "path": "../../packages/dusk-kit/blocks/content/four/index.tsx",
          "type": "registry:component",
          "target": "components/content-4.tsx"
        }
      ]
    },
    {
      "name": "content-5",
      "type": "registry:block",
      "title": "Content Block 5",
      "description": "Shadcn/ui website content block",
      "files": [
        {
          "path": "../../packages/dusk-kit/blocks/content/five/index.tsx",
          "type": "registry:component",
          "target": "components/content-5.tsx"
        }
      ]
    },
    {
      "name": "content-6",
      "type": "registry:block",
      "title": "Content Block 6",
      "description": "Shadcn/ui website content block",
      "files": [
        {
          "path": "../../packages/dusk-kit/blocks/content/six/index.tsx",
          "type": "registry:component",
          "target": "components/content-6.tsx"
        }
      ]
    },
    {
      "name": "content-7",
      "type": "registry:block",
      "title": "Content Block 7",
      "description": "Shadcn/ui website content block",
      "files": [
        {
          "path": "../../packages/dusk-kit/blocks/content/seven/index.tsx",
          "type": "registry:component",
          "target": "components/content-7.tsx"
        }
      ]
    },

    {
      "name": "faqs-1",
      "type": "registry:block",
      "title": "FAQs Block 1",
      "description": "Shadcn/ui Frequently Asqued Questions block",
      "files": [
        {
          "path": "../../packages/dusk-kit/blocks/faqs/one/index.tsx",
          "type": "registry:component",
          "target": "components/faqs.tsx"
        }
      ]
    },

    {
      "name": "faqs-2",
      "type": "registry:block",
      "title": "FAQs Block 2",
      "description": "Shadcn/ui FAQs block with accordion component",
      "registryDependencies": [
        "accordion"
      ],
      "files": [
        {
          "path": "../../packages/dusk-kit/blocks/faqs/two/index.tsx",
          "type": "registry:component",
          "target": "components/faqs-2.tsx"
        }
      ]
    },

    {
      "name": "faqs-3",
      "type": "registry:block",
      "title": "FAQs Block 3",
      "description": "Shadcn/ui FAQs block with accordion component and icons",
      "registryDependencies": [
        "accordion"
      ],
      "files": [
        {
          "path": "../../packages/dusk-kit/blocks/faqs/three/index.tsx",
          "type": "registry:component",
          "target": "components/faqs-3.tsx"
        }
      ]
    },

    {
      "name": "faqs-4",
      "type": "registry:block",
      "title": "FAQs Block 4",
      "description": "Shadcn/ui FAQs block with accordion component and icons",
      "registryDependencies": [
        "accordion"
      ],
      "files": [
        {
          "path": "../../packages/dusk-kit/blocks/faqs/four/index.tsx",
          "type": "registry:component",
          "target": "components/faqs-4.tsx"
        }
      ]
    },
    {
      "name": "features-1",
      "type": "registry:block",
      "title": "Features Block 1",
      "description": "Shadcn/ui website features block",
      "registryDependencies" : [
        "card"
      ],
      "files": [
        {
          "path": "../../packages/dusk-kit/blocks/features/one/index.tsx",
          "type": "registry:component",
          "target": "components/features-1.tsx"
        }
      ]
    },
    {
      "name": "features-2",
      "type": "registry:block",
      "title": "Features Block 2",
      "description": "Shadcn/ui website features block",
      "registryDependencies" : [
        "card"
      ],
      "files": [
        {
          "path": "../../packages/dusk-kit/blocks/features/two/index.tsx",
          "type": "registry:component",
          "target": "components/features-2.tsx"
        }
      ]
    },
    {
      "name": "features-3",
      "type": "registry:block",
      "title": "Features Block 3",
      "description": "Shadcn/ui website features block",
      "registryDependencies" : [
        "card"
      ],
      "files": [
        {
          "path": "../../packages/dusk-kit/blocks/features/three/index.tsx",
          "type": "registry:component",
          "target": "components/features-3.tsx"
        }
      ]
    },
    {
      "name": "features-4",
      "type": "registry:block",
      "title": "Features Block 4",
      "description": "Shadcn/ui website features block",
      "files": [
        {
          "path": "../../packages/dusk-kit/blocks/features/four/index.tsx",
          "type": "registry:component",
          "target": "components/features-4.tsx"
        }
      ]
    },
    {
      "name": "features-5",
      "type": "registry:block",
      "title": "Features Block 5",
      "description": "Shadcn/ui website features block",
      "files": [
        {
          "path": "../../packages/dusk-kit/blocks/features/five/index.tsx",
          "type": "registry:component",
          "target": "components/features-5.tsx"
        }
      ]
    },
    {
      "name": "features-6",
      "type": "registry:block",
      "title": "Features Block 6",
      "description": "Shadcn/ui website features block",
      "files": [
        {
          "path": "../../packages/dusk-kit/blocks/features/six/index.tsx",
          "type": "registry:component",
          "target": "components/features-6.tsx"
        }
      ]
    },
    {
      "name": "features-7",
      "type": "registry:block",
      "title": "Features Block 7",
      "description": "Shadcn/ui website features block",
      "files": [
        {
          "path": "../../packages/dusk-kit/blocks/features/seven/index.tsx",
          "type": "registry:component",
          "target": "components/features-7.tsx"
        }
      ]
    },
    {
      "name": "features-8",
      "type": "registry:block",
      "title": "Features Block 8",
      "description": "Shadcn/ui website features block",
      "registryDependencies" : [
        "card"
      ],
      "files": [
        {
          "path": "../../packages/dusk-kit/blocks/features/eight/index.tsx",
          "type": "registry:component",
          "target": "components/features-8.tsx"
        }
      ]
    },
    {
      "name": "features-9",
      "type": "registry:block",
      "title": "Features Block 9",
      "description": "Shadcn/ui website features block",
      "registryDependencies" : [
        "card",
        "chart"
      ],
      "dependencies": [
        "dotted-map"
      ],
      "files": [
        {
          "path": "../../packages/dusk-kit/blocks/features/nine/index.tsx",
          "type": "registry:component",
          "target": "components/features-9.tsx"
        },
        {
          "path" : "../../packages/core/src/components/logo.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "features-10",
      "type": "registry:block",
      "title": "Features Block 10",
      "description": "Shadcn/ui website features block with cards and circular UI elements",
      "registryDependencies" : [
        "card"
      ],
      "files": [
        {
          "path": "../../packages/dusk-kit/blocks/features/ten/index.tsx",
          "type": "registry:component",
          "target": "components/features-10.tsx"
        }
      ]
    },
    {
      "name": "features-11",
      "type": "registry:block",
      "title": "Features Block 11",
      "description": "Shadcn/ui website features block with grid layout and images",
      "registryDependencies" : [
        "card"
      ],
      "files": [
        {
          "path": "../../packages/dusk-kit/blocks/features/eleven/index.tsx",
          "type": "registry:component",
          "target": "components/features-11.tsx"
        }
      ]
    },
    {
      "name": "features-12",
      "type": "registry:block",
      "title": "Features Block 12",
      "description": "Shadcn/ui website features block with accordion and animated images",
      "registryDependencies" : [
        "accordion",
        "https://magicui.design/r/border-beam"
      ],
      "dependencies": [
        "motion"
      ],
      "files": [
        {
          "path": "../../packages/dusk-kit/blocks/features/twelve/index.tsx",
          "type": "registry:component",
          "target": "components/features-12.tsx"
        }
      ]
    },
    {
      "name": "footer-1",
      "type": "registry:block",
      "title": "Footer Block 1",
      "description": "Shadcn/ui website footer block",
      "files": [
        {
          "path": "../../packages/dusk-kit/blocks/footer/one/index.tsx",
          "type": "registry:component",
          "target": "components/footer.tsx"
        },
        {
          "path" : "../../packages/core/src/components/logo.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "footer-2",
      "type": "registry:block",
      "title": "Footer Block 2",
      "description": "Shadcn/ui website footer block",
      "files": [
        {
          "path": "../../packages/dusk-kit/blocks/footer/two/index.tsx",
          "type": "registry:component",
          "target": "components/footer.tsx"
        },
        {
          "path" : "../../packages/core/src/components/logo.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "footer-3",
      "type": "registry:block",
      "title": "Footer Block 3",
      "description": "Shadcn/ui website footer block",
      "registryDependencies": [
        "button",
        "input",
        "label"
      ],
      "files": [
        {
          "path": "../../packages/dusk-kit/blocks/footer/three/index.tsx",
          "type": "registry:component",
          "target": "components/footer.tsx"
        },
        {
          "path" : "../../packages/core/src/components/logo.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "footer-4",
      "type": "registry:block",
      "title": "Footer Block 4",
      "description": "Shadcn/ui website footer block",
      "files": [
        {
          "path": "../../packages/dusk-kit/blocks/footer/four/index.tsx",
          "type": "registry:component",
          "target": "components/footer.tsx"
        },
        {
          "path" : "../../packages/core/src/components/logo.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "footer-5",
      "type": "registry:block",
      "title": "Footer Block 5",
      "description": "Shadcn/ui website footer block",
      "registryDependencies": [
        "button",
        "input",
        "label"
      ],
      "files": [
        {
          "path": "../../packages/dusk-kit/blocks/footer/five/index.tsx",
          "type": "registry:component",
          "target": "components/footer.tsx"
        },
        {
          "path" : "../../packages/core/src/components/logo.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "hero-section-1",
      "type": "registry:block",
      "title": "Hero Section 1",
      "description": "Shadcn/ui website Hero Section",
      "registryDependencies": [
        "button",
        "https://motion-primitives.com/c/text-effect.json",
        "https://motion-primitives.com/c/animated-group.json"
      ],
      "files": [
        {
          "path": "../../packages/dusk-kit/blocks/hero-section/one/index.tsx",
          "type": "registry:component",
          "target": "components/hero-section.tsx"
        },
        {
          "path" : "../../packages/core/src/components/logo.tsx",
          "type": "registry:component"
        },
        {
          "path" : "../../packages/dusk-kit/blocks/hero-section/one/header.tsx",
          "type": "registry:component",
          "target": "components/header.tsx"
        }
      ]
    },
    {
      "name": "hero-section-2",
      "type": "registry:block",
      "title": "Hero Section 2",
      "description": "Shadcn/ui website Hero Section",
      "registryDependencies": [
        "button",
        "https://motion-primitives.com/c/text-effect.json",
        "https://motion-primitives.com/c/animated-group.json"
      ],
      "files": [
        {
          "path": "../../packages/dusk-kit/blocks/hero-section/two/index.tsx",
          "type": "registry:component",
          "target": "components/hero-section.tsx"
        },
        {
          "path" : "../../packages/core/src/components/logo.tsx",
          "type": "registry:component"
        },
        {
          "path" : "../../packages/dusk-kit/blocks/hero-section/two/header.tsx",
          "type": "registry:component",
          "target": "components/header.tsx"
        }
      ]
    },
    {
      "name": "hero-section-3",
      "type": "registry:block",
      "title": "Hero Section 3",
      "description": "Shadcn/ui website Hero Section",
      "registryDependencies": [
        "button",
        "https://motion-primitives.com/c/text-effect.json",
        "https://motion-primitives.com/c/animated-group.json"
      ],
      "files": [
        {
          "path": "../../packages/dusk-kit/blocks/hero-section/three/index.tsx",
          "type": "registry:component",
          "target": "components/hero-section.tsx"
        },
        {
          "path" : "../../packages/core/src/components/logo.tsx",
          "type": "registry:component"
        },
        {
          "path" : "../../packages/dusk-kit/blocks/hero-section/three/header.tsx",
          "type": "registry:component",
          "target": "components/header.tsx"
        },
        {
          "path" : "../../packages/dusk-kit/blocks/hero-section/three/logo-cloud.tsx",
          "type": "registry:component",
          "target": "components/logo-cloud.tsx"
        }
      ]
    },
    {
      "name": "hero-section-4",
      "type": "registry:block",
      "title": "Hero Section 4",
      "description": "Shadcn/ui website Hero Section",
      "registryDependencies": [
        "button",
        "https://motion-primitives.com/c/infinite-slider.json",
        "https://motion-primitives.com/c/progressive-blur.json"
      ],
      "files": [
        {
          "path": "../../packages/dusk-kit/blocks/hero-section/four/index.tsx",
          "type": "registry:component",
          "target": "components/hero-section.tsx"
        },
        {
          "path" : "../../packages/core/src/components/logo.tsx",
          "type": "registry:component"
        },
        {
          "path" : "../../packages/dusk-kit/blocks/hero-section/four/header.tsx",
          "type": "registry:component",
          "target": "components/header.tsx"
        }
      ]
    },
    {
      "name": "hero-section-5",
      "type": "registry:block",
      "title": "Hero Section 5",
      "description": "Shadcn/ui website Hero Section",
      "registryDependencies": [
        "button",
        "https://motion-primitives.com/c/infinite-slider.json",
        "https://motion-primitives.com/c/progressive-blur.json"
      ],
      "files": [
        {
          "path": "../../packages/dusk-kit/blocks/hero-section/five/index.tsx",
          "type": "registry:component",
          "target": "components/hero-section.tsx"
        },
        {
          "path" : "../../packages/core/src/components/logo.tsx",
          "type": "registry:component"
        },
        {
          "path" : "../../packages/dusk-kit/blocks/hero-section/five/header.tsx",
          "type": "registry:component",
          "target": "components/header.tsx"
        }
      ]
    },
    {
      "name": "hero-section-6",
      "type": "registry:block",
      "title": "Hero Section 6",
      "description": "Shadcn/ui website Hero Section",
      "registryDependencies": [
        "button"
      ],
      "files": [
        {
          "path": "../../packages/dusk-kit/blocks/hero-section/six/index.tsx",
          "type": "registry:component",
          "target": "components/hero-section.tsx"
        },
        {
          "path" : "../../packages/core/src/components/logo.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "hero-section-7",
      "type": "registry:block",
      "title": "Hero Section 7",
      "description": "Shadcn/ui website Hero Section",
      "registryDependencies": [
        "button"
      ],
      "dependencies": [
        "swiper"
      ],
      "files": [
        {
          "path": "../../packages/dusk-kit/blocks/hero-section/seven/index.tsx",
          "type": "registry:component",
          "target": "components/hero-section.tsx"
        },
        {
          "path" : "../../packages/core/src/components/logo.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "hero-section-8",
      "type": "registry:block",
      "title": "Hero Section 8",
      "description": "Shadcn/ui website Hero Section",
      "registryDependencies": [
        "button"
      ],
      "files": [
        {
          "path": "../../packages/dusk-kit/blocks/hero-section/eight/index.tsx",
          "type": "registry:component",
          "target": "components/hero-section.tsx"
        },
        {
          "path" : "../../packages/core/src/components/logo.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "hero-section-9",
      "type": "registry:block",
      "title": "Hero Section 9",
      "description": "Shadcn/ui website Hero Section",
      "registryDependencies": [
        "button"
      ],
      "files": [
        {
          "path": "../../packages/dusk-kit/blocks/hero-section/nine/index.tsx",
          "type": "registry:component",
          "target": "components/hero-section.tsx"
        },
        {
          "path" : "../../packages/core/src/components/logo.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "login-1",
      "type": "registry:block",
      "title": "Login Page 1",
      "description": "Shadcn/ui Login Page",
      "registryDependencies": [
        "button",
        "input",
        "label"
      ],
      "files": [
        {
          "path": "../../packages/dusk-kit/blocks/login/one/index.tsx",
          "type": "registry:component",
          "target": "components/login.tsx"
        },
        {
          "path" : "../../packages/core/src/components/logo.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "login-2",
      "type": "registry:block",
      "title": "Login Page 2",
      "description": "Shadcn/ui Login Page",
      "registryDependencies": [
        "button",
        "input",
        "label"
      ],
      "files": [
        {
          "path": "../../packages/dusk-kit/blocks/login/two/index.tsx",
          "type": "registry:component",
          "target": "components/login.tsx"
        },
        {
          "path" : "../../packages/core/src/components/logo.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "login-3",
      "type": "registry:block",
      "title": "Login Page 3",
      "description": "Shadcn/ui Login Page",
      "registryDependencies": [
        "button",
        "input",
        "label"
      ],
      "files": [
        {
          "path": "../../packages/dusk-kit/blocks/login/three/index.tsx",
          "type": "registry:component",
          "target": "components/login.tsx"
        },
        {
          "path" : "../../packages/core/src/components/logo.tsx",
          "type": "registry:component"
        }
      ]
    },{
      "name": "sign-up-1",
      "type": "registry:block",
      "title": "Sign Up Page 1",
      "description": "Shadcn/ui Sign Up Page",
      "registryDependencies": [
        "button",
        "input",
        "label"
      ],
      "files": [
        {
          "path": "../../packages/dusk-kit/blocks/sign-up/one/index.tsx",
          "type": "registry:component",
          "target": "components/sign-up.tsx"
        },
        {
          "path" : "../../packages/core/src/components/logo.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "sign-up-2",
      "type": "registry:block",
      "title": "Sign Up Page 2",
      "description": "Shadcn/ui Sign Up Page",
      "registryDependencies": [
        "button",
        "input",
        "label"
      ],
      "files": [
        {
          "path": "../../packages/dusk-kit/blocks/sign-up/two/index.tsx",
          "type": "registry:component",
          "target": "components/sign-up.tsx"
        },
        {
          "path" : "../../packages/core/src/components/logo.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "sign-up-3",
      "type": "registry:block",
      "title": "Sign Up Page 3",
      "description": "Shadcn/ui Sign Up Page",
      "registryDependencies": [
        "button",
        "input",
        "label"
      ],
      "files": [
        {
          "path": "../../packages/dusk-kit/blocks/sign-up/three/index.tsx",
          "type": "registry:component",
          "target": "components/sign-up.tsx"
        },
        {
          "path" : "../../packages/core/src/components/logo.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "forgot-password-1",
      "type": "registry:block",
      "title": "Forgot Password Page 1",
      "description": "Shadcn/ui Forgot Password Page",
      "registryDependencies": [
        "button",
        "input",
        "label"
      ],
      "files": [
        {
          "path": "../../packages/dusk-kit/blocks/forgot-password/one/index.tsx",
          "type": "registry:component",
          "target": "components/forgot-password.tsx"
        },
        {
          "path" : "../../packages/core/src/components/logo.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "forgot-password-2",
      "type": "registry:block",
      "title": "Forgot Password Page 2",
      "description": "Shadcn/ui Forgot Password Page",
      "registryDependencies": [
        "button",
        "input",
        "label"
      ],
      "files": [
        {
          "path": "../../packages/dusk-kit/blocks/forgot-password/two/index.tsx",
          "type": "registry:component",
          "target": "components/forgot-password.tsx"
        },
        {
          "path" : "../../packages/core/src/components/logo.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "stats-1",
      "type": "registry:block",
      "title": "Stats Block 1",
      "description": "Shadcn/ui website stats block",
      "files": [
        {
          "path": "../../packages/dusk-kit/blocks/stats/one/index.tsx",
          "type": "registry:component",
          "target": "components/stats.tsx"
        }
      ]
    },
    {
      "name": "stats-2",
      "type": "registry:block",
      "title": "Stats Block 2",
      "description": "Shadcn/ui website stats block",
      "files": [
        {
          "path": "../../packages/dusk-kit/blocks/stats/two/index.tsx",
          "type": "registry:component",
          "target": "components/stats-2.tsx"
        }
      ]
    },
    {
      "name": "stats-3",
      "type": "registry:block",
      "title": "Stats Block 3",
      "description": "Shadcn/ui website stats block",
      "files": [
        {
          "path": "../../packages/dusk-kit/blocks/stats/three/index.tsx",
          "type": "registry:component",
          "target": "components/stats-3.tsx"
        }
      ]
    },
    {
      "name": "stats-4",
      "type": "registry:block",
      "title": "Stats Block 4",
      "description": "Shadcn/ui website stats block",
      "files": [
        {
          "path": "../../packages/dusk-kit/blocks/stats/four/index.tsx",
          "type": "registry:component",
          "target": "components/stats-4.tsx"
        }
      ]
    },
    {
      "name": "team-1",
      "type": "registry:block",
      "title": "Team Section 1",
      "description": "Shadcn/ui website team section",
      "files": [
        {
          "path": "../../packages/dusk-kit/blocks/team/one/index.tsx",
          "type": "registry:component",
          "target": "components/team.tsx"
        }
      ]
    },
    {
      "name": "team-2",
      "type": "registry:block",
      "title": "Team Section 2",
      "description": "Shadcn/ui website team section",
      "files": [
        {
          "path": "../../packages/dusk-kit/blocks/team/two/index.tsx",
          "type": "registry:component",
          "target": "components/team.tsx"
        }
      ]
    },
    {
      "name": "testimonials-1",
      "type": "registry:block",
      "title": "Testimonials Section 1",
      "description": "Shadcn/ui website testimonials section",
      "registryDependencies": [
        "card",
        "avatar"
      ],
      "files": [
        {
          "path": "../../packages/dusk-kit/blocks/testimonials/one/index.tsx",
          "type": "registry:component",
          "target": "components/testimonials.tsx"
        }
      ]
    },
    {
      "name": "testimonials-2",
      "type": "registry:block",
      "title": "Testimonials Section 2",
      "description": "Shadcn/ui website testimonials section",
      "registryDependencies": [
        "card",
        "avatar"
      ],
      "files": [
        {
          "path": "../../packages/dusk-kit/blocks/testimonials/two/index.tsx",
          "type": "registry:component",
          "target": "components/testimonials.tsx"
        }
      ]
    },
    {
      "name": "testimonials-3",
      "type": "registry:block",
      "title": "Testimonials Section 3",
      "description": "Shadcn/ui website testimonials section",
      "files": [
        {
          "path": "../../packages/dusk-kit/blocks/testimonials/three/index.tsx",
          "type": "registry:component",
          "target": "components/testimonials.tsx"
        }
      ]
    },
    {
      "name": "testimonials-4",
      "type": "registry:block",
      "title": "Testimonials Section 4",
      "description": "Shadcn/ui website testimonials section",
      "registryDependencies": [
        "avatar"
      ],
      "files": [
        {
          "path": "../../packages/dusk-kit/blocks/testimonials/four/index.tsx",
          "type": "registry:component",
          "target": "components/testimonials.tsx"
        }
      ]
    },
    {
      "name": "testimonials-5",
      "type": "registry:block",
      "title": "Testimonials Section 5",
      "description": "Shadcn/ui website testimonials section",
      "registryDependencies": [
        "avatar",
        "card"
      ],
      "files": [
        {
          "path": "../../packages/dusk-kit/blocks/testimonials/five/index.tsx",
          "type": "registry:component",
          "target": "components/testimonials.tsx"
        }
      ]
    },
    {
      "name": "testimonials-6",
      "type": "registry:block",
      "title": "Testimonials Section 6",
      "description": "Shadcn/ui website testimonials section",
      "registryDependencies": [
        "avatar",
        "card"
      ],
      "files": [
        {
          "path": "../../packages/dusk-kit/blocks/testimonials/six/index.tsx",
          "type": "registry:component",
          "target": "components/testimonials.tsx"
        }
      ]
    },
    {
      "name": "logo-cloud-1",
      "type": "registry:block",
      "title": "Logo Cloud 1",
      "description": "Shadcn/ui website logo cloud section",
      "files": [
        {
          "path": "../../packages/dusk-kit/blocks/logo-cloud/one/index.tsx",
          "type": "registry:component",
          "target": "components/logo-cloud.tsx"
        }
      ]
    },
    {
      "name": "logo-cloud-2",
      "type": "registry:block",
      "title": "Logo Cloud 2",
      "description": "Shadcn/ui website logo cloud section",
      "files": [
        {
          "path": "../../packages/dusk-kit/blocks/logo-cloud/two/index.tsx",
          "type": "registry:component",
          "target": "components/logo-cloud.tsx"
        }
      ]
    },
    {
      "name": "logo-cloud-3",
      "type": "registry:block",
      "title": "Logo Cloud 3",
      "description": "Shadcn/ui website logo cloud section",
      "registryDependencies": [
        "https://motion-primitives.com/c/infinite-slider.json",
        "https://motion-primitives.com/c/progressive-blur.json"
      ],
      "files": [
        {
          "path": "../../packages/dusk-kit/blocks/logo-cloud/three/index.tsx",
          "type": "registry:component",
          "target": "components/logo-cloud.tsx"
        }
      ]
    },
    {
      "name": "pricing-1",
      "type": "registry:block",
      "title": "Pricing Block 1",
      "description": "Shadcn/ui website pricing section",
      "registryDependencies": [
        "button",
        "card"
      ],
      "files": [
        {
          "path": "../../packages/dusk-kit/blocks/pricing/one/index.tsx",
          "type": "registry:component",
          "target": "components/pricing.tsx"
        }
      ]
    },
    {
      "name": "pricing-1",
      "type": "registry:block",
      "title": "Pricing Block 1",
      "description": "Shadcn/ui website pricing section",
      "registryDependencies": [
        "button",
        "card"
      ],
      "files": [
        {
          "path": "../../packages/dusk-kit/blocks/pricing/one/index.tsx",
          "type": "registry:component",
          "target": "components/pricing.tsx"
        }
      ]
    },
    {
      "name": "pricing-2",
      "type": "registry:block",
      "title": "Pricing Block 2",
      "description": "Shadcn/ui website pricing section",
      "registryDependencies": [
        "button",
        "card"
      ],
      "files": [
        {
          "path": "../../packages/dusk-kit/blocks/pricing/two/index.tsx",
          "type": "registry:component",
          "target": "components/pricing.tsx"
        }
      ]
    },
    {
      "name": "pricing-3",
      "type": "registry:block",
      "title": "Pricing Block 3",
      "description": "Shadcn/ui website pricing section",
      "registryDependencies": [
        "button",
        "card"
      ],
      "files": [
        {
          "path": "../../packages/dusk-kit/blocks/pricing/three/index.tsx",
          "type": "registry:component",
          "target": "components/pricing.tsx"
        }
      ]
    },
    {
      "name": "pricing-4",
      "type": "registry:block",
      "title": "Pricing Block 4",
      "description": "Shadcn/ui website pricing section",
      "registryDependencies": [
        "button"
      ],
      "files": [
        {
          "path": "../../packages/dusk-kit/blocks/pricing/four/index.tsx",
          "type": "registry:component",
          "target": "components/pricing.tsx"
        }
      ]
    },
    {
      "name": "pricing-5",
      "type": "registry:block",
      "title": "Pricing Block 5",
      "description": "Shadcn/ui website pricing section",
      "registryDependencies": [
        "button"
      ],
      "files": [
        {
          "path": "../../packages/dusk-kit/blocks/pricing/five/index.tsx",
          "type": "registry:component",
          "target": "components/pricing.tsx"
        }
      ]
    },
    {
      "name": "contact-1",
      "type": "registry:block",
      "title": "Contact Block 1",
      "description": "Shadcn/ui website contact section",
      "registryDependencies": [
        "button",
        "input",
        "label",
        "textarea",
        "select",
        "card"
      ],
      "files": [
        {
          "path": "../../packages/dusk-kit/blocks/contact/one/index.tsx",
          "type": "registry:component",
          "target": "components/contact.tsx"
        }
      ]
    },
    {
      "name": "contact-2",
      "type": "registry:block",
      "title": "Contact Block 2",
      "description": "Shadcn/ui website contact section",
      "registryDependencies": [
        "button",
        "input",
        "label",
        "textarea",
        "select",
        "card"
      ],
      "files": [
        {
          "path": "../../packages/dusk-kit/blocks/contact/two/index.tsx",
          "type": "registry:component",
          "target": "components/contact.tsx"
        }
      ]
    },
    {
      "name": "integrations-1",
      "type": "registry:block",
      "title": "Integrations Block 1",
      "description": "Shadcn/ui website integrations section",
      "registryDependencies": [
        "card",
        "button"
      ],
      "files": [
        {
          "path": "../../packages/dusk-kit/blocks/integrations/one/index.tsx",
          "type": "registry:component",
          "target": "components/integrations-1.tsx"
        },
        {
          "path" : "../../packages/core/src/components/logos/index.ts",
          "type": "registry:component",
          "target": "components/logos/index.ts"
        },
        {
          "path" : "../../packages/core/src/components/logos/Gemini.tsx",
          "type": "registry:component",
          "target": "components/logos/Gemini.tsx"
        },
        {
          "path" : "../../packages/core/src/components/logos/GooglePaLM.tsx",
          "type": "registry:component",
          "target": "components/logos/GooglePaLM.tsx"
        },
        {
          "path" : "../../packages/core/src/components/logos/MagicUI.tsx",
          "type": "registry:component",
          "target": "components/logos/MagicUI.tsx" 
        },
        {
          "path" : "../../packages/core/src/components/logos/MediaWiki.tsx",
          "type": "registry:component",
          "target": "components/logos/MediaWiki.tsx" 
        },
        {
          "path" : "../../packages/core/src/components/logos/Replit.tsx",
          "type": "registry:component",
          "target": "components/logos/Replit.tsx" 
        },
        {
          "path" : "../../packages/core/src/components/logos/VSCodium.tsx",
          "type": "registry:component",
          "target": "components/logos/VSCodium.tsx" 
        }
      ]
    },
    {
      "name": "integrations-2",
      "type": "registry:block",
      "title": "Integrations Block 2",
      "description": "Shadcn/ui website integrations",
      "registryDependencies": [
        "button"
      ],
      "files": [
        {
          "path": "../../packages/dusk-kit/blocks/integrations/two/index.tsx",
          "type": "registry:component",
          "target": "components/integrations-2.tsx"
        },
        {
          "path" : "../../packages/core/src/components/logo.tsx",
          "type": "registry:component"
        },
        {
          "path" : "../../packages/core/src/components/logos/index.ts",
          "type": "registry:component",
          "target": "components/logos/index.ts"
        },
        {
          "path" : "../../packages/core/src/components/logos/Gemini.tsx",
          "type": "registry:component",
          "target": "components/logos/Gemini.tsx"
        },
        {
          "path" : "../../packages/core/src/components/logos/GooglePaLM.tsx",
          "type": "registry:component",
          "target": "components/logos/GooglePaLM.tsx"
        },
        {
          "path" : "../../packages/core/src/components/logos/MagicUI.tsx",
          "type": "registry:component",
          "target": "components/logos/MagicUI.tsx" 
        },
        {
          "path" : "../../packages/core/src/components/logos/MediaWiki.tsx",
          "type": "registry:component",
          "target": "components/logos/MediaWiki.tsx" 
        },
        {
          "path" : "../../packages/core/src/components/logos/Replit.tsx",
          "type": "registry:component",
          "target": "components/logos/Replit.tsx" 
        },
        {
          "path" : "../../packages/core/src/components/logos/VSCodium.tsx",
          "type": "registry:component",
          "target": "components/logos/VSCodium.tsx" 
        }
      ]
    },
    {
      "name": "integrations-3",
      "type": "registry:block",
      "title": "Integrations Block 3",
      "description": "Shadcn/ui website integrations",
      "registryDependencies": [
        "button"
      ],
      "files": [
        {
          "path": "../../packages/dusk-kit/blocks/integrations/three/index.tsx",
          "type": "registry:component",
          "target": "components/integrations-3.tsx"
        },
        {
          "path" : "../../packages/core/src/components/logo.tsx",
          "type": "registry:component"
        },
        {
          "path" : "../../packages/core/src/components/logos/index.ts",
          "type": "registry:component",
          "target": "components/logos/index.ts"
        },
        {
          "path" : "../../packages/core/src/components/logos/Gemini.tsx",
          "type": "registry:component",
          "target": "components/logos/Gemini.tsx"
        },
        {
          "path" : "../../packages/core/src/components/logos/GooglePaLM.tsx",
          "type": "registry:component",
          "target": "components/logos/GooglePaLM.tsx"
        },
        {
          "path" : "../../packages/core/src/components/logos/MagicUI.tsx",
          "type": "registry:component",
          "target": "components/logos/MagicUI.tsx" 
        },
        {
          "path" : "../../packages/core/src/components/logos/MediaWiki.tsx",
          "type": "registry:component",
          "target": "components/logos/MediaWiki.tsx" 
        },
        {
          "path" : "../../packages/core/src/components/logos/Replit.tsx",
          "type": "registry:component",
          "target": "components/logos/Replit.tsx" 
        },
        {
          "path" : "../../packages/core/src/components/logos/VSCodium.tsx",
          "type": "registry:component",
          "target": "components/logos/VSCodium.tsx" 
        }
      ]
    },
    {
      "name": "integrations-4",
      "type": "registry:block",
      "title": "Integrations Block 4",
      "description": "Shadcn/ui website integrations",
      "registryDependencies": [
        "button"
      ],
      "files": [
        {
          "path": "../../packages/dusk-kit/blocks/integrations/four/index.tsx",
          "type": "registry:component",
          "target": "components/integrations-4.tsx"
        },
        {
          "path" : "../../packages/core/src/components/logo.tsx",
          "type": "registry:component"
        },
        {
          "path" : "../../packages/core/src/components/logos/index.ts",
          "type": "registry:component",
          "target": "components/logos/index.ts"
        },
        {
          "path" : "../../packages/core/src/components/logos/Gemini.tsx",
          "type": "registry:component",
          "target": "components/logos/Gemini.tsx"
        },
        {
          "path" : "../../packages/core/src/components/logos/GooglePaLM.tsx",
          "type": "registry:component",
          "target": "components/logos/GooglePaLM.tsx"
        },
        {
          "path" : "../../packages/core/src/components/logos/MagicUI.tsx",
          "type": "registry:component",
          "target": "components/logos/MagicUI.tsx" 
        },
        {
          "path" : "../../packages/core/src/components/logos/MediaWiki.tsx",
          "type": "registry:component",
          "target": "components/logos/MediaWiki.tsx" 
        },
        {
          "path" : "../../packages/core/src/components/logos/Replit.tsx",
          "type": "registry:component",
          "target": "components/logos/Replit.tsx" 
        },
        {
          "path" : "../../packages/core/src/components/logos/VSCodium.tsx",
          "type": "registry:component",
          "target": "components/logos/VSCodium.tsx" 
        }
      ]
    },
    {
      "name": "integrations-5",
      "type": "registry:block",
      "title": "Integrations Block 5",
      "description": "Shadcn/ui website integrations",
      "registryDependencies": [
        "button"
      ],
      "files": [
        {
          "path": "../../packages/dusk-kit/blocks/integrations/five/index.tsx",
          "type": "registry:component",
          "target": "components/integrations-5.tsx"
        },
        {
          "path" : "../../packages/core/src/components/logo.tsx",
          "type": "registry:component"
        },
        {
          "path" : "../../packages/core/src/components/logos/index.ts",
          "type": "registry:component",
          "target": "components/logos/index.ts"
        },
        {
          "path" : "../../packages/core/src/components/logos/Gemini.tsx",
          "type": "registry:component",
          "target": "components/logos/Gemini.tsx"
        },
        {
          "path" : "../../packages/core/src/components/logos/GooglePaLM.tsx",
          "type": "registry:component",
          "target": "components/logos/GooglePaLM.tsx"
        },
        {
          "path" : "../../packages/core/src/components/logos/MagicUI.tsx",
          "type": "registry:component",
          "target": "components/logos/MagicUI.tsx" 
        },
        {
          "path" : "../../packages/core/src/components/logos/MediaWiki.tsx",
          "type": "registry:component",
          "target": "components/logos/MediaWiki.tsx" 
        },
        {
          "path" : "../../packages/core/src/components/logos/Replit.tsx",
          "type": "registry:component",
          "target": "components/logos/Replit.tsx" 
        },
        {
          "path" : "../../packages/core/src/components/logos/VSCodium.tsx",
          "type": "registry:component",
          "target": "components/logos/VSCodium.tsx" 
        }
      ]
    },
    {
      "name": "integrations-6",
      "type": "registry:block",
      "title": "Integrations Block 6",
      "description": "Shadcn/ui website integrations",
      "registryDependencies": [
        "button"
      ],
      "files": [
        {
          "path": "../../packages/dusk-kit/blocks/integrations/six/index.tsx",
          "type": "registry:component",
          "target": "components/integrations-6.tsx"
        },
        {
          "path" : "../../packages/core/src/components/logos/index.ts",
          "type": "registry:component",
          "target": "components/logos/index.ts"
        },
        {
          "path" : "../../packages/core/src/components/logos/Gemini.tsx",
          "type": "registry:component",
          "target": "components/logos/Gemini.tsx"
        },
        {
          "path" : "../../packages/core/src/components/logos/GooglePaLM.tsx",
          "type": "registry:component",
          "target": "components/logos/GooglePaLM.tsx"
        },
        {
          "path" : "../../packages/core/src/components/logos/MagicUI.tsx",
          "type": "registry:component",
          "target": "components/logos/MagicUI.tsx" 
        },
        {
          "path" : "../../packages/core/src/components/logos/MediaWiki.tsx",
          "type": "registry:component",
          "target": "components/logos/MediaWiki.tsx" 
        },
        {
          "path" : "../../packages/core/src/components/logos/Replit.tsx",
          "type": "registry:component",
          "target": "components/logos/Replit.tsx" 
        },
        {
          "path" : "../../packages/core/src/components/logos/VSCodium.tsx",
          "type": "registry:component",
          "target": "components/logos/VSCodium.tsx" 
        }
      ]
    },
    {
      "name": "integrations-7",
      "type": "registry:block",
      "title": "Integrations Block 7",
      "description": "Shadcn/ui website integrations block",
      "registryDependencies": [
        "button",
        "https://motion-primitives.com/c/infinite-slider.json"
      ],
      "files": [
        {
          "path": "../../packages/dusk-kit/blocks/integrations/seven/index.tsx",
          "type": "registry:component",
          "target": "components/integrations-7.tsx"
        },
        {
          "path" : "../../packages/core/src/components/logo.tsx",
          "type": "registry:component"
        },
        {
          "path" : "../../packages/core/src/components/logos/index.ts",
          "type": "registry:component",
          "target": "components/logos/index.ts"
        },
        {
          "path" : "../../packages/core/src/components/logos/Gemini.tsx",
          "type": "registry:component",
          "target": "components/logos/Gemini.tsx"
        },
        {
          "path" : "../../packages/core/src/components/logos/GooglePaLM.tsx",
          "type": "registry:component",
          "target": "components/logos/GooglePaLM.tsx"
        },
        {
          "path" : "../../packages/core/src/components/logos/MagicUI.tsx",
          "type": "registry:component",
          "target": "components/logos/MagicUI.tsx" 
        },
        {
          "path" : "../../packages/core/src/components/logos/MediaWiki.tsx",
          "type": "registry:component",
          "target": "components/logos/MediaWiki.tsx" 
        },
        {
          "path" : "../../packages/core/src/components/logos/Replit.tsx",
          "type": "registry:component",
          "target": "components/logos/Replit.tsx" 
        },
        {
          "path" : "../../packages/core/src/components/logos/VSCodium.tsx",
          "type": "registry:component",
          "target": "components/logos/VSCodium.tsx" 
        },
        {
          "path" : "../../packages/core/src/motion-primitives/infinite-slider.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "integrations-8",
      "type": "registry:block",
      "title": "Integrations Block 8",
      "description": "Shadcn/ui website integrations",
      "registryDependencies": [
        "hover-card",
        "button"
      ],
      "files": [
        {
          "path": "../../packages/dusk-kit/blocks/integrations/eight/index.tsx",
          "type": "registry:component",
          "target": "components/integrations-8.tsx"
        },
        {
          "path" : "../../packages/core/src/components/logos/index.ts",
          "type": "registry:component",
          "target": "components/logos/index.ts"
        },
        {
          "path" : "../../packages/core/src/components/logos/Gemini.tsx",
          "type": "registry:component",
          "target": "components/logos/Gemini.tsx"
        },
        {
          "path" : "../../packages/core/src/components/logos/GooglePaLM.tsx",
          "type": "registry:component",
          "target": "components/logos/GooglePaLM.tsx"
        },
        {
          "path" : "../../packages/core/src/components/logos/MagicUI.tsx",
          "type": "registry:component",
          "target": "components/logos/MagicUI.tsx" 
        },
        {
          "path" : "../../packages/core/src/components/logos/MediaWiki.tsx",
          "type": "registry:component",
          "target": "components/logos/MediaWiki.tsx" 
        },
        {
          "path" : "../../packages/core/src/components/logos/Replit.tsx",
          "type": "registry:component",
          "target": "components/logos/Replit.tsx" 
        },
        {
          "path" : "../../packages/core/src/components/logos/VSCodium.tsx",
          "type": "registry:component",
          "target": "components/logos/VSCodium.tsx" 
        }
      ]
    },


    {
      "name": "mist-call-to-action-1",
      "type": "registry:block",
      "title": "Call To Action 1",
      "description": "Mist Kit Call To Action block, variant 1",
      "registryDependencies": [
        "button"
      ],
      "files": [
        {
          "path": "../../packages/mist-kit/blocks/call-to-action/one/index.tsx",
          "type": "registry:component",
          "target": "components/call-to-action-one.tsx"
        }
      ]
    },
    {
      "name": "mist-call-to-action-2",
      "type": "registry:block",
      "title": "Call To Action 2",
      "description": "Mist Kit Call To Action block, variant 2",
      "registryDependencies": [
        "button"
      ],
      "files": [
        {
          "path": "../../packages/mist-kit/blocks/call-to-action/two/index.tsx",
          "type": "registry:component",
          "target": "components/call-to-action-two.tsx"
        }
      ]
    },
    {
      "name": "mist-call-to-action-3",
      "type": "registry:block",
      "title": "Call To Action 3",
      "description": "Mist Kit Call To Action block, variant 3",
      "registryDependencies": [
        "button"
      ],
      "files": [
        {
          "path": "../../packages/mist-kit/blocks/call-to-action/three/index.tsx",
          "type": "registry:component",
          "target": "components/call-to-action-three.tsx"
        }
      ]
    },
    {
      "name": "mist-comparator-1",
      "type": "registry:block",
      "title": "Comparator One",
      "description": "Mist Kit Comparator block, variant one",
      "registryDependencies": [
        "button"
      ],
      "files": [
        {
          "path": "../../packages/mist-kit/blocks/comparator/one/index.tsx",
          "type": "registry:component",
          "target": "components/pricing-comparator-one.tsx"
        }
      ]
    },
    {
      "name": "mist-contact-1",
      "type": "registry:block",
      "title": "Contact One",
      "description": "Mist Kit Contact block, variant one",
       "registryDependencies": [
        "button",
        "card",
        "input",
        "textarea",
        "label",
        "select"
      ],
      "files": [
        {
          "path": "../../packages/mist-kit/blocks/contact/one/index.tsx",
          "type": "registry:component",
          "target": "components/contact-section-one.tsx"
        }
      ]
    },
    {
      "name": "mist-content-1",
      "type": "registry:block",
      "title": "Content One",
      "description": "Mist Kit Content block, variant one",
       "registryDependencies": [
        "toggle",
        "toggle-group"
      ],
      "files": [
        {
          "path": "../../packages/mist-kit/blocks/content/one/index.tsx",
          "type": "registry:component",
          "target": "components/content-one.tsx"
        }
      ]
    },
    {
      "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",
          "type": "registry:component",
          "target": "components/content-two.tsx"
        }
      ]
    },
    {
      "name": "mist-content-3",
      "type": "registry:block",
      "title": "Content Three",
      "description": "Mist Kit Content block, variant three",
      "files": [
        {
          "path": "../../packages/mist-kit/blocks/content/three/index.tsx",
          "type": "registry:component",
          "target": "components/content-three.tsx"
        }
      ]
    },
    {
      "name": "mist-content-4",
      "type": "registry:block",
      "title": "Content Four",
      "description": "Mist Kit Content block, variant four",
      "files": [
        {
          "path": "../../packages/mist-kit/blocks/content/four/index.tsx",
          "type": "registry:component",
          "target": "components/content-four.tsx"
        }
      ]
    },
    {
      "name": "mist-faqs-1",
      "type": "registry:block",
      "title": "FAQs One",
      "description": "Mist Kit FAQs block, variant one",
      "registryDependencies": [
        "accordion"
      ],
      "files": [
        {
          "path": "../../packages/mist-kit/blocks/faqs/one/index.tsx",
          "type": "registry:component",
          "target": "components/faqs-section-one.tsx"
        }
      ]
    },
    {
      "name": "mist-faqs-2",
      "type": "registry:block",
      "title": "FAQs Two",
      "description": "Mist Kit FAQs block, variant two",
      "registryDependencies": [
        "accordion"
      ],
      "files": [
        {
          "path": "../../packages/mist-kit/blocks/faqs/two/index.tsx",
          "type": "registry:component",
          "target": "components/faqs-section-two.tsx"
        }
      ]
    },
    {
      "name": "mist-faqs-3",
      "type": "registry:block",
      "title": "FAQs Three",
      "description": "Mist Kit FAQs block, variant three",
      "registryDependencies": [
        "accordion"
      ],
      "files": [
        {
          "path": "../../packages/mist-kit/blocks/faqs/three/index.tsx",
          "type": "registry:component",
          "target": "components/faqs-section-three.tsx"
        }
      ]
    },
    {
      "name": "mist-features-1",
      "type": "registry:block",
      "title": "Features One",
      "description": "Mist Kit Features block, variant one",
      "registryDependencies": [
        "card"
      ],
      "files": [
        {
          "path": "../../packages/mist-kit/blocks/features/one/index.tsx",
          "type": "registry:component",
          "target": "components/features-one.tsx"
        },
        {
          "path": "../../packages/mist-kit/blocks/features/one/table.tsx",
          "type": "registry:component",
          "target": "components/table.tsx"
        }
      ]
    },
    {
      "name": "mist-features-2",
      "type": "registry:block",
      "title": "Features Two",
      "description": "Mist Kit Features block, variant two",
       "registryDependencies": [
        "card"
      ],
      "files": [
        {
          "path": "../../packages/mist-kit/blocks/features/two/index.tsx",
          "type": "registry:component",
          "target": "components/features-two.tsx"
        }
      ]
    },
    {
      "name": "mist-features-3",
      "type": "registry:block",
      "title": "Features Three",
      "description": "Mist Kit Features block, variant three",
      "registryDependencies": [
        "card",
        "toggle",
        "toggle-group"
      ],
      "files": [
        {
          "path": "../../packages/mist-kit/blocks/features/three/index.tsx",
          "type": "registry:component",
          "target": "components/features-three.tsx"
        }
      ]
    },
    {
      "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",
          "type": "registry:component",
          "target": "components/features-four.tsx"
        }
      ]
    },
    {
      "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",
          "type": "registry:component",
          "target": "components/features-five.tsx"
        }
      ]
    },
    {
      "name": "mist-features-6",
      "type": "registry:block",
      "title": "Features Six",
      "description": "Mist Kit Features block, variant six",
      "registryDependencies": [
        "card",
        "button"
      ],
      "files": [
        {
          "path": "../../packages/mist-kit/blocks/features/six/index.tsx",
          "type": "registry:component",
          "target": "components/features-six.tsx"
        }
      ]
    },
    {
      "name": "mist-features-7",
      "type": "registry:block",
      "title": "Features Seven",
      "description": "Mist Kit Features block, variant seven",
      "registryDependencies": [
        "card",
        "button"
      ],
      "files": [
        {
          "path": "../../packages/mist-kit/blocks/features/seven/index.tsx",
          "type": "registry:component",
          "target": "components/features-seven.tsx"
        }
      ]
    },
    {
      "name": "mist-features-8",
      "type": "registry:block",
      "title": "Features Eight",
      "description": "Mist Kit Features block, variant eight",
      "registryDependencies": [
        "card"
      ],
      "files": [
        {
          "path": "../../packages/mist-kit/blocks/features/eight/index.tsx",
          "type": "registry:component",
          "target": "components/features-eight.tsx"
        }
      ]
    },
    {
      "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",
          "type": "registry:component",
          "target": "components/features-nine.tsx"
        }
      ]
    },
    {
      "name": "mist-features-10",
      "type": "registry:block",
      "title": "Features Ten",
      "description": "Mist Kit Features block, variant ten",
      "registryDependencies": [
        "card",
        "button"
      ],
      "files": [
        {
          "path": "../../packages/mist-kit/blocks/features/ten/index.tsx",
          "type": "registry:component",
          "target": "components/features-ten.tsx"
        }
      ]
    },
    {
      "name": "mist-features-11",
      "type": "registry:block",
      "title": "Features Eleven",
      "description": "Mist Kit Features block, variant eleven",
      "registryDependencies": [
        "card",
        "button"
      ],
      "files": [
        {
          "path": "../../packages/mist-kit/blocks/features/eleven/index.tsx",
          "type": "registry:component",
          "target": "components/features-eleven.tsx"
        }
      ]
    },
    {
      "name": "mist-footer-1",
      "type": "registry:block",
      "title": "Footer One",
      "description": "Mist Kit Footer block, variant one",
      "files": [
        {
          "path": "../../packages/mist-kit/blocks/footer/one/index.tsx",
          "type": "registry:component",
          "target": "components/footer-one.tsx"
        },
        {
          "path": "../../packages/core/src/components/logo.tsx",
          "type": "registry:component",
          "target": "components/logo.tsx"
        }
      ]
    },
    {
      "name": "mist-footer-2",
      "type": "registry:block",
      "title": "Footer Two",
      "description": "Mist Kit Footer block, variant two",
      "files": [
        {
          "path": "../../packages/mist-kit/blocks/footer/two/index.tsx",
          "type": "registry:component",
          "target": "components/footer-two.tsx"
        },
        {
          "path": "../../packages/core/src/components/logo.tsx",
          "type": "registry:component",
          "target": "components/logo.tsx"
        }
      ]
    },
    {
      "name": "mist-footer-3",
      "type": "registry:block",
      "title": "Footer Three",
      "description": "Mist Kit Footer block, variant three",
      "files": [
        {
          "path": "../../packages/mist-kit/blocks/footer/three/index.tsx",
          "type": "registry:component",
          "target": "components/footer-three.tsx"
        },
        {
          "path": "../../packages/core/src/components/logo.tsx",
          "type": "registry:component",
          "target": "components/logo.tsx"
        }
      ]
    },
    {
      "name": "mist-footer-4",
      "type": "registry:block",
      "title": "Footer Four",
      "description": "Mist Kit Footer block, variant four",
      "files": [
        {
          "path": "../../packages/mist-kit/blocks/footer/four/index.tsx",
          "type": "registry:component",
          "target": "components/footer-four.tsx"
        },
        {
          "path": "../../packages/core/src/components/logo.tsx",
          "type": "registry:component",
          "target": "components/logo.tsx"
        }
      ]
    },
    {
      "name": "mist-forgot-password-1",
      "type": "registry:block",
      "title": "Forgot password block",
      "description": "Mist Kit Forgot password block, variant one",
      "registryDependencies": [
        "button",
        "input",
        "label"
      ],
      "files": [
        {
          "path": "../../packages/mist-kit/blocks/forgot-password/one/index.tsx",
          "type": "registry:component",
          "target": "components/forgot-password-one.tsx"
        },
        {
          "path": "../../packages/core/src/components/logo.tsx",
          "type": "registry:component",
          "target": "components/logo.tsx"
        }
      ]
    },
    {
      "name": "mist-hero-section-1",
      "type": "registry:block",
      "title": "Hero Section One",
      "description": "Mist Kit Hero Section block, variant one",
      "registryDependencies": [
        "button"
      ],
      "files": [
        {
          "path": "../../packages/mist-kit/blocks/hero-section/one/index.tsx",
          "type": "registry:component",
          "target": "components/hero-section-one.tsx"
        },
        {
          "path": "../../packages/mist-kit/blocks/hero-section/one/header.tsx",
          "type": "registry:component",
          "target": "components/header.tsx"
        },
        {
          "path": "../../packages/core/src/components/logo.tsx",
          "type": "registry:component",
          "target": "components/logo.tsx"
        }
      ]
    },
        {
      "name": "mist-hero-section-2",
      "type": "registry:block",
      "title": "Hero Section Two",
      "description": "Mist Kit Hero Section block, variant two",
      "registryDependencies": [
        "button"
      ],
      "files": [
        {
          "path": "../../packages/mist-kit/blocks/hero-section/two/index.tsx",
          "type": "registry:component",
          "target": "components/hero-section-two.tsx"
        },
        {
          "path": "../../packages/mist-kit/blocks/hero-section/two/header.tsx",
          "type": "registry:component",
          "target": "components/header.tsx"
        },
        {
          "path": "../../packages/core/src/components/logo.tsx",
          "type": "registry:component",
          "target": "components/logo.tsx"
        }
      ]
    },
    {
      "name": "mist-hero-section-3",
      "type": "registry:block",
      "title": "Hero Section Three",
      "description": "Mist Kit Hero Section block, variant three",
      "registryDependencies": [
        "button"
      ],
      "files": [
        {
          "path": "../../packages/mist-kit/blocks/hero-section/three/index.tsx",
          "type": "registry:component",
          "target": "components/hero-section-three.tsx"
        },
        {
          "path": "../../packages/mist-kit/blocks/hero-section/three/header.tsx",
          "type": "registry:component",
          "target": "components/header.tsx"
        },
        {
          "path": "../../packages/core/src/components/logo.tsx",
          "type": "registry:component",
          "target": "components/logo.tsx"
        }
      ]
    },
    {
      "name": "mist-hero-section-4",
      "type": "registry:block",
      "title": "Hero Section Four",
      "description": "Mist Kit Hero Section block, variant four",
      "registryDependencies": [
        "button"
      ],
      "files": [
        {
          "path": "../../packages/mist-kit/blocks/hero-section/four/index.tsx",
          "type": "registry:component",
          "target": "components/hero-section-four.tsx"
        },
        {
          "path": "../../packages/mist-kit/blocks/hero-section/four/header.tsx",
          "type": "registry:component",
          "target": "components/header.tsx"
        },
        {
          "path": "../../packages/core/src/components/logo.tsx",
          "type": "registry:component",
          "target": "components/logo.tsx"
        }
      ]
    },
    {
      "name": "mist-hero-section-5",
      "type": "registry:block",
      "title": "Hero Section Five",
      "description": "Mist Kit Hero Section block, variant five",
      "registryDependencies": [
        "button"
      ],
      "files": [
        {
          "path": "../../packages/mist-kit/blocks/hero-section/five/index.tsx",
          "type": "registry:component",
          "target": "components/hero-section-five.tsx"
        }
      ]
    },
    {
      "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",
          "type": "registry:component",
          "target": "components/hero-section-six.tsx"
        }
      ]
    },
    {
      "name": "mist-integrations-1",
      "type": "registry:block",
      "title": "Integrations block",
      "description": "Mist Kit Integrations block, variant one",
      "files": [
        {
          "path": "../../packages/mist-kit/blocks/integrations/one/index.tsx",
          "type": "registry:component",
          "target": "components/integrations-one.tsx"
        },
        {
          "path" : "../../packages/core/src/components/logos/index.ts",
          "type": "registry:component",
          "target": "components/logos/index.ts"
        },
        {
          "path" : "../../packages/core/src/components/logos/Gemini.tsx",
          "type": "registry:component",
          "target": "components/logos/Gemini.tsx"
        },
        {
          "path" : "../../packages/core/src/components/logos/GooglePaLM.tsx",
          "type": "registry:component",
          "target": "components/logos/GooglePaLM.tsx"
        },
        {
          "path" : "../../packages/core/src/components/logos/MagicUI.tsx",
          "type": "registry:component",
          "target": "components/logos/MagicUI.tsx" 
        },
        {
          "path" : "../../packages/core/src/components/logos/MediaWiki.tsx",
          "type": "registry:component",
          "target": "components/logos/MediaWiki.tsx" 
        },
        {
          "path" : "../../packages/core/src/components/logos/Replit.tsx",
          "type": "registry:component",
          "target": "components/logos/Replit.tsx" 
        },
        {
          "path" : "../../packages/core/src/components/logos/VSCodium.tsx",
          "type": "registry:component",
          "target": "components/logos/VSCodium.tsx" 
        }
      ]
    },
    {
      "name": "mist-integrations-2",
      "type": "registry:block",
      "title": "Integrations block",
      "description": "Mist Kit Integrations block, variant two",
      "files": [
        {
          "path": "../../packages/mist-kit/blocks/integrations/two/index.tsx",
          "type": "registry:component",
          "target": "components/integrations-two.tsx"
        },
        {
          "path" : "../../packages/core/src/components/logos/index.ts",
          "type": "registry:component",
          "target": "components/logos/index.ts"
        },
        {
          "path" : "../../packages/core/src/components/logos/Gemini.tsx",
          "type": "registry:component",
          "target": "components/logos/Gemini.tsx"
        },
        {
          "path" : "../../packages/core/src/components/logos/GooglePaLM.tsx",
          "type": "registry:component",
          "target": "components/logos/GooglePaLM.tsx"
        },
        {
          "path" : "../../packages/core/src/components/logos/MagicUI.tsx",
          "type": "registry:component",
          "target": "components/logos/MagicUI.tsx" 
        },
        {
          "path" : "../../packages/core/src/components/logos/MediaWiki.tsx",
          "type": "registry:component",
          "target": "components/logos/MediaWiki.tsx" 
        },
        {
          "path" : "../../packages/core/src/components/logos/Replit.tsx",
          "type": "registry:component",
          "target": "components/logos/Replit.tsx" 
        },
        {
          "path" : "../../packages/core/src/components/logos/VSCodium.tsx",
          "type": "registry:component",
          "target": "components/logos/VSCodium.tsx" 
        }
      ]
    },
    {
      "name": "mist-integrations-3",
      "type": "registry:block",
      "title": "Integrations block",
      "description": "Mist Kit Integrations block, variant three",
      "files": [
        {
          "path": "../../packages/mist-kit/blocks/integrations/three/index.tsx",
          "type": "registry:component",
          "target": "components/integrations-three.tsx"
        },
        {
          "path" : "../../packages/core/src/components/logos/index.ts",
          "type": "registry:component",
          "target": "components/logos/index.ts"
        },
        {
          "path" : "../../packages/core/src/components/logos/Gemini.tsx",
          "type": "registry:component",
          "target": "components/logos/Gemini.tsx"
        },
        {
          "path" : "../../packages/core/src/components/logos/GooglePaLM.tsx",
          "type": "registry:component",
          "target": "components/logos/GooglePaLM.tsx"
        },
        {
          "path" : "../../packages/core/src/components/logos/MagicUI.tsx",
          "type": "registry:component",
          "target": "components/logos/MagicUI.tsx" 
        },
        {
          "path" : "../../packages/core/src/components/logos/MediaWiki.tsx",
          "type": "registry:component",
          "target": "components/logos/MediaWiki.tsx" 
        },
        {
          "path" : "../../packages/core/src/components/logos/Replit.tsx",
          "type": "registry:component",
          "target": "components/logos/Replit.tsx" 
        },
        {
          "path" : "../../packages/core/src/components/logos/VSCodium.tsx",
          "type": "registry:component",
          "target": "components/logos/VSCodium.tsx" 
        }
      ]
    },
    {
      "name": "mist-login-1",
      "type": "registry:block",
      "title": "Login block",
      "description": "Mist Kit Login block, variant one",
      "registryDependencies": [
        "button",
        "input",
        "label"
      ],
      "files": [
        {
          "path": "../../packages/mist-kit/blocks/login/one/index.tsx",
          "type": "registry:component",
          "target": "components/login-one.tsx"
        },
        {
          "path": "../../packages/core/src/components/logo.tsx",
          "type": "registry:component",
          "target": "components/logo.tsx"
        }
      ]
    },
    {
      "name": "mist-logo-cloud-1",
      "type": "registry:block",
      "title": "Logo Cloud One",
      "description": "Mist Kit Logo Cloud block, variant one",
      "files": [
        {
          "path": "../../packages/mist-kit/blocks/logo-cloud/one/index.tsx",
          "type": "registry:component",
          "target": "components/logo-cloud-one.tsx"
        }
      ]
    },
    {
      "name": "mist-logo-cloud-2",
      "type": "registry:block",
      "title": "Logo Cloud One",
      "description": "Mist Kit Logo Cloud block, variant two",
      "files": [
        {
          "path": "../../packages/mist-kit/blocks/logo-cloud/two/index.tsx",
          "type": "registry:component",
          "target": "components/logo-cloud-two.tsx"
        }
      ]
    },
    {
      "name": "mist-pricing-1",
      "type": "registry:block",
      "title": "Pricing One",
      "description": "Mist Kit Pricing block, variant one",
      "registryDependencies": [
        "button",
        "card"
      ],
      "files": [
        {
          "path": "../../packages/mist-kit/blocks/pricing/one/index.tsx",
          "type": "registry:component",
          "target": "components/pricing-section-one.tsx"
        },
        {
          "path": "../../packages/core/src/components/logo.tsx",
          "type": "registry:component",
          "target": "components/logo.tsx"
        }
      ]
    },
    {
      "name": "mist-pricing-2",
      "type": "registry:block",
      "title": "Pricing Two",
      "description": "Mist Kit Pricing block, variant two",
      "registryDependencies": [
        "button",
        "card"
      ],
      "files": [
        {
          "path": "../../packages/mist-kit/blocks/pricing/two/index.tsx",
          "type": "registry:component",
          "target": "components/pricing-section-two.tsx"
        }
      ]
    },
    {
      "name": "mist-sign-up-1",
      "type": "registry:block",
      "title": "Sign Up block",
      "description": "Mist Kit Sign Up block, variant two",
      "registryDependencies": [
        "button",
        "input",
        "label"
      ],
      "files": [
        {
          "path": "../../packages/mist-kit/blocks/sign-up/one/index.tsx",
          "type": "registry:component",
          "target": "components/sign-up-one.tsx"
        },
        {
          "path": "../../packages/core/src/components/logo.tsx",
          "type": "registry:component",
          "target": "components/logo.tsx"
        }
      ]
    },
    {
      "name": "mist-stats-1",
      "type": "registry:block",
      "title": "Stats block",
      "description": "Mist Kit Stats block, variant one",
      "registryDependencies": [
        "card"
      ],
      "files": [
        {
          "path": "../../packages/mist-kit/blocks/stats/one/index.tsx",
          "type": "registry:component",
          "target": "components/stats-one.tsx"
        }
      ]
    },
    {
      "name": "mist-stats-2",
      "type": "registry:block",
      "title": "Stats block",
      "description": "Mist Kit Stats block, variant two",
      "files": [
        {
          "path": "../../packages/mist-kit/blocks/stats/two/index.tsx",
          "type": "registry:component",
          "target": "components/stats-two.tsx"
        }
      ]
    },
    {
      "name": "mist-stats-3",
      "type": "registry:block",
      "title": "Stats block",
      "description": "Mist Kit Stats block, variant three",
      "files": [
        {
          "path": "../../packages/mist-kit/blocks/stats/three/index.tsx",
          "type": "registry:component",
          "target": "components/stats-three.tsx"
        }
      ]
    },
    {
      "name": "mist-stats-4",
      "type": "registry:block",
      "title": "Stats block",
      "description": "Mist Kit Stats block, variant four",
      "files": [
        {
          "path": "../../packages/mist-kit/blocks/stats/four/index.tsx",
          "type": "registry:component",
          "target": "components/stats-four.tsx"
        }
      ]
    },
    {
      "name": "mist-team-1",
      "type": "registry:block",
      "title": "Team section block",
      "description": "Mist Kit Team section block, variant one",
      "registryDependencies": [
        "avatar",
        "button"
      ],
      "files": [
        {
          "path": "../../packages/mist-kit/blocks/team/one/index.tsx",
          "type": "registry:component",
          "target": "components/team-section-one.tsx"
        }
      ]
    },
    {
      "name": "mist-team-2",
      "type": "registry:block",
      "title": "Team section block",
      "description": "Mist Kit Team section block, variant two",
      "registryDependencies": [
        "avatar",
        "button",
        "hover-card"
      ],
      "files": [
        {
          "path": "../../packages/mist-kit/blocks/team/two/index.tsx",
          "type": "registry:component",
          "target": "components/team-section-two.tsx"
        }
      ]
    },
    {
      "name": "mist-testimonials-1",
      "type": "registry:block",
      "title": "Testimonials One",
      "description": "Mist Kit Testimonials block, variant one",
      "files": [
        {
          "path": "../../packages/mist-kit/blocks/testimonials/one/index.tsx",
          "type": "registry:component",
          "target": "components/testimonials-one.tsx"
        }
      ]
    },
    {
      "name": "mist-testimonials-2",
      "type": "registry:block",
      "title": "Testimonials Two",
      "description": "Mist Kit Testimonials block, variant two",
      "registryDependencies": [
        "avatar"
      ],
      "files": [
        {
          "path": "../../packages/mist-kit/blocks/testimonials/two/index.tsx",
          "type": "registry:component",
          "target": "components/testimonials-two.tsx"
        }
      ]
    },
    {
      "name": "mist-testimonials-3",
      "type": "registry:block",
      "title": "Testimonials Three",
      "description": "Mist Kit Testimonials block, variant three",
      "registryDependencies": [
        "avatar"
      ],
      "files": [
        {
          "path": "../../packages/mist-kit/blocks/testimonials/three/index.tsx",
          "type": "registry:component",
          "target": "components/testimonials-three.tsx"
        }
      ]
    },
    {
      "name": "mist-testimonials-4",
      "type": "registry:block",
      "title": "Testimonials Four",
      "description": "Mist Kit Testimonials block, variant four",
      "registryDependencies": [
        "avatar"
      ],
      "files": [
        {
          "path": "../../packages/mist-kit/blocks/testimonials/four/index.tsx",
          "type": "registry:component",
          "target": "components/testimonials-four.tsx"
        }
      ]
    },
    {
      "name": "mist-testimonials-5",
      "type": "registry:block",
      "title": "Testimonials Five",
      "description": "Mist Kit Testimonials block, variant five",
      "registryDependencies": [
        "avatar"
      ],
      "files": [
        {
          "path": "../../packages/mist-kit/blocks/testimonials/five/index.tsx",
          "type": "registry:component",
          "target": "components/testimonials-five.tsx"
        }
      ]
    },
    {
      "name": "veil-beacon",
      "type": "registry:ui",
      "title": "Beacon logo",
      "description": "Shadcn/ui beacon svg logo",
      "files": [
        {
          "path": "../../packages/veil-kit/components/ui/svgs/beacon.tsx",
          "type": "registry:ui",
          "target": "components/ui/svgs/beacon.tsx"
        }
      ]
    },
    {
      "name": "veil-bolt",
      "type": "registry:ui",
      "title": "Bolt logo",
      "description": "Shadcn/ui bolt svg logo",
      "files": [
        {
          "path": "../../packages/veil-kit/components/ui/svgs/bolt.tsx",
          "type": "registry:ui",
          "target": "components/ui/svgs/bolt.tsx"
        }
      ]
    },
    {
      "name": "veil-cisco",
      "type": "registry:ui",
      "title": "Cisco logo",
      "description": "Shadcn/ui cisco svg logo",
      "files": [
        {
          "path": "../../packages/veil-kit/components/ui/svgs/cisco.tsx",
          "type": "registry:ui",
          "target": "components/ui/svgs/cisco.tsx"
        }
      ]
    },
    {
      "name": "veil-claude",
      "type": "registry:ui",
      "title": "Claude logo",
      "description": "Shadcn/ui claude svg logo",
      "files": [
        {
          "path": "../../packages/veil-kit/components/ui/svgs/claude.tsx",
          "type": "registry:ui",
          "target": "components/ui/svgs/claude.tsx"
        }
      ]
    },
    {
      "name": "veil-clerk",
      "type": "registry:ui",
      "title": "Clerk logo",
      "description": "Shadcn/ui clerk svg logo",
      "files": [
        {
          "path": "../../packages/veil-kit/components/ui/svgs/clerk.tsx",
          "type": "registry:ui",
          "target": "components/ui/svgs/clerk.tsx"
        }
      ]
    },
    {
      "name": "veil-figma",
      "type": "registry:ui",
      "title": "Figma logo",
      "description": "Shadcn/ui figma svg logo",
      "files": [
        {
          "path": "../../packages/veil-kit/components/ui/svgs/figma.tsx",
          "type": "registry:ui",
          "target": "components/ui/svgs/figma.tsx"
        }
      ]
    },
    {
      "name": "veil-firebase",
      "type": "registry:ui",
      "title": "Firebase logo",
      "description": "Shadcn/ui firebase svg logo",
      "files": [
        {
          "path": "../../packages/veil-kit/components/ui/svgs/firebase.tsx",
          "type": "registry:ui",
          "target": "components/ui/svgs/firebase.tsx"
        }
      ]
    },
    {
      "name": "veil-hulu",
      "type": "registry:ui",
      "title": "Hulu logo",
      "description": "Shadcn/ui hulu svg logo",
      "files": [
        {
          "path": "../../packages/veil-kit/components/ui/svgs/hulu.tsx",
          "type": "registry:ui",
          "target": "components/ui/svgs/hulu.tsx"
        }
      ]
    },
    {
      "name": "veil-linear",
      "type": "registry:ui",
      "title": "Linear logo",
      "description": "Shadcn/ui linear svg logo",
      "files": [
        {
          "path": "../../packages/veil-kit/components/ui/svgs/linear.tsx",
          "type": "registry:ui",
          "target": "components/ui/svgs/linear.tsx"
        }
      ]
    },
    {
      "name": "veil-slack",
      "type": "registry:ui",
      "title": "Slack logo",
      "description": "Shadcn/ui slack svg logo",
      "files": [
        {
          "path": "../../packages/veil-kit/components/ui/svgs/slack.tsx",
          "type": "registry:ui",
          "target": "components/ui/svgs/slack.tsx"
        }
      ]
    },
    {
      "name": "veil-spotify",
      "type": "registry:ui",
      "title": "Spotify logo",
      "description": "Shadcn/ui spotify svg logo",
      "files": [
        {
          "path": "../../packages/veil-kit/components/ui/svgs/spotify.tsx",
          "type": "registry:ui",
          "target": "components/ui/svgs/spotify.tsx"
        }
      ]
    },
    {
      "name": "veil-supabase",
      "type": "registry:ui",
      "title": "Supabase logo",
      "description": "Shadcn/ui supabase svg logo",
      "files": [
        {
          "path": "../../packages/veil-kit/components/ui/svgs/supabase.tsx",
          "type": "registry:ui",
          "target": "components/ui/svgs/supabase.tsx"
        }
      ]
    },
    {
      "name": "veil-twilio",
      "type": "registry:ui",
      "title": "Twilio logo",
      "description": "Shadcn/ui twilio svg logo",
      "files": [
        {
          "path": "../../packages/veil-kit/components/ui/svgs/twilio.tsx",
          "type": "registry:ui",
          "target": "components/ui/svgs/twilio.tsx"
        }
      ]
    },
    {
      "name": "veil-vercel",
      "type": "registry:ui",
      "title": "Vercel logo",
      "description": "Shadcn/ui vercel svg logo",
      "files": [
        {
          "path": "../../packages/veil-kit/components/ui/svgs/vercel.tsx",
          "type": "registry:ui",
          "target": "components/ui/svgs/vercel.tsx"
        }
      ]
    },
    {
      "name": "veil-logo",
      "type": "registry:ui",
      "title": "Veil logo",
      "description": "Tailark Veil logo",
      "files": [
        {
          "path": "../../packages/veil-kit/components/logo.tsx",
          "type": "registry:ui",
          "target": "components/logo.tsx"
        }
      ]
    },
    {
      "name": "veil-button",
      "type": "registry:ui",
      "title": "Button",
      "description": "Tailark Veil button component",
      "dependencies": [
        "class-variance-authority",
        "@radix-ui/react-slot"
      ],
      "files": [
        {
          "path": "../../packages/veil-kit/components/ui/button.tsx",
          "type": "registry:ui",
          "target": "components/ui/button.tsx"
        }
      ]
    },
    {
      "name": "veil-card",
      "type": "registry:ui",
      "title": "Card",
      "description": "Tailark Veil card component",
      "dependencies": [
        "class-variance-authority"
      ],
      "files": [
        {
          "path": "../../packages/veil-kit/components/ui/card.tsx",
          "type": "registry:ui",
          "target": "components/ui/card.tsx"
        }
      ]
    },
    {
      "name": "veil-input",
      "type": "registry:ui",
      "title": "Input",
      "description": "Tailark Veil input component",
      "files": [
        {
          "path": "../../packages/veil-kit/components/ui/input.tsx",
          "type": "registry:ui",
          "target": "components/ui/input.tsx"
        }
      ]
    },
    {
      "name": "veil-textarea",
      "type": "registry:ui",
      "title": "Textarea",
      "description": "Tailark Veil textarea component",
      "files": [
        {
          "path": "../../packages/veil-kit/components/ui/textarea.tsx",
          "type": "registry:ui",
          "target": "components/ui/textarea.tsx"
        }
      ]
    },
    {
      "name": "veil-call-to-action-1",
      "type": "registry:block",
      "title": "Call To Action 1",
      "description": "Tailark Veil call-to-action block",
      "files": [
        {
          "path": "../../packages/veil-kit/blocks/call-to-action/one/index.tsx",
          "type": "registry:component",
          "target": "components/call-to-action-1.tsx"
        }
      ],
      "registryDependencies": [
        "@tailark/veil-button"
      ]
    },
    {
      "name": "veil-call-to-action-2",
      "type": "registry:block",
      "title": "Call To Action 2",
      "description": "Tailark Veil call-to-action block",
      "files": [
        {
          "path": "../../packages/veil-kit/blocks/call-to-action/two/index.tsx",
          "type": "registry:component",
          "target": "components/call-to-action-2.tsx"
        }
      ],
      "registryDependencies": [
        "@tailark/veil-button",
        "@tailark/veil-card"
      ]
    },
    {
      "name": "veil-call-to-action-3",
      "type": "registry:block",
      "title": "Call To Action 3",
      "description": "Tailark Veil call-to-action block",
      "files": [
        {
          "path": "../../packages/veil-kit/blocks/call-to-action/three/index.tsx",
          "type": "registry:component",
          "target": "components/call-to-action-3.tsx"
        }
      ],
      "registryDependencies": [
        "@tailark/veil-button"
      ]
    },
    {
      "name": "veil-call-to-action-4",
      "type": "registry:block",
      "title": "Call To Action 4",
      "description": "Tailark Veil call-to-action block",
      "files": [
        {
          "path": "../../packages/veil-kit/blocks/call-to-action/four/index.tsx",
          "type": "registry:component",
          "target": "components/call-to-action-4.tsx"
        }
      ],
      "registryDependencies": [
        "@tailark/veil-button",
        "@tailark/veil-card"
      ]
    },
    {
      "name": "veil-comparator-1",
      "type": "registry:block",
      "title": "Comparator 1",
      "description": "Tailark Veil comparator block",
      "files": [
        {
          "path": "../../packages/veil-kit/blocks/comparator/one/index.tsx",
          "type": "registry:component",
          "target": "components/comparator-1.tsx"
        }
      ],
      "registryDependencies": [
        "@tailark/veil-button",
        "@tailark/veil-card"
      ]
    },
    {
      "name": "veil-comparator-2",
      "type": "registry:block",
      "title": "Comparator 2",
      "description": "Tailark Veil comparator block",
      "files": [
        {
          "path": "../../packages/veil-kit/blocks/comparator/two/index.tsx",
          "type": "registry:component",
          "target": "components/comparator-2.tsx"
        }
      ],
      "registryDependencies": [
        "@tailark/veil-button",
        "@tailark/veil-card"
      ]
    },
    {
      "name": "veil-comparator-3",
      "type": "registry:block",
      "title": "Comparator 3",
      "description": "Tailark Veil comparator block",
      "files": [
        {
          "path": "../../packages/veil-kit/blocks/comparator/three/index.tsx",
          "type": "registry:component",
          "target": "components/comparator-3.tsx"
        }
      ],
      "registryDependencies": [
        "@tailark/veil-button",
        "@tailark/veil-card"
      ]
    },
    {
      "name": "veil-contact-1",
      "type": "registry:block",
      "title": "Contact 1",
      "description": "Tailark Veil contact block",
      "files": [
        {
          "path": "../../packages/veil-kit/blocks/contact/one/index.tsx",
          "type": "registry:component",
          "target": "components/contact-1.tsx"
        }
      ],
      "registryDependencies": [
        "@tailark/veil-button",
        "@tailark/veil-card",
        "@tailark/veil-input",
        "@tailark/veil-textarea",
        "@shadcn/label"
      ]
    },
    {
      "name": "veil-contact-2",
      "type": "registry:block",
      "title": "Contact 2",
      "description": "Tailark Veil contact block",
      "files": [
        {
          "path": "../../packages/veil-kit/blocks/contact/two/index.tsx",
          "type": "registry:component",
          "target": "components/contact-2.tsx"
        }
      ],
      "registryDependencies": [
        "@tailark/veil-button",
        "@tailark/veil-card",
        "@tailark/veil-input",
        "@tailark/veil-textarea",
        "@shadcn/label",
        "@shadcn/select"
      ]
    },
    {
      "name": "veil-content-1",
      "type": "registry:block",
      "title": "Content 1",
      "description": "Tailark Veil content block",
      "files": [
        {
          "path": "../../packages/veil-kit/blocks/content/one/index.tsx",
          "type": "registry:component",
          "target": "components/content-1.tsx"
        }
      ]
    },
    {
      "name": "veil-content-2",
      "type": "registry:block",
      "title": "Content 2",
      "description": "Tailark Veil content block",
      "files": [
        {
          "path": "../../packages/veil-kit/blocks/content/two/index.tsx",
          "type": "registry:component",
          "target": "components/content-2.tsx"
        }
      ]
    },
    {
      "name": "veil-content-3",
      "type": "registry:block",
      "title": "Content 3",
      "description": "Tailark Veil content block",
      "files": [
        {
          "path": "../../packages/veil-kit/blocks/content/three/index.tsx",
          "type": "registry:component",
          "target": "components/content-3.tsx"
        }
      ]
    },
    {
      "name": "veil-faqs-1",
      "type": "registry:block",
      "title": "Faqs 1",
      "description": "Tailark Veil faqs block",
      "files": [
        {
          "path": "../../packages/veil-kit/blocks/faqs/one/index.tsx",
          "type": "registry:component",
          "target": "components/faqs-1.tsx"
        }
      ],
      "registryDependencies": [
        "@tailark/veil-card",
        "@shadcn/accordion"
      ]
    },
    {
      "name": "veil-faqs-2",
      "type": "registry:block",
      "title": "Faqs 2",
      "description": "Tailark Veil faqs block",
      "files": [
        {
          "path": "../../packages/veil-kit/blocks/faqs/two/index.tsx",
          "type": "registry:component",
          "target": "components/faqs-2.tsx"
        }
      ],
      "registryDependencies": [
        "@shadcn/accordion"
      ]
    },
    {
      "name": "veil-faqs-3",
      "type": "registry:block",
      "title": "Faqs 3",
      "description": "Tailark Veil faqs block",
      "files": [
        {
          "path": "../../packages/veil-kit/blocks/faqs/three/index.tsx",
          "type": "registry:component",
          "target": "components/faqs-3.tsx"
        }
      ],
      "registryDependencies": [
        "@shadcn/accordion"
      ]
    },
    {
      "name": "veil-faqs-4",
      "type": "registry:block",
      "title": "Faqs 4",
      "description": "Tailark Veil faqs block",
      "files": [
        {
          "path": "../../packages/veil-kit/blocks/faqs/four/index.tsx",
          "type": "registry:component",
          "target": "components/faqs-4.tsx"
        }
      ],
      "registryDependencies": [
        "@tailark/veil-card"
      ]
    },
    {
      "name": "veil-faqs-5",
      "type": "registry:block",
      "title": "Faqs 5",
      "description": "Tailark Veil faqs block",
      "files": [
        {
          "path": "../../packages/veil-kit/blocks/faqs/five/index.tsx",
          "type": "registry:component",
          "target": "components/faqs-5.tsx"
        }
      ],
      "registryDependencies": [
        "@tailark/veil-card",
        "@shadcn/accordion"
      ]
    },
    {
      "name": "veil-features-1",
      "type": "registry:block",
      "title": "Features 1",
      "description": "Tailark Veil features block",
      "files": [
        {
          "path": "../../packages/veil-kit/blocks/features/one/index.tsx",
          "type": "registry:component",
          "target": "components/features-1.tsx"
        }
      ],
      "registryDependencies": [
        "@tailark/veil-card",
        "@tailark/veil-clerk",
        "@tailark/veil-firebase",
        "@tailark/veil-linear",
        "@tailark/veil-slack",
        "@tailark/veil-supabase",
        "@tailark/veil-vercel"
      ]
    },
    {
      "name": "veil-features-2",
      "type": "registry:block",
      "title": "Features 2",
      "description": "Tailark Veil features block",
      "files": [
        {
          "path": "../../packages/veil-kit/blocks/features/two/index.tsx",
          "type": "registry:component",
          "target": "components/features-2.tsx"
        }
      ],
      "registryDependencies": [
        "@tailark/veil-card",
        "@tailark/veil-clerk",
        "@tailark/veil-firebase",
        "@tailark/veil-linear",
        "@tailark/veil-slack",
        "@tailark/veil-supabase",
        "@tailark/veil-vercel"
      ]
    },
    {
      "name": "veil-features-3",
      "type": "registry:block",
      "title": "Features 3",
      "description": "Tailark Veil features block",
      "files": [
        {
          "path": "../../packages/veil-kit/blocks/features/three/index.tsx",
          "type": "registry:component",
          "target": "components/features-3.tsx"
        }
      ],
      "registryDependencies": [
        "@tailark/veil-button",
        "@tailark/veil-clerk",
        "@tailark/veil-firebase",
        "@tailark/veil-linear",
        "@tailark/veil-slack",
        "@tailark/veil-supabase",
        "@tailark/veil-vercel"
      ]
    },
    {
      "name": "veil-footer-1",
      "type": "registry:block",
      "title": "Footer 1",
      "description": "Tailark Veil footer block",
      "files": [
        {
          "path": "../../packages/veil-kit/blocks/footer/one/index.tsx",
          "type": "registry:component",
          "target": "components/footer-1.tsx"
        }
      ],
      "registryDependencies": [
        "@tailark/veil-logo"
      ]
    },
    {
      "name": "veil-footer-2",
      "type": "registry:block",
      "title": "Footer 2",
      "description": "Tailark Veil footer block",
      "files": [
        {
          "path": "../../packages/veil-kit/blocks/footer/two/index.tsx",
          "type": "registry:component",
          "target": "components/footer-2.tsx"
        }
      ],
      "registryDependencies": [
        "@tailark/veil-logo"
      ]
    },
    {
      "name": "veil-footer-3",
      "type": "registry:block",
      "title": "Footer 3",
      "description": "Tailark Veil footer block",
      "files": [
        {
          "path": "../../packages/veil-kit/blocks/footer/three/index.tsx",
          "type": "registry:component",
          "target": "components/footer-3.tsx"
        }
      ],
      "registryDependencies": [
        "@tailark/veil-logo"
      ]
    },
    {
      "name": "veil-footer-4",
      "type": "registry:block",
      "title": "Footer 4",
      "description": "Tailark Veil footer block",
      "files": [
        {
          "path": "../../packages/veil-kit/blocks/footer/four/index.tsx",
          "type": "registry:component",
          "target": "components/footer-4.tsx"
        }
      ],
      "registryDependencies": [
        "@tailark/veil-logo"
      ]
    },
    {
      "name": "veil-footer-5",
      "type": "registry:block",
      "title": "Footer 5",
      "description": "Tailark Veil footer block",
      "files": [
        {
          "path": "../../packages/veil-kit/blocks/footer/five/index.tsx",
          "type": "registry:component",
          "target": "components/footer-5.tsx"
        },
        {
          "path": "../../packages/veil-kit/blocks/footer/five/theme-switcher.tsx",
          "type": "registry:component",
          "target": "components/theme-switcher.tsx"
        }
      ],
      "registryDependencies": [
        "@tailark/veil-button",
        "@tailark/veil-logo"
      ],
      "dependencies": [
        "next-themes"
      ]
    },
    {
      "name": "veil-footer-6",
      "type": "registry:block",
      "title": "Footer 6",
      "description": "Tailark Veil footer block",
      "files": [
        {
          "path": "../../packages/veil-kit/blocks/footer/six/index.tsx",
          "type": "registry:component",
          "target": "components/footer-6.tsx"
        },
        {
          "path": "../../packages/veil-kit/blocks/footer/six/social-medias.tsx",
          "type": "registry:component",
          "target": "components/social-medias.tsx"
        },
        {
          "path": "../../packages/veil-kit/blocks/footer/six/theme-switcher.tsx",
          "type": "registry:component",
          "target": "components/theme-switcher.tsx"
        }
      ],
      "registryDependencies": [
        "@tailark/veil-button",
        "@tailark/veil-logo"
      ],
      "dependencies": [
        "next-themes"
      ]
    },
    {
      "name": "veil-forgot-password-1",
      "type": "registry:block",
      "title": "Forgot Password 1",
      "description": "Tailark Veil forgot-password block",
      "files": [
        {
          "path": "../../packages/veil-kit/blocks/forgot-password/one/index.tsx",
          "type": "registry:component",
          "target": "components/forgot-password-1.tsx"
        }
      ],
      "registryDependencies": [
        "@tailark/veil-button",
        "@tailark/veil-card",
        "@tailark/veil-input",
        "@tailark/veil-logo",
        "@shadcn/label"
      ]
    },
    {
      "name": "veil-forgot-password-2",
      "type": "registry:block",
      "title": "Forgot Password 2",
      "description": "Tailark Veil forgot-password block",
      "files": [
        {
          "path": "../../packages/veil-kit/blocks/forgot-password/two/index.tsx",
          "type": "registry:component",
          "target": "components/forgot-password-2.tsx"
        }
      ],
      "registryDependencies": [
        "@tailark/veil-button",
        "@tailark/veil-input",
        "@tailark/veil-logo",
        "@shadcn/label"
      ]
    },
    {
      "name": "veil-forgot-password-3",
      "type": "registry:block",
      "title": "Forgot Password 3",
      "description": "Tailark Veil forgot-password block",
      "files": [
        {
          "path": "../../packages/veil-kit/blocks/forgot-password/three/index.tsx",
          "type": "registry:component",
          "target": "components/forgot-password-3.tsx"
        }
      ],
      "registryDependencies": [
        "@tailark/veil-button",
        "@tailark/veil-input",
        "@tailark/veil-logo",
        "@shadcn/label"
      ]
    },
    {
      "name": "veil-hero-section-1",
      "type": "registry:block",
      "title": "Hero Section 1",
      "description": "Tailark Veil hero-section block",
      "files": [
        {
          "path": "../../packages/veil-kit/blocks/hero-section/one/header.tsx",
          "type": "registry:component",
          "target": "components/header.tsx"
        },
        {
          "path": "../../packages/veil-kit/blocks/hero-section/one/index.tsx",
          "type": "registry:component",
          "target": "components/hero-section-1.tsx"
        }
      ],
      "registryDependencies": [
        "@tailark/veil-button",
        "@tailark/veil-card",
        "@tailark/veil-claude",
        "@tailark/veil-clerk",
        "@tailark/veil-figma",
        "@tailark/veil-firebase",
        "@tailark/veil-linear",
        "@tailark/veil-logo",
        "@tailark/veil-slack",
        "@tailark/veil-supabase",
        "@tailark/veil-twilio",
        "@tailark/veil-vercel"
      ]
    },
    {
      "name": "veil-hero-section-2",
      "type": "registry:block",
      "title": "Hero Section 2",
      "description": "Tailark Veil hero-section block",
      "files": [
        {
          "path": "../../packages/veil-kit/blocks/hero-section/two/header.tsx",
          "type": "registry:component",
          "target": "components/header.tsx"
        },
        {
          "path": "../../packages/core/src/hooks/use-media.ts",
          "type": "registry:hook",
          "target": "hooks/use-media.ts"
        },
        {
          "path": "../../packages/veil-kit/blocks/hero-section/two/index.tsx",
          "type": "registry:component",
          "target": "components/hero-section-2.tsx"
        }
      ],
      "registryDependencies": [
        "@tailark/veil-button",
        "@tailark/veil-card",
        "@tailark/veil-claude",
        "@tailark/veil-clerk",
        "@tailark/veil-figma",
        "@tailark/veil-firebase",
        "@tailark/veil-linear",
        "@tailark/veil-logo",
        "@tailark/veil-slack",
        "@tailark/veil-supabase",
        "@tailark/veil-twilio",
        "@tailark/veil-vercel"
      ],
      "dependencies": [
        "motion"
      ]
    },
    {
      "name": "veil-hero-section-3",
      "type": "registry:block",
      "title": "Hero Section 3",
      "description": "Tailark Veil hero-section block",
      "files": [
        {
          "path": "../../packages/veil-kit/blocks/hero-section/three/header.tsx",
          "type": "registry:component",
          "target": "components/header.tsx"
        },
        {
          "path": "../../packages/veil-kit/blocks/hero-section/three/index.tsx",
          "type": "registry:component",
          "target": "components/hero-section-3.tsx"
        }
      ],
      "registryDependencies": [
        "@tailark/veil-button",
        "@tailark/veil-card",
        "@tailark/veil-claude",
        "@tailark/veil-clerk",
        "@tailark/veil-figma",
        "@tailark/veil-firebase",
        "@tailark/veil-linear",
        "@tailark/veil-logo",
        "@tailark/veil-slack",
        "@tailark/veil-supabase",
        "@tailark/veil-twilio",
        "@tailark/veil-vercel"
      ]
    },
    {
      "name": "veil-hero-section-4",
      "type": "registry:block",
      "title": "Hero Section 4",
      "description": "Tailark Veil hero-section block",
      "files": [
        {
          "path": "../../packages/veil-kit/blocks/hero-section/four/header.tsx",
          "type": "registry:component",
          "target": "components/header.tsx"
        },
        {
          "path": "../../packages/core/src/hooks/use-media.ts",
          "type": "registry:hook",
          "target": "hooks/use-media.ts"
        },
        {
          "path": "../../packages/veil-kit/blocks/hero-section/four/index.tsx",
          "type": "registry:component",
          "target": "components/hero-section-4.tsx"
        }
      ],
      "registryDependencies": [
        "@tailark/veil-button",
        "@tailark/veil-logo"
      ],
      "dependencies": [
        "motion"
      ]
    },
    {
      "name": "veil-hero-section-5",
      "type": "registry:block",
      "title": "Hero Section 5",
      "description": "Tailark Veil hero-section block",
      "files": [
        {
          "path": "../../packages/veil-kit/blocks/hero-section/five/index.tsx",
          "type": "registry:component",
          "target": "components/hero-section-5.tsx"
        }
      ],
      "registryDependencies": [
        "@tailark/veil-button",
        "@tailark/veil-logo"
      ]
    },
    {
      "name": "veil-integrations-1",
      "type": "registry:block",
      "title": "Integrations 1",
      "description": "Tailark Veil integrations block",
      "files": [
        {
          "path": "../../packages/veil-kit/blocks/integrations/one/index.tsx",
          "type": "registry:component",
          "target": "components/integrations-1.tsx"
        }
      ],
      "registryDependencies": [
        "@tailark/veil-button",
        "@tailark/veil-clerk",
        "@tailark/veil-firebase",
        "@tailark/veil-linear",
        "@tailark/veil-logo",
        "@tailark/veil-slack",
        "@tailark/veil-supabase",
        "@tailark/veil-vercel"
      ]
    },
    {
      "name": "veil-integrations-2",
      "type": "registry:block",
      "title": "Integrations 2",
      "description": "Tailark Veil integrations block",
      "files": [
        {
          "path": "../../packages/veil-kit/blocks/integrations/two/index.tsx",
          "type": "registry:component",
          "target": "components/integrations-2.tsx"
        }
      ],
      "registryDependencies": [
        "@tailark/veil-button",
        "@tailark/veil-clerk",
        "@tailark/veil-firebase",
        "@tailark/veil-linear",
        "@tailark/veil-logo",
        "@tailark/veil-slack",
        "@tailark/veil-supabase",
        "@tailark/veil-vercel"
      ]
    },
    {
      "name": "veil-login-1",
      "type": "registry:block",
      "title": "Login 1",
      "description": "Tailark Veil login block",
      "files": [
        {
          "path": "../../packages/veil-kit/blocks/login/one/index.tsx",
          "type": "registry:component",
          "target": "components/login-1.tsx"
        }
      ],
      "registryDependencies": [
        "@tailark/veil-button",
        "@tailark/veil-card",
        "@tailark/veil-input",
        "@tailark/veil-logo",
        "@shadcn/label"
      ]
    },
    {
      "name": "veil-login-2",
      "type": "registry:block",
      "title": "Login 2",
      "description": "Tailark Veil login block",
      "files": [
        {
          "path": "../../packages/veil-kit/blocks/login/two/index.tsx",
          "type": "registry:component",
          "target": "components/login-2.tsx"
        }
      ],
      "registryDependencies": [
        "@tailark/veil-button",
        "@tailark/veil-input",
        "@tailark/veil-logo",
        "@shadcn/label"
      ]
    },
    {
      "name": "veil-login-3",
      "type": "registry:block",
      "title": "Login 3",
      "description": "Tailark Veil login block",
      "files": [
        {
          "path": "../../packages/veil-kit/blocks/login/three/index.tsx",
          "type": "registry:component",
          "target": "components/login-3.tsx"
        }
      ],
      "registryDependencies": [
        "@tailark/veil-button",
        "@tailark/veil-input",
        "@tailark/veil-logo",
        "@shadcn/label"
      ]
    },
    {
      "name": "veil-logo-cloud-1",
      "type": "registry:block",
      "title": "Logo Cloud 1",
      "description": "Tailark Veil logo-cloud block",
      "files": [
        {
          "path": "../../packages/veil-kit/blocks/logo-cloud/one/index.tsx",
          "type": "registry:component",
          "target": "components/logo-cloud-1.tsx"
        }
      ],
      "registryDependencies": [
        "@tailark/veil-beacon",
        "@tailark/veil-bolt",
        "@tailark/veil-cisco",
        "@tailark/veil-hulu",
        "@tailark/veil-linear",
        "@tailark/veil-spotify",
        "@tailark/veil-supabase",
        "@tailark/veil-vercel"
      ]
    },
    {
      "name": "veil-logo-cloud-2",
      "type": "registry:block",
      "title": "Logo Cloud 2",
      "description": "Tailark Veil logo-cloud block",
      "files": [
        {
          "path": "../../packages/veil-kit/blocks/logo-cloud/two/index.tsx",
          "type": "registry:component",
          "target": "components/logo-cloud-2.tsx"
        }
      ],
      "registryDependencies": [
        "@tailark/veil-beacon",
        "@tailark/veil-bolt",
        "@tailark/veil-cisco",
        "@tailark/veil-hulu",
        "@tailark/veil-spotify",
        "@tailark/veil-supabase",
        "@tailark/veil-vercel"
      ],
      "dependencies": [
        "motion"
      ]
    },
    {
      "name": "veil-pricing-1",
      "type": "registry:block",
      "title": "Pricing 1",
      "description": "Tailark Veil pricing block",
      "files": [
        {
          "path": "../../packages/veil-kit/blocks/pricing/one/index.tsx",
          "type": "registry:component",
          "target": "components/pricing-1.tsx"
        }
      ],
      "registryDependencies": [
        "@tailark/veil-button",
        "@tailark/veil-card"
      ]
    },
    {
      "name": "veil-pricing-2",
      "type": "registry:block",
      "title": "Pricing 2",
      "description": "Tailark Veil pricing block",
      "files": [
        {
          "path": "../../packages/veil-kit/blocks/pricing/two/index.tsx",
          "type": "registry:component",
          "target": "components/pricing-2.tsx"
        }
      ],
      "registryDependencies": [
        "@tailark/veil-button",
        "@tailark/veil-card"
      ]
    },
    {
      "name": "veil-pricing-3",
      "type": "registry:block",
      "title": "Pricing 3",
      "description": "Tailark Veil pricing block",
      "files": [
        {
          "path": "../../packages/veil-kit/blocks/pricing/three/index.tsx",
          "type": "registry:component",
          "target": "components/pricing-3.tsx"
        }
      ],
      "registryDependencies": [
        "@tailark/veil-button",
        "@tailark/veil-card"
      ]
    },
    {
      "name": "veil-sign-up-1",
      "type": "registry:block",
      "title": "Sign Up 1",
      "description": "Tailark Veil sign-up block",
      "files": [
        {
          "path": "../../packages/veil-kit/blocks/sign-up/one/index.tsx",
          "type": "registry:component",
          "target": "components/sign-up-1.tsx"
        }
      ],
      "registryDependencies": [
        "@tailark/veil-button",
        "@tailark/veil-card",
        "@tailark/veil-input",
        "@tailark/veil-logo",
        "@shadcn/label"
      ]
    },
    {
      "name": "veil-sign-up-2",
      "type": "registry:block",
      "title": "Sign Up 2",
      "description": "Tailark Veil sign-up block",
      "files": [
        {
          "path": "../../packages/veil-kit/blocks/sign-up/two/index.tsx",
          "type": "registry:component",
          "target": "components/sign-up-2.tsx"
        }
      ],
      "registryDependencies": [
        "@tailark/veil-button",
        "@tailark/veil-input",
        "@tailark/veil-logo",
        "@shadcn/label"
      ]
    },
    {
      "name": "veil-sign-up-3",
      "type": "registry:block",
      "title": "Sign Up 3",
      "description": "Tailark Veil sign-up block",
      "files": [
        {
          "path": "../../packages/veil-kit/blocks/sign-up/three/index.tsx",
          "type": "registry:component",
          "target": "components/sign-up-3.tsx"
        }
      ],
      "registryDependencies": [
        "@tailark/veil-button",
        "@tailark/veil-input",
        "@tailark/veil-logo",
        "@shadcn/label"
      ]
    },
    {
      "name": "veil-stats-1",
      "type": "registry:block",
      "title": "Stats 1",
      "description": "Tailark Veil stats block",
      "files": [
        {
          "path": "../../packages/veil-kit/blocks/stats/one/index.tsx",
          "type": "registry:component",
          "target": "components/stats-1.tsx"
        }
      ]
    },
    {
      "name": "veil-stats-2",
      "type": "registry:block",
      "title": "Stats 2",
      "description": "Tailark Veil stats block",
      "files": [
        {
          "path": "../../packages/veil-kit/blocks/stats/two/index.tsx",
          "type": "registry:component",
          "target": "components/stats-2.tsx"
        }
      ]
    },
    {
      "name": "veil-stats-3",
      "type": "registry:block",
      "title": "Stats 3",
      "description": "Tailark Veil stats block",
      "files": [
        {
          "path": "../../packages/veil-kit/blocks/stats/three/index.tsx",
          "type": "registry:component",
          "target": "components/stats-3.tsx"
        }
      ]
    },
    {
      "name": "veil-stats-4",
      "type": "registry:block",
      "title": "Stats 4",
      "description": "Tailark Veil stats block",
      "files": [
        {
          "path": "../../packages/veil-kit/blocks/stats/four/index.tsx",
          "type": "registry:component",
          "target": "components/stats-4.tsx"
        }
      ]
    },
    {
      "name": "veil-team-1",
      "type": "registry:block",
      "title": "Team 1",
      "description": "Tailark Veil team block",
      "files": [
        {
          "path": "../../packages/veil-kit/blocks/team/one/index.tsx",
          "type": "registry:component",
          "target": "components/team-1.tsx"
        }
      ]
    },
    {
      "name": "veil-team-2",
      "type": "registry:block",
      "title": "Team 2",
      "description": "Tailark Veil team block",
      "files": [
        {
          "path": "../../packages/veil-kit/blocks/team/two/index.tsx",
          "type": "registry:component",
          "target": "components/team-2.tsx"
        }
      ]
    },
    {
      "name": "veil-testimonials-1",
      "type": "registry:block",
      "title": "Testimonials 1",
      "description": "Tailark Veil testimonials block",
      "files": [
        {
          "path": "../../packages/veil-kit/blocks/testimonials/one/index.tsx",
          "type": "registry:component",
          "target": "components/testimonials-1.tsx"
        }
      ]
    },
    {
      "name": "veil-testimonials-2",
      "type": "registry:block",
      "title": "Testimonials 2",
      "description": "Tailark Veil testimonials block",
      "files": [
        {
          "path": "../../packages/veil-kit/blocks/testimonials/two/index.tsx",
          "type": "registry:component",
          "target": "components/testimonials-2.tsx"
        }
      ],
      "registryDependencies": [
        "@tailark/veil-card"
      ]
    },
    {
      "name": "veil-testimonials-3",
      "type": "registry:block",
      "title": "Testimonials 3",
      "description": "Tailark Veil testimonials block",
      "files": [
        {
          "path": "../../packages/veil-kit/blocks/testimonials/three/index.tsx",
          "type": "registry:component",
          "target": "components/testimonials-3.tsx"
        }
      ]
    },
    {
      "name": "veil-testimonials-4",
      "type": "registry:block",
      "title": "Testimonials 4",
      "description": "Tailark Veil testimonials block",
      "files": [
        {
          "path": "../../packages/veil-kit/blocks/testimonials/four/index.tsx",
          "type": "registry:component",
          "target": "components/testimonials-4.tsx"
        }
      ]
    }
  ]
}
