{
  "$schema": "https://ui.shadcn.com/schema/registry.json",
  "name": "Shadcn UI Blocks",
  "homepage": "https://www.shadcnui-blocks.com",
  "items": [
    {
      "name": "dot-pattern",
      "type": "registry:ui",
      "title": "Dot Pattern",
      "description": "A simple dot pattern",
      "files": [
        {
          "path": "src/components/ui/dot-pattern.tsx",
          "type": "registry:ui"
        }
      ]
    },
    {
      "name": "particles",
      "type": "registry:ui",
      "title": "Particles",
      "description": "A simple particles",
      "files": [
        {
          "path": "src/components/ui/particles.tsx",
          "type": "registry:ui"
        }
      ]
    },
    {
      "name": "animated-grid-pattern",
      "type": "registry:ui",
      "title": "Animated Grid Pattern",
      "description": "A simple animated grid pattern",
      "files": [
        {
          "path": "src/components/ui/animated-grid-pattern.tsx",
          "type": "registry:ui"
        }
      ]
    },
    {
      "name": "marquee",
      "type": "registry:ui",
      "title": "Marquee",
      "description": "A simple marquee",
      "files": [
        {
          "path": "src/components/ui/marquee.tsx",
          "type": "registry:ui"
        }
      ],
      "tailwind": {
        "config": {
          "theme": {
            "extend": {
              "animation": {
                "marquee": "marquee var(--duration) linear infinite",
                "marquee-vertical": "marquee-vertical var(--duration) linear infinite"
              },
              "keyframes": {
                "marquee": {
                  "from": {
                    "transform": "translateX(0)"
                  },
                  "to": {
                    "transform": "translateX(calc(-100% - var(--gap)))"
                  }
                },
                "marquee-vertical": {
                  "from": {
                    "transform": "translateY(0)"
                  },
                  "to": {
                    "transform": "translateY(calc(-100% - var(--gap)))"
                  }
                }
              }
            }
          }
        }
      }
    },
    {
      "name": "accordion-01",
      "type": "registry:component",
      "title": "Default Accordion",
      "description": "A default accordion component",
      "registryDependencies": [
        "accordion"
      ],
      "files": [
        {
          "path": "src/components/customized/accordion/accordion-01.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "accordion-02",
      "type": "registry:component",
      "title": "Outline Accordion",
      "description": "An outline styled accordion",
      "registryDependencies": [
        "accordion"
      ],
      "files": [
        {
          "path": "src/components/customized/accordion/accordion-02.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "accordion-03",
      "type": "registry:component",
      "title": "Box Accordion",
      "description": "A box styled accordion",
      "registryDependencies": [
        "accordion"
      ],
      "files": [
        {
          "path": "src/components/customized/accordion/accordion-03.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "accordion-04",
      "type": "registry:component",
      "title": "Contained Accordion",
      "description": "A contained accordion component",
      "registryDependencies": [
        "accordion"
      ],
      "files": [
        {
          "path": "src/components/customized/accordion/accordion-04.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "accordion-05",
      "type": "registry:component",
      "title": "Box Contained Accordion",
      "description": "A box-contained accordion component",
      "registryDependencies": [
        "accordion"
      ],
      "files": [
        {
          "path": "src/components/customized/accordion/accordion-05.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "accordion-06",
      "type": "registry:component",
      "title": "Tabs Accordion",
      "description": "A tabs-styled accordion component",
      "registryDependencies": [
        "accordion"
      ],
      "files": [
        {
          "path": "src/components/customized/accordion/accordion-06.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "accordion-07",
      "type": "registry:component",
      "title": "Highlight Active Item Accordion",
      "description": "An accordion that highlights the active item",
      "registryDependencies": [
        "accordion"
      ],
      "files": [
        {
          "path": "src/components/customized/accordion/accordion-07.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "accordion-08",
      "type": "registry:component",
      "title": "Multiple Expanded at a time Accordion",
      "description": "An accordion that allows multiple items to be expanded at once",
      "registryDependencies": [
        "accordion"
      ],
      "files": [
        {
          "path": "src/components/customized/accordion/accordion-08.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "accordion-09",
      "type": "registry:component",
      "title": "Expand Icon Accordion",
      "description": "An accordion with a custom expand icon",
      "dependencies": [
        "lucide-react",
        "radix-ui"
      ],
      "registryDependencies": [
        "accordion"
      ],
      "files": [
        {
          "path": "src/components/customized/accordion/accordion-09.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "accordion-10",
      "type": "registry:component",
      "title": "Icon Accordion",
      "description": "An accordion with icons",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "accordion"
      ],
      "files": [
        {
          "path": "src/components/customized/accordion/accordion-10.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "accordion-11",
      "type": "registry:component",
      "title": "Media Content Accordion",
      "description": "An accordion with media content",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "accordion"
      ],
      "files": [
        {
          "path": "src/components/customized/accordion/accordion-11.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "accordion-12",
      "type": "registry:component",
      "title": "Disabled Item Accordion",
      "description": "An accordion with disabled items",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "accordion"
      ],
      "files": [
        {
          "path": "src/components/customized/accordion/accordion-12.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "alert-01",
      "type": "registry:component",
      "title": "Primary Alert",
      "description": "A primary alert component",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "alert"
      ],
      "files": [
        {
          "path": "src/components/customized/alert/alert-01.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "alert-02",
      "type": "registry:component",
      "title": "Destructive Alert",
      "description": "A destructive alert component",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "alert"
      ],
      "files": [
        {
          "path": "src/components/customized/alert/alert-02.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "alert-03",
      "type": "registry:component",
      "title": "Success Alert",
      "description": "A success alert component",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "alert"
      ],
      "files": [
        {
          "path": "src/components/customized/alert/alert-03.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "alert-04",
      "type": "registry:component",
      "title": "Warning Alert",
      "description": "A warning alert component",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "alert"
      ],
      "files": [
        {
          "path": "src/components/customized/alert/alert-04.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "alert-05",
      "type": "registry:component",
      "title": "Info Alert",
      "description": "An info alert component",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "alert"
      ],
      "files": [
        {
          "path": "src/components/customized/alert/alert-05.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "alert-06",
      "type": "registry:component",
      "title": "Alert With Background",
      "description": "An alert with background component",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "alert"
      ],
      "files": [
        {
          "path": "src/components/customized/alert/alert-06.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "alert-07",
      "type": "registry:component",
      "title": "Soft Alert",
      "description": "A soft alert component",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "alert"
      ],
      "files": [
        {
          "path": "src/components/customized/alert/alert-07.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "alert-08",
      "type": "registry:component",
      "title": "Bootstrap Alert",
      "description": "A bootstrap-styled alert component",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "alert"
      ],
      "files": [
        {
          "path": "src/components/customized/alert/alert-08.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "alert-09",
      "type": "registry:component",
      "title": "Callout Alert",
      "description": "A callout alert component",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "alert"
      ],
      "files": [
        {
          "path": "src/components/customized/alert/alert-09.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "alert-10",
      "type": "registry:component",
      "title": "Alert With Actions",
      "description": "An alert with actions component",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "alert",
        "button"
      ],
      "files": [
        {
          "path": "src/components/customized/alert/alert-10.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "alert-dialog-01",
      "type": "registry:component",
      "title": "Default Alert Dialog",
      "description": "A default alert dialog component",
      "registryDependencies": [
        "alert-dialog",
        "button"
      ],
      "files": [
        {
          "path": "src/components/customized/alert-dialog/alert-dialog-01.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "alert-dialog-02",
      "type": "registry:component",
      "title": "Alert Dialog With Icon",
      "description": "An alert dialog with icon component",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "alert-dialog",
        "button"
      ],
      "files": [
        {
          "path": "src/components/customized/alert-dialog/alert-dialog-02.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "alert-dialog-03",
      "type": "registry:component",
      "title": "Destructive Alert Dialog",
      "description": "A destructive alert dialog component",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "alert-dialog",
        "button"
      ],
      "files": [
        {
          "path": "src/components/customized/alert-dialog/alert-dialog-03.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "alert-dialog-04",
      "type": "registry:component",
      "title": "Info Alert Dialog",
      "description": "An info alert dialog component",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "alert-dialog",
        "button",
        "badge"
      ],
      "files": [
        {
          "path": "src/components/customized/alert-dialog/alert-dialog-04.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "alert-dialog-05",
      "type": "registry:component",
      "title": "Customized Header Alert Dialog",
      "description": "An alert dialog with customized header",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "alert-dialog",
        "button"
      ],
      "files": [
        {
          "path": "src/components/customized/alert-dialog/alert-dialog-05.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "alert-dialog-06",
      "type": "registry:component",
      "title": "Customized Footer Alert Dialog",
      "description": "An alert dialog with customized footer",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "alert-dialog",
        "button"
      ],
      "files": [
        {
          "path": "src/components/customized/alert-dialog/alert-dialog-06.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "avatar-01",
      "type": "registry:component",
      "title": "Default Avatar",
      "description": "A default avatar component",
      "registryDependencies": [
        "avatar"
      ],
      "files": [
        {
          "path": "src/components/customized/avatar/avatar-01.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "avatar-02",
      "type": "registry:component",
      "title": "Clickable Avatar",
      "description": "A clickable avatar component",
      "registryDependencies": [
        "avatar"
      ],
      "files": [
        {
          "path": "src/components/customized/avatar/avatar-02.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "avatar-03",
      "type": "registry:component",
      "title": "Avatar with Tooltip",
      "description": "An avatar with tooltip component",
      "registryDependencies": [
        "avatar",
        "tooltip"
      ],
      "files": [
        {
          "path": "src/components/customized/avatar/avatar-03.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "avatar-04",
      "type": "registry:component",
      "title": "Avatar with Text",
      "description": "An avatar with text component",
      "registryDependencies": [
        "avatar"
      ],
      "files": [
        {
          "path": "src/components/customized/avatar/avatar-04.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "avatar-05",
      "type": "registry:component",
      "title": "Avatar with Hover Card",
      "description": "An avatar with hover card component",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "avatar",
        "hover-card"
      ],
      "files": [
        {
          "path": "src/components/customized/avatar/avatar-05.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "avatar-06",
      "type": "registry:component",
      "title": "Avatar Size",
      "description": "Different sizes of avatar component",
      "registryDependencies": [
        "avatar"
      ],
      "files": [
        {
          "path": "src/components/customized/avatar/avatar-06.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "avatar-07",
      "type": "registry:component",
      "title": "Avatar Color",
      "description": "Different colors of avatar component",
      "registryDependencies": [
        "avatar"
      ],
      "files": [
        {
          "path": "src/components/customized/avatar/avatar-07.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "avatar-08",
      "type": "registry:component",
      "title": "Avatar Shape",
      "description": "Different shapes of avatar component",
      "registryDependencies": [
        "avatar"
      ],
      "files": [
        {
          "path": "src/components/customized/avatar/avatar-08.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "avatar-09",
      "type": "registry:component",
      "title": "Avatar Fallback",
      "description": "Avatar with fallback component",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "avatar"
      ],
      "files": [
        {
          "path": "src/components/customized/avatar/avatar-09.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "avatar-10",
      "type": "registry:component",
      "title": "Avatar with Ring",
      "description": "Avatar with ring component",
      "registryDependencies": [
        "avatar"
      ],
      "files": [
        {
          "path": "src/components/customized/avatar/avatar-10.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "avatar-11",
      "type": "registry:component",
      "title": "Avatar Status",
      "description": "Avatar with status indicator component",
      "registryDependencies": [
        "avatar"
      ],
      "files": [
        {
          "path": "src/components/customized/avatar/avatar-11.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "avatar-12",
      "type": "registry:component",
      "title": "Avatar Group",
      "description": "Group of avatars component",
      "registryDependencies": [
        "avatar"
      ],
      "files": [
        {
          "path": "src/components/customized/avatar/avatar-12.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "avatar-13",
      "type": "registry:component",
      "title": "Avatar Group with Max",
      "description": "Group of avatars with maximum limit component",
      "registryDependencies": [
        "avatar"
      ],
      "files": [
        {
          "path": "src/components/customized/avatar/avatar-13.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "avatar-14",
      "type": "registry:component",
      "title": "Avatar Group with Max",
      "description": "Group of avatars with maximum limit component",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "avatar"
      ],
      "files": [
        {
          "path": "src/components/customized/avatar/avatar-14.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "avatar-15",
      "type": "registry:component",
      "title": "Avatar Group with Max",
      "description": "Group of avatars with maximum limit component",
      "registryDependencies": [
        "avatar"
      ],
      "files": [
        {
          "path": "src/components/customized/avatar/avatar-15.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "avatar-16",
      "type": "registry:component",
      "title": "Avatar Dropdown Menu",
      "description": "An avatar dropdown menu component",
      "registryDependencies": [
        "avatar",
        "dropdown-menu"
      ],
      "files": [
        {
          "path": "src/components/customized/avatar/avatar-16.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "badge-01",
      "type": "registry:component",
      "title": "Default Badge",
      "description": "A default badge component",
      "registryDependencies": [
        "badge"
      ],
      "files": [
        {
          "path": "src/components/customized/badge/badge-01.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "badge-02",
      "type": "registry:component",
      "title": "Secondary Badge",
      "description": "A secondary badge component",
      "registryDependencies": [
        "badge"
      ],
      "files": [
        {
          "path": "src/components/customized/badge/badge-02.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "badge-03",
      "type": "registry:component",
      "title": "Outline Badge",
      "description": "An outline badge component",
      "registryDependencies": [
        "badge"
      ],
      "files": [
        {
          "path": "src/components/customized/badge/badge-03.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "badge-04",
      "type": "registry:component",
      "title": "Destructive Badge",
      "description": "A destructive badge component",
      "registryDependencies": [
        "badge"
      ],
      "files": [
        {
          "path": "src/components/customized/badge/badge-04.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "badge-05",
      "type": "registry:component",
      "title": "Rounded Badge",
      "description": "A rounded badge component",
      "registryDependencies": [
        "badge"
      ],
      "files": [
        {
          "path": "src/components/customized/badge/badge-05.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "badge-06",
      "type": "registry:component",
      "title": "Gradient Badge",
      "description": "A gradient badge component",
      "registryDependencies": [
        "badge"
      ],
      "files": [
        {
          "path": "src/components/customized/badge/badge-06.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "badge-07",
      "type": "registry:component",
      "title": "Gradient Outline Badge",
      "description": "A gradient outline badge component",
      "registryDependencies": [
        "badge"
      ],
      "files": [
        {
          "path": "src/components/customized/badge/badge-07.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "badge-08",
      "type": "registry:component",
      "title": "Soft Badge",
      "description": "A soft badge component",
      "registryDependencies": [
        "badge"
      ],
      "files": [
        {
          "path": "src/components/customized/badge/badge-08.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "badge-09",
      "type": "registry:component",
      "title": "Status Badge",
      "description": "A status badge component",
      "registryDependencies": [
        "badge"
      ],
      "files": [
        {
          "path": "src/components/customized/badge/badge-09.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "badge-10",
      "type": "registry:component",
      "title": "Badge with Image",
      "description": "A badge with image component",
      "registryDependencies": [
        "badge"
      ],
      "files": [
        {
          "path": "src/components/customized/badge/badge-10.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "badge-11",
      "type": "registry:component",
      "title": "Badge with Icon",
      "description": "A badge with icon component",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "badge"
      ],
      "files": [
        {
          "path": "src/components/customized/badge/badge-11.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "badge-12",
      "type": "registry:component",
      "title": "Clickable Badge",
      "description": "A clickable badge component",
      "registryDependencies": [
        "badge"
      ],
      "files": [
        {
          "path": "src/components/customized/badge/badge-12.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "badge-13",
      "type": "registry:component",
      "title": "Clickable Link Badge",
      "description": "A clickable link badge component",
      "registryDependencies": [
        "badge"
      ],
      "files": [
        {
          "path": "src/components/customized/badge/badge-13.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "badge-14",
      "type": "registry:component",
      "title": "Badge with number",
      "description": "A badge with number component",
      "registryDependencies": [
        "badge"
      ],
      "files": [
        {
          "path": "src/components/customized/badge/badge-14.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "badge-15",
      "type": "registry:component",
      "title": "Plan features with badge",
      "description": "A plan features with badge component",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "badge"
      ],
      "files": [
        {
          "path": "src/components/customized/badge/badge-15.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "badge-16",
      "type": "registry:component",
      "title": "Tabs with badge",
      "description": "A tabs with badge component",
      "registryDependencies": [
        "badge",
        "tabs"
      ],
      "files": [
        {
          "path": "src/components/customized/badge/badge-16.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "badge-17",
      "type": "registry:component",
      "title": "Icon button",
      "description": "An icon button component",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "badge",
        "button"
      ],
      "files": [
        {
          "path": "src/components/customized/badge/badge-17.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "button-01",
      "type": "registry:component",
      "title": "Primary Button",
      "description": "A primary button component",
      "registryDependencies": [
        "button"
      ],
      "files": [
        {
          "path": "src/components/customized/button/button-01.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "button-02",
      "type": "registry:component",
      "title": "Secondary Button",
      "description": "A secondary button component",
      "registryDependencies": [
        "button"
      ],
      "files": [
        {
          "path": "src/components/customized/button/button-02.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "button-03",
      "type": "registry:component",
      "title": "Destructive Button",
      "description": "A destructive button component",
      "registryDependencies": [
        "button"
      ],
      "files": [
        {
          "path": "src/components/customized/button/button-03.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "button-04",
      "type": "registry:component",
      "title": "Outline Button",
      "description": "An outline button component",
      "registryDependencies": [
        "button"
      ],
      "files": [
        {
          "path": "src/components/customized/button/button-04.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "button-08",
      "type": "registry:component",
      "title": "Ghost Button",
      "description": "A ghost button component",
      "registryDependencies": [
        "button"
      ],
      "files": [
        {
          "path": "src/components/customized/button/button-08.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "button-17",
      "type": "registry:component",
      "title": "Full Width Button",
      "description": "A full width button component",
      "registryDependencies": [
        "button"
      ],
      "files": [
        {
          "path": "src/components/customized/button/button-17.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "button-18",
      "type": "registry:component",
      "title": "Button Group",
      "description": "A button group component",
      "registryDependencies": [
        "button"
      ],
      "files": [
        {
          "path": "src/components/customized/button/button-18.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "button-19",
      "type": "registry:component",
      "title": "Button Group 2",
      "description": "Another button group component",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "button"
      ],
      "files": [
        {
          "path": "src/components/customized/button/button-19.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "button-22",
      "type": "registry:component",
      "title": "Button with Tooltip",
      "description": "A button with tooltip component",
      "registryDependencies": [
        "button",
        "tooltip"
      ],
      "files": [
        {
          "path": "src/components/customized/button/button-22.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "button-16",
      "type": "registry:component",
      "title": "Theme Toggle Button",
      "description": "A theme toggle button component",
      "dependencies": [
        "lucide-react",
        "next-themes"
      ],
      "registryDependencies": [
        "button"
      ],
      "files": [
        {
          "path": "src/components/customized/button/button-16.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "button-20",
      "type": "registry:component",
      "title": "Copy Button",
      "description": "A copy button component",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "button"
      ],
      "files": [
        {
          "path": "src/components/customized/button/button-20.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "button-14",
      "type": "registry:component",
      "title": "Rounded Button",
      "description": "A rounded button component",
      "registryDependencies": [
        "button"
      ],
      "files": [
        {
          "path": "src/components/customized/button/button-14.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "button-15",
      "type": "registry:component",
      "title": "Toggle Button",
      "description": "A toggle button component",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "button"
      ],
      "files": [
        {
          "path": "src/components/customized/button/button-15.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "button-11",
      "type": "registry:component",
      "title": "Social Button",
      "description": "A social button component",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "button"
      ],
      "files": [
        {
          "path": "src/components/customized/button/button-11.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "button-12",
      "type": "registry:component",
      "title": "Social Login Button",
      "description": "A social login button component",
      "registryDependencies": [
        "button"
      ],
      "files": [
        {
          "path": "src/components/customized/button/button-12.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "button-07",
      "type": "registry:component",
      "title": "Split Button",
      "description": "A split button component",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "button",
        "dropdown-menu"
      ],
      "files": [
        {
          "path": "src/components/customized/button/button-07.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "button-06",
      "type": "registry:component",
      "title": "Loading Button",
      "description": "A loading button component",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "button"
      ],
      "files": [
        {
          "path": "src/components/customized/button/button-06.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "button-09",
      "type": "registry:component",
      "title": "Gradient Button",
      "description": "A gradient button component",
      "registryDependencies": [
        "button"
      ],
      "files": [
        {
          "path": "src/components/customized/button/button-09.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "button-05",
      "type": "registry:component",
      "title": "Icon Button",
      "description": "An icon button component",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "button"
      ],
      "files": [
        {
          "path": "src/components/customized/button/button-05.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "button-13",
      "type": "registry:component",
      "title": "Neon Button",
      "description": "A neon button component",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "button"
      ],
      "files": [
        {
          "path": "src/components/customized/button/button-13.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "button-23",
      "type": "registry:component",
      "title": "Button with Tap Animation",
      "description": "A button with tap animation component",
      "dependencies": [
        "lucide-react",
        "framer-motion"
      ],
      "registryDependencies": [
        "button"
      ],
      "files": [
        {
          "path": "src/components/customized/button/button-23.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "button-10",
      "type": "registry:component",
      "title": "Link Button",
      "description": "A link button component",
      "registryDependencies": [
        "button"
      ],
      "files": [
        {
          "path": "src/components/customized/button/button-10.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "button-21",
      "type": "registry:component",
      "title": "Button with Badge",
      "description": "A button with badge component",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "button"
      ],
      "files": [
        {
          "path": "src/components/customized/button/button-21.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "card-01",
      "type": "registry:component",
      "title": "Default Card",
      "description": "A default card component",
      "registryDependencies": [
        "card",
        "button",
        "input",
        "label",
        "select"
      ],
      "files": [
        {
          "path": "src/components/customized/card/card-01.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "card-02",
      "type": "registry:component",
      "title": "Card with Background",
      "description": "A card with background component",
      "registryDependencies": [
        "card",
        "button",
        "input",
        "label",
        "select"
      ],
      "files": [
        {
          "path": "src/components/customized/card/card-02.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "card-03",
      "type": "registry:component",
      "title": "Create Account Card",
      "description": "A create account card component",
      "registryDependencies": [
        "card",
        "button",
        "input",
        "label",
        "separator"
      ],
      "files": [
        {
          "path": "src/components/customized/card/card-03.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "card-07",
      "type": "registry:component",
      "title": "Product Card",
      "description": "A product card component",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "card",
        "button"
      ],
      "files": [
        {
          "path": "src/components/customized/card/card-07.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "card-04",
      "type": "registry:component",
      "title": "Banner Card",
      "description": "A banner card component",
      "registryDependencies": [
        "card",
        "button"
      ],
      "files": [
        {
          "path": "src/components/customized/card/card-04.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "card-05",
      "type": "registry:component",
      "title": "Pricing Card",
      "description": "A pricing card component",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "card",
        "button",
        "tooltip"
      ],
      "files": [
        {
          "path": "src/components/customized/card/card-05.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "card-08",
      "type": "registry:component",
      "title": "Testimonial Card",
      "description": "A testimonial card component",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "card",
        "avatar"
      ],
      "files": [
        {
          "path": "src/components/customized/card/card-08.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "card-06",
      "type": "registry:component",
      "title": "Post Card",
      "description": "A post card component",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "card",
        "button",
        "separator"
      ],
      "files": [
        {
          "path": "src/components/customized/card/card-06.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "checkbox-02",
      "type": "registry:component",
      "title": "Disabled Checkbox",
      "description": "A disabled checkbox component",
      "registryDependencies": [
        "checkbox"
      ],
      "files": [
        {
          "path": "src/components/customized/checkbox/checkbox-02.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "checkbox-01",
      "type": "registry:component",
      "title": "Checkbox with Text",
      "description": "A checkbox with text component",
      "registryDependencies": [
        "checkbox"
      ],
      "files": [
        {
          "path": "src/components/customized/checkbox/checkbox-01.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "checkbox-06",
      "type": "registry:component",
      "title": "Controlled Checkbox",
      "description": "A controlled checkbox component",
      "registryDependencies": [
        "checkbox"
      ],
      "files": [
        {
          "path": "src/components/customized/checkbox/checkbox-06.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "checkbox-03",
      "type": "registry:component",
      "title": "Indeterminate Checkbox",
      "description": "An indeterminate checkbox component",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "checkbox"
      ],
      "files": [
        {
          "path": "src/components/customized/checkbox/checkbox-03.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "checkbox-07",
      "type": "registry:component",
      "title": "Checkbox Colors",
      "description": "Different colors of checkbox component",
      "registryDependencies": [
        "checkbox"
      ],
      "files": [
        {
          "path": "src/components/customized/checkbox/checkbox-07.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "checkbox-08",
      "type": "registry:component",
      "title": "Checkbox Sizes",
      "description": "Different sizes of checkbox component",
      "registryDependencies": [
        "checkbox"
      ],
      "files": [
        {
          "path": "src/components/customized/checkbox/checkbox-08.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "checkbox-04",
      "type": "registry:component",
      "title": "Horizontal Checkbox Group",
      "description": "A horizontal checkbox group component",
      "registryDependencies": [
        "checkbox",
        "label"
      ],
      "files": [
        {
          "path": "src/components/customized/checkbox/checkbox-04.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "checkbox-09",
      "type": "registry:component",
      "title": "Icon Checkbox",
      "description": "A checkbox with custom icon component",
      "dependencies": [
        "lucide-react",
        "radix-ui"
      ],
      "files": [
        {
          "path": "src/components/customized/checkbox/checkbox-09.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "checkbox-11",
      "type": "registry:component",
      "title": "Card Checkbox",
      "description": "A card checkbox component",
      "dependencies": [
        "lucide-react",
        "radix-ui"
      ],
      "files": [
        {
          "path": "src/components/customized/checkbox/checkbox-11.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "checkbox-10",
      "type": "registry:component",
      "title": "Multi Color Picker Checkbox",
      "description": "A multi color picker checkbox component",
      "dependencies": [
        "lucide-react",
        "radix-ui"
      ],
      "files": [
        {
          "path": "src/components/customized/checkbox/checkbox-10.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "checkbox-05",
      "type": "registry:component",
      "title": "Vertical Checkbox Group",
      "description": "A vertical checkbox group component",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "checkbox"
      ],
      "files": [
        {
          "path": "src/components/customized/checkbox/checkbox-05.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "checkbox-12",
      "type": "registry:component",
      "title": "Checkbox with Form",
      "description": "A checkbox with form component",
      "dependencies": [
        "react-hook-form",
        "zod",
        "@hookform/resolvers"
      ],
      "registryDependencies": [
        "checkbox",
        "form",
        "button"
      ],
      "files": [
        {
          "path": "src/components/customized/checkbox/checkbox-12.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "checkbox-13",
      "type": "registry:component",
      "title": "Roles",
      "description": "A roles component",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "checkbox"
      ],
      "files": [
        {
          "path": "src/components/customized/checkbox/checkbox-13.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "checkbox-14",
      "type": "registry:component",
      "title": "Countries",
      "description": "A countries component",
      "registryDependencies": [
        "checkbox",
        "scroll-area",
        "label"
      ],
      "files": [
        {
          "path": "src/components/customized/checkbox/checkbox-14.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "checkbox-15",
      "type": "registry:component",
      "title": "Working Days",
      "description": "A working days component",
      "dependencies": [
        "radix-ui"
      ],
      "registryDependencies": [
        "label"
      ],
      "files": [
        {
          "path": "src/components/customized/checkbox/checkbox-15.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "checkbox-16",
      "type": "registry:component",
      "title": "Notification Settings",
      "description": "A notification settings component",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "label",
        "scroll-area",
        "checkbox"
      ],
      "files": [
        {
          "path": "src/components/customized/checkbox/checkbox-16.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "dropdown-menu-01",
      "type": "registry:component",
      "title": "Default Dropdown Menu",
      "description": "A default dropdown menu component",
      "registryDependencies": [
        "dropdown-menu",
        "button"
      ],
      "files": [
        {
          "path": "src/components/customized/dropdown-menu/dropdown-menu-01.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "dropdown-menu-03",
      "type": "registry:component",
      "title": "Dropdown Menu with Checkboxes",
      "description": "A dropdown menu with checkboxes component",
      "registryDependencies": [
        "dropdown-menu",
        "button"
      ],
      "files": [
        {
          "path": "src/components/customized/dropdown-menu/dropdown-menu-03.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "dropdown-menu-02",
      "type": "registry:component",
      "title": "Dropdown Menu with Icon",
      "description": "A dropdown menu with icon component",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "dropdown-menu",
        "avatar"
      ],
      "files": [
        {
          "path": "src/components/customized/dropdown-menu/dropdown-menu-02.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "dropdown-menu-04",
      "type": "registry:component",
      "title": "Dropdown Menu with Radio Group",
      "description": "A dropdown menu with radio group component",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "dropdown-menu",
        "button"
      ],
      "files": [
        {
          "path": "src/components/customized/dropdown-menu/dropdown-menu-04.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "dropdown-menu-05",
      "type": "registry:component",
      "title": "Dropdown Menu with Sub Menu",
      "description": "A dropdown menu with sub menu component",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "dropdown-menu",
        "button"
      ],
      "files": [
        {
          "path": "src/components/customized/dropdown-menu/dropdown-menu-05.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "dropdown-menu-07",
      "type": "registry:component",
      "title": "Complex Dropdown Menu",
      "description": "A complex dropdown menu component",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "dropdown-menu",
        "avatar"
      ],
      "files": [
        {
          "path": "src/components/customized/dropdown-menu/dropdown-menu-07.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "dropdown-menu-06",
      "type": "registry:component",
      "title": "Dropdown Menu with Shortcuts",
      "description": "A dropdown menu with keyboard shortcuts component",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "dropdown-menu",
        "button"
      ],
      "files": [
        {
          "path": "src/components/customized/dropdown-menu/dropdown-menu-06.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "dropdown-menu-08",
      "type": "registry:component",
      "title": "Workspace Switcher Dropdown Menu",
      "description": "A workspace switcher dropdown menu component",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "dropdown-menu",
        "avatar"
      ],
      "files": [
        {
          "path": "src/components/customized/dropdown-menu/dropdown-menu-08.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "input-01",
      "type": "registry:component",
      "title": "Default Input",
      "description": "A default input component",
      "registryDependencies": [
        "input"
      ],
      "files": [
        {
          "path": "src/components/customized/input/input-01.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "input-03",
      "type": "registry:component",
      "title": "Filled Input",
      "description": "A filled input component",
      "registryDependencies": [
        "input"
      ],
      "files": [
        {
          "path": "src/components/customized/input/input-03.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "input-04",
      "type": "registry:component",
      "title": "Disabled Input",
      "description": "A disabled input component",
      "registryDependencies": [
        "input"
      ],
      "files": [
        {
          "path": "src/components/customized/input/input-04.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "input-08",
      "type": "registry:component",
      "title": "Input with Helper Text",
      "description": "An input with helper text component",
      "registryDependencies": [
        "input",
        "label"
      ],
      "files": [
        {
          "path": "src/components/customized/input/input-08.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "input-09",
      "type": "registry:component",
      "title": "Input with Error Message",
      "description": "An input with error message component",
      "registryDependencies": [
        "input",
        "label"
      ],
      "files": [
        {
          "path": "src/components/customized/input/input-09.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "input-11",
      "type": "registry:component",
      "title": "File Input",
      "description": "A file input component",
      "registryDependencies": [
        "input",
        "label"
      ],
      "files": [
        {
          "path": "src/components/customized/input/input-11.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "input-12",
      "type": "registry:component",
      "title": "Dropzone Input",
      "description": "A dropzone input component",
      "dependencies": [
        "lucide-react",
        "react-dropzone"
      ],
      "registryDependencies": [
        "input",
        "label"
      ],
      "files": [
        {
          "path": "src/components/customized/input/input-12.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "input-02",
      "type": "registry:component",
      "title": "Ring Input",
      "description": "A ring input component",
      "registryDependencies": [
        "input"
      ],
      "files": [
        {
          "path": "src/components/customized/input/input-02.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "input-10",
      "type": "registry:component",
      "title": "Input with Form",
      "description": "An input with form component",
      "dependencies": [
        "@hookform/resolvers"
      ],
      "registryDependencies": [
        "input",
        "form",
        "button"
      ],
      "files": [
        {
          "path": "src/components/customized/input/input-10.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "input-06",
      "type": "registry:component",
      "title": "Input with Button",
      "description": "An input with button component",
      "registryDependencies": [
        "input",
        "button"
      ],
      "files": [
        {
          "path": "src/components/customized/input/input-06.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "input-07",
      "type": "registry:component",
      "title": "Input with Adornment",
      "description": "An input with adornment component",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "input",
        "button"
      ],
      "files": [
        {
          "path": "src/components/customized/input/input-07.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "input-05",
      "type": "registry:component",
      "title": "Input with Label",
      "description": "An input with label component",
      "registryDependencies": [
        "input",
        "label"
      ],
      "files": [
        {
          "path": "src/components/customized/input/input-05.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "breadcrumb-01",
      "type": "registry:component",
      "title": "Default Breadcrumb",
      "description": "A default breadcrumb component",
      "registryDependencies": [
        "breadcrumb"
      ],
      "files": [
        {
          "path": "src/components/customized/breadcrumb/breadcrumb-01.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "breadcrumb-05",
      "type": "registry:component",
      "title": "Breadcrumb with Icon",
      "description": "A breadcrumb with icon component",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "breadcrumb"
      ],
      "files": [
        {
          "path": "src/components/customized/breadcrumb/breadcrumb-05.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "breadcrumb-06",
      "type": "registry:component",
      "title": "Breadcrumb with Icon (Alternate)",
      "description": "An alternate breadcrumb with icon component",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "breadcrumb"
      ],
      "files": [
        {
          "path": "src/components/customized/breadcrumb/breadcrumb-06.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "breadcrumb-07",
      "type": "registry:component",
      "title": "Breadcrumb with Icon and Label",
      "description": "A breadcrumb with icon and label component",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "breadcrumb"
      ],
      "files": [
        {
          "path": "src/components/customized/breadcrumb/breadcrumb-07.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "breadcrumb-08",
      "type": "registry:component",
      "title": "Breadcrumb with Icon and Label (Alternate)",
      "description": "An alternate breadcrumb with icon and label component",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "breadcrumb"
      ],
      "files": [
        {
          "path": "src/components/customized/breadcrumb/breadcrumb-08.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "breadcrumb-13",
      "type": "registry:component",
      "title": "Breadcrumb with Dropdown",
      "description": "A breadcrumb with dropdown component",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "breadcrumb",
        "dropdown-menu"
      ],
      "files": [
        {
          "path": "src/components/customized/breadcrumb/breadcrumb-13.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "breadcrumb-10",
      "type": "registry:component",
      "title": "Breadcrumb with Tab Active",
      "description": "A breadcrumb with tab active component",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "breadcrumb",
        "badge"
      ],
      "files": [
        {
          "path": "src/components/customized/breadcrumb/breadcrumb-10.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "breadcrumb-14",
      "type": "registry:component",
      "title": "Collapsed Breadcrumb",
      "description": "A collapsed breadcrumb component",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "breadcrumb",
        "dropdown-menu"
      ],
      "files": [
        {
          "path": "src/components/customized/breadcrumb/breadcrumb-14.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "breadcrumb-09",
      "type": "registry:component",
      "title": "Breadcrumb with Background",
      "description": "A breadcrumb with background component",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "breadcrumb"
      ],
      "files": [
        {
          "path": "src/components/customized/breadcrumb/breadcrumb-09.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "breadcrumb-11",
      "type": "registry:component",
      "title": "Tabs Breadcrumb",
      "description": "A tabs breadcrumb component",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "breadcrumb",
        "badge"
      ],
      "files": [
        {
          "path": "src/components/customized/breadcrumb/breadcrumb-11.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "breadcrumb-12",
      "type": "registry:component",
      "title": "Tabs Outline Breadcrumb",
      "description": "A tabs outline breadcrumb component",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "breadcrumb",
        "badge"
      ],
      "files": [
        {
          "path": "src/components/customized/breadcrumb/breadcrumb-12.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "breadcrumb-15",
      "type": "registry:component",
      "title": "Steps Breadcrumb",
      "description": "A steps breadcrumb component",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "breadcrumb"
      ],
      "files": [
        {
          "path": "src/components/customized/breadcrumb/breadcrumb-15.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "breadcrumb-03",
      "type": "registry:component",
      "title": "Breadcrumb with Chevrons Separator",
      "description": "A breadcrumb with chevrons separator component",
      "registryDependencies": [
        "breadcrumb"
      ],
      "files": [
        {
          "path": "src/components/customized/breadcrumb/breadcrumb-03.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "breadcrumb-04",
      "type": "registry:component",
      "title": "Breadcrumb with Dot Separator",
      "description": "A breadcrumb with dot separator component",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "breadcrumb"
      ],
      "files": [
        {
          "path": "src/components/customized/breadcrumb/breadcrumb-04.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "breadcrumb-02",
      "type": "registry:component",
      "title": "Breadcrumb with Slash Separator",
      "description": "A breadcrumb with slash separator component",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "breadcrumb"
      ],
      "files": [
        {
          "path": "src/components/customized/breadcrumb/breadcrumb-02.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "carousel-01",
      "type": "registry:component",
      "title": "Default Carousel",
      "description": "A default carousel component",
      "registryDependencies": [
        "carousel",
        "card"
      ],
      "files": [
        {
          "path": "src/components/customized/carousel/carousel-01.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "carousel-02",
      "type": "registry:component",
      "title": "Carousel with Multiple Slides",
      "description": "A carousel displaying multiple slides at once",
      "registryDependencies": [
        "carousel",
        "card"
      ],
      "files": [
        {
          "path": "src/components/customized/carousel/carousel-02.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "carousel-03",
      "type": "registry:component",
      "title": "Vertical Carousel",
      "description": "A vertical orientation carousel",
      "registryDependencies": [
        "carousel",
        "card"
      ],
      "files": [
        {
          "path": "src/components/customized/carousel/carousel-03.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "carousel-04",
      "type": "registry:component",
      "title": "Carousel with Slide Status",
      "description": "A carousel with slide status indicator",
      "registryDependencies": [
        "carousel",
        "card"
      ],
      "files": [
        {
          "path": "src/components/customized/carousel/carousel-04.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "carousel-05",
      "type": "registry:component",
      "title": "Carousel with Slide Status (Alternate)",
      "description": "An alternate carousel with slide status indicator",
      "registryDependencies": [
        "carousel",
        "card"
      ],
      "files": [
        {
          "path": "src/components/customized/carousel/carousel-05.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "carousel-06",
      "type": "registry:component",
      "title": "Carousel with Pagination",
      "description": "A carousel with pagination controls",
      "registryDependencies": [
        "carousel",
        "card"
      ],
      "files": [
        {
          "path": "src/components/customized/carousel/carousel-06.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "carousel-07",
      "type": "registry:component",
      "title": "Carousel with Footer",
      "description": "A carousel with a footer section",
      "registryDependencies": [
        "carousel",
        "card"
      ],
      "files": [
        {
          "path": "src/components/customized/carousel/carousel-07.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "carousel-08",
      "type": "registry:component",
      "title": "Carousel with Progress Bar",
      "description": "A carousel with a progress bar indicator",
      "registryDependencies": [
        "carousel",
        "card",
        "progress"
      ],
      "files": [
        {
          "path": "src/components/customized/carousel/carousel-08.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "carousel-09",
      "type": "registry:component",
      "title": "Carousel with Thumbnails",
      "description": "A carousel with thumbnail navigation",
      "registryDependencies": [
        "carousel",
        "card"
      ],
      "files": [
        {
          "path": "src/components/customized/carousel/carousel-09.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "carousel-10",
      "type": "registry:component",
      "title": "Carousel with Opacity Transition",
      "description": "A carousel with opacity transition effects",
      "registryDependencies": [
        "carousel",
        "card"
      ],
      "files": [
        {
          "path": "src/components/customized/carousel/carousel-10.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "carousel-11",
      "type": "registry:component",
      "title": "Carousel with Scale Transition",
      "description": "A carousel with scale transition effects",
      "registryDependencies": [
        "carousel",
        "card"
      ],
      "files": [
        {
          "path": "src/components/customized/carousel/carousel-11.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "collapsible-01",
      "type": "registry:component",
      "title": "Default Collapsible",
      "description": "A default collapsible component",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "collapsible",
        "button"
      ],
      "files": [
        {
          "path": "src/components/customized/collapsible/collapsible-01.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "collapsible-02",
      "type": "registry:component",
      "title": "Show More Collapsible",
      "description": "A collapsible component with show more functionality",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "collapsible",
        "button"
      ],
      "files": [
        {
          "path": "src/components/customized/collapsible/collapsible-02.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "collapsible-03",
      "type": "registry:component",
      "title": "File Tree Collapsible",
      "description": "A collapsible component for displaying file trees",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "collapsible"
      ],
      "files": [
        {
          "path": "src/components/customized/collapsible/collapsible-03.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "collapsible-04",
      "type": "registry:component",
      "title": "Filters Collapsible",
      "description": "A collapsible component for filter options",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "collapsible",
        "input",
        "label",
        "slider",
        "checkbox"
      ],
      "files": [
        {
          "path": "src/components/customized/collapsible/collapsible-04.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "input-otp-01",
      "type": "registry:component",
      "title": "Default OTP Input",
      "description": "A default one-time password input component",
      "registryDependencies": [
        "input-otp"
      ],
      "files": [
        {
          "path": "src/components/customized/input-otp/input-otp-01.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "input-otp-03",
      "type": "registry:component",
      "title": "Separated OTP Input",
      "description": "An OTP input with separated input fields",
      "registryDependencies": [
        "input-otp"
      ],
      "files": [
        {
          "path": "src/components/customized/input-otp/input-otp-03.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "input-otp-04",
      "type": "registry:component",
      "title": "Separated OTP Input (Alternate)",
      "description": "An alternate style of separated OTP input fields",
      "registryDependencies": [
        "input-otp"
      ],
      "files": [
        {
          "path": "src/components/customized/input-otp/input-otp-04.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "input-otp-05",
      "type": "registry:component",
      "title": "Secondary OTP Input",
      "description": "An OTP input with secondary styling",
      "registryDependencies": [
        "input-otp"
      ],
      "files": [
        {
          "path": "src/components/customized/input-otp/input-otp-05.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "input-otp-02",
      "type": "registry:component",
      "title": "OTP Input Without Separator",
      "description": "An OTP input without separators between fields",
      "registryDependencies": [
        "input-otp"
      ],
      "files": [
        {
          "path": "src/components/customized/input-otp/input-otp-02.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "input-otp-06",
      "type": "registry:component",
      "title": "OTP Input with Custom Separator",
      "description": "An OTP input with custom separator between fields",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "input-otp"
      ],
      "files": [
        {
          "path": "src/components/customized/input-otp/input-otp-06.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "input-otp-07",
      "type": "registry:component",
      "title": "OTP Input with Inner Shadow",
      "description": "An OTP input with inner shadow styling",
      "registryDependencies": [
        "input-otp"
      ],
      "files": [
        {
          "path": "src/components/customized/input-otp/input-otp-07.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "navigation-menu-01",
      "type": "registry:component",
      "title": "Default Navigation Menu",
      "description": "A default navigation menu component",
      "registryDependencies": [
        "navigation-menu"
      ],
      "files": [
        {
          "path": "src/components/customized/navigation-menu/navigation-menu-01.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "navigation-menu-07",
      "type": "registry:component",
      "title": "Navigation Menu with Icons",
      "description": "A navigation menu with icon elements",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "navigation-menu",
        "button"
      ],
      "files": [
        {
          "path": "src/components/customized/navigation-menu/navigation-menu-07.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "navigation-menu-04",
      "type": "registry:component",
      "title": "Navigation Menu with Active Item",
      "description": "A navigation menu with active item styling",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "navigation-menu"
      ],
      "files": [
        {
          "path": "src/components/customized/navigation-menu/navigation-menu-04.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "navigation-menu-05",
      "type": "registry:component",
      "title": "Underlined Navigation Menu",
      "description": "A navigation menu with underlined styling",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "navigation-menu"
      ],
      "files": [
        {
          "path": "src/components/customized/navigation-menu/navigation-menu-05.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "navigation-menu-08",
      "type": "registry:component",
      "title": "Mobile Navigation Menu",
      "description": "A mobile-friendly navigation menu",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "navigation-menu"
      ],
      "files": [
        {
          "path": "src/components/customized/navigation-menu/navigation-menu-08.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "navigation-menu-02",
      "type": "registry:component",
      "title": "Navigation Menu with Icon",
      "description": "A navigation menu with icon integration",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "navigation-menu"
      ],
      "files": [
        {
          "path": "src/components/customized/navigation-menu/navigation-menu-02.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "navigation-menu-06",
      "type": "registry:component",
      "title": "Rich Navigation Menu",
      "description": "A feature-rich navigation menu with advanced styling",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "navigation-menu"
      ],
      "files": [
        {
          "path": "src/components/customized/navigation-menu/navigation-menu-06.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "navigation-menu-03",
      "type": "registry:component",
      "title": "Navigation Menu with Dropdown",
      "description": "A navigation menu with dropdown functionality",
      "registryDependencies": [
        "navigation-menu"
      ],
      "files": [
        {
          "path": "src/components/customized/navigation-menu/navigation-menu-03.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "pagination-01",
      "type": "registry:component",
      "title": "Default Pagination",
      "description": "A default pagination component",
      "registryDependencies": [
        "pagination"
      ],
      "files": [
        {
          "path": "src/components/customized/pagination/pagination-01.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "pagination-10",
      "type": "registry:component",
      "title": "Pagination with Icon and Label",
      "description": "A pagination component with icons and labels",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "pagination"
      ],
      "files": [
        {
          "path": "src/components/customized/pagination/pagination-10.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "pagination-05",
      "type": "registry:component",
      "title": "Pagination with Icon",
      "description": "A pagination component with icons",
      "registryDependencies": [
        "pagination"
      ],
      "files": [
        {
          "path": "src/components/customized/pagination/pagination-05.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "pagination-07",
      "type": "registry:component",
      "title": "Bordered Pagination",
      "description": "A pagination component with bordered styling",
      "registryDependencies": [
        "pagination",
        "button"
      ],
      "files": [
        {
          "path": "src/components/customized/pagination/pagination-07.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "pagination-04",
      "type": "registry:component",
      "title": "Pagination with Rounded Buttons",
      "description": "A pagination component with rounded button styling",
      "registryDependencies": [
        "pagination"
      ],
      "files": [
        {
          "path": "src/components/customized/pagination/pagination-04.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "pagination-08",
      "type": "registry:component",
      "title": "Tabs Pagination",
      "description": "A pagination component with tabs styling",
      "registryDependencies": [
        "pagination",
        "button"
      ],
      "files": [
        {
          "path": "src/components/customized/pagination/pagination-08.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "pagination-06",
      "type": "registry:component",
      "title": "Pagination with First/Last Page",
      "description": "A pagination component with first and last page navigation",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "pagination"
      ],
      "files": [
        {
          "path": "src/components/customized/pagination/pagination-06.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "pagination-09",
      "type": "registry:component",
      "title": "Secondary Tabs Pagination",
      "description": "A pagination component with secondary tabs styling",
      "registryDependencies": [
        "pagination",
        "button"
      ],
      "files": [
        {
          "path": "src/components/customized/pagination/pagination-09.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "pagination-11",
      "type": "registry:component",
      "title": "Numberless Pagination",
      "description": "A pagination component without page numbers",
      "registryDependencies": [
        "pagination"
      ],
      "files": [
        {
          "path": "src/components/customized/pagination/pagination-11.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "pagination-12",
      "type": "registry:component",
      "title": "Numberless Pagination with Text",
      "description": "A pagination component without numbers but with text",
      "registryDependencies": [
        "pagination"
      ],
      "files": [
        {
          "path": "src/components/customized/pagination/pagination-12.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "pagination-13",
      "type": "registry:component",
      "title": "Pagination with Ellipsis",
      "description": "A pagination component with ellipsis for long page ranges",
      "registryDependencies": [
        "pagination"
      ],
      "files": [
        {
          "path": "src/components/customized/pagination/pagination-13.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "pagination-14",
      "type": "registry:component",
      "title": "Table Pagination",
      "description": "A pagination component designed for tables",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "pagination",
        "button",
        "select",
        "label"
      ],
      "files": [
        {
          "path": "src/components/customized/pagination/pagination-14.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "pagination-15",
      "type": "registry:component",
      "title": "Pagination with text",
      "description": "A pagination component with text",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "pagination"
      ],
      "files": [
        {
          "path": "src/components/customized/pagination/pagination-15.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "pagination-02",
      "type": "registry:component",
      "title": "Pagination with Primary Buttons",
      "description": "A pagination component with primary button styling",
      "registryDependencies": [
        "pagination",
        "button"
      ],
      "files": [
        {
          "path": "src/components/customized/pagination/pagination-02.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "pagination-03",
      "type": "registry:component",
      "title": "Pagination with Secondary Buttons",
      "description": "A pagination component with secondary button styling",
      "registryDependencies": [
        "pagination",
        "button"
      ],
      "files": [
        {
          "path": "src/components/customized/pagination/pagination-03.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "progress-01",
      "type": "registry:component",
      "title": "Default Progress",
      "description": "A default linear progress component",
      "registryDependencies": [
        "progress"
      ],
      "files": [
        {
          "path": "src/components/customized/progress/progress-01.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "progress-02",
      "type": "registry:component",
      "title": "Linear Progress with Label",
      "description": "A linear progress component with label",
      "registryDependencies": [
        "progress"
      ],
      "files": [
        {
          "path": "src/components/customized/progress/progress-02.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "progress-04",
      "type": "registry:component",
      "title": "Rounded Progress",
      "description": "A progress component with rounded styling",
      "registryDependencies": [
        "progress"
      ],
      "files": [
        {
          "path": "src/components/customized/progress/progress-04.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "progress-03",
      "type": "registry:component",
      "title": "Linear Progress with Custom Color",
      "description": "A linear progress component with custom color",
      "registryDependencies": [
        "progress"
      ],
      "files": [
        {
          "path": "src/components/customized/progress/progress-03.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "progress-07",
      "type": "registry:component",
      "title": "Circular Progress",
      "description": "A circular progress component",
      "files": [
        {
          "path": "src/components/customized/progress/progress-07.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "progress-10",
      "type": "registry:component",
      "title": "Circular Progress with Custom Color",
      "description": "A circular progress component with custom color",
      "files": [
        {
          "path": "src/components/customized/progress/progress-10.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "progress-08",
      "type": "registry:component",
      "title": "Circular Progress with Label",
      "description": "A circular progress component with label",
      "files": [
        {
          "path": "src/components/customized/progress/progress-08.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "progress-09",
      "type": "registry:component",
      "title": "Circular Progress with Custom Label",
      "description": "A circular progress component with custom label",
      "files": [
        {
          "path": "src/components/customized/progress/progress-09.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "progress-11",
      "type": "registry:component",
      "title": "Circular Progress with Custom Shape",
      "description": "A circular progress component with custom shape",
      "files": [
        {
          "path": "src/components/customized/progress/progress-11.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "progress-12",
      "type": "registry:component",
      "title": "Circular Progress with Custom Stroke Width",
      "description": "A circular progress component with custom stroke width",
      "files": [
        {
          "path": "src/components/customized/progress/progress-12.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "progress-05",
      "type": "registry:component",
      "title": "Gradient Progress",
      "description": "A progress component with gradient styling",
      "registryDependencies": [
        "progress"
      ],
      "files": [
        {
          "path": "src/components/customized/progress/progress-05.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "progress-06",
      "type": "registry:component",
      "title": "Animated Progress",
      "description": "A progress component with animation effects",
      "dependencies": [
        "radix-ui"
      ],
      "files": [
        {
          "path": "src/components/customized/progress/progress-06.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "radio-group-01",
      "type": "registry:component",
      "title": "Default Radio Group",
      "description": "A default radio group component",
      "registryDependencies": [
        "radio-group",
        "label"
      ],
      "files": [
        {
          "path": "src/components/customized/radio-group/radio-group-01.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "radio-group-03",
      "type": "registry:component",
      "title": "Disabled Radio Group",
      "description": "A radio group component with disabled options",
      "registryDependencies": [
        "radio-group",
        "label"
      ],
      "files": [
        {
          "path": "src/components/customized/radio-group/radio-group-03.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "radio-group-05",
      "type": "registry:component",
      "title": "Radio Group with Custom Size",
      "description": "A radio group component with custom size options",
      "registryDependencies": [
        "radio-group",
        "label"
      ],
      "files": [
        {
          "path": "src/components/customized/radio-group/radio-group-05.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "radio-group-07",
      "type": "registry:component",
      "title": "Radio Group with Cards (Style 1)",
      "description": "A radio group component with card-style options (style 1)",
      "registryDependencies": [
        "radio-group"
      ],
      "files": [
        {
          "path": "src/components/customized/radio-group/radio-group-07.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "radio-group-08",
      "type": "registry:component",
      "title": "Radio Group with Cards (Style 2)",
      "description": "A radio group component with card-style options (style 2)",
      "dependencies": [
        "lucide-react",
        "radix-ui"
      ],
      "files": [
        {
          "path": "src/components/customized/radio-group/radio-group-08.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "radio-group-09",
      "type": "registry:component",
      "title": "Radio Group with Cards (Style 3)",
      "description": "A radio group component with card-style options (style 3)",
      "registryDependencies": [
        "radio-group",
        "card",
        "label"
      ],
      "files": [
        {
          "path": "src/components/customized/radio-group/radio-group-09.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "radio-group-02",
      "type": "registry:component",
      "title": "Horizontal Radio Group",
      "description": "A radio group component with horizontal layout",
      "registryDependencies": [
        "radio-group",
        "label"
      ],
      "files": [
        {
          "path": "src/components/customized/radio-group/radio-group-02.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "radio-group-04",
      "type": "registry:component",
      "title": "Radio Group with Custom Colors",
      "description": "A radio group component with custom color options",
      "registryDependencies": [
        "radio-group",
        "label"
      ],
      "files": [
        {
          "path": "src/components/customized/radio-group/radio-group-04.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "radio-group-06",
      "type": "registry:component",
      "title": "Radio Group with Variant Styling",
      "description": "A radio group component with variant styling options",
      "registryDependencies": [
        "radio-group",
        "label"
      ],
      "files": [
        {
          "path": "src/components/customized/radio-group/radio-group-06.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "select-01",
      "type": "registry:component",
      "title": "Default Select",
      "description": "A default select component",
      "registryDependencies": [
        "select"
      ],
      "files": [
        {
          "path": "src/components/customized/select/select-01.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "select-06",
      "type": "registry:component",
      "title": "Select with Icon",
      "description": "A select component with icon integration",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "select"
      ],
      "files": [
        {
          "path": "src/components/customized/select/select-06.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "select-11",
      "type": "registry:component",
      "title": "Controlled Select",
      "description": "A controlled select component",
      "registryDependencies": [
        "select"
      ],
      "files": [
        {
          "path": "src/components/customized/select/select-11.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "select-10",
      "type": "registry:component",
      "title": "Scrollable Select",
      "description": "A select component with scrollable options",
      "registryDependencies": [
        "select"
      ],
      "files": [
        {
          "path": "src/components/customized/select/select-10.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "select-09",
      "type": "registry:component",
      "title": "Select with Custom Menu Position",
      "description": "A select component with custom menu position",
      "registryDependencies": [
        "select",
        "label"
      ],
      "files": [
        {
          "path": "src/components/customized/select/select-09.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "select-04",
      "type": "registry:component",
      "title": "Select with Custom Dropdown Icon",
      "description": "A select component with custom dropdown icon",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "select"
      ],
      "files": [
        {
          "path": "src/components/customized/select/select-04.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "select-03",
      "type": "registry:component",
      "title": "Ghost Select",
      "description": "A select component with ghost styling",
      "registryDependencies": [
        "select"
      ],
      "files": [
        {
          "path": "src/components/customized/select/select-03.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "select-05",
      "type": "registry:component",
      "title": "Select with Custom Shape",
      "description": "A select component with custom shape styling",
      "registryDependencies": [
        "select",
        "label"
      ],
      "files": [
        {
          "path": "src/components/customized/select/select-05.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "select-08",
      "type": "registry:component",
      "title": "Theme Selector Select",
      "description": "A select component for theme selection",
      "dependencies": [
        "lucide-react",
        "next-themes"
      ],
      "registryDependencies": [
        "select"
      ],
      "files": [
        {
          "path": "src/components/customized/select/select-08.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "select-02",
      "type": "registry:component",
      "title": "Select with Background Color",
      "description": "A select component with custom background color",
      "registryDependencies": [
        "select"
      ],
      "files": [
        {
          "path": "src/components/customized/select/select-02.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "select-07",
      "type": "registry:component",
      "title": "Select with Form Integration",
      "description": "A select component integrated with form handling",
      "dependencies": [
        "@hookform/resolvers",
        "zod"
      ],
      "registryDependencies": [
        "select",
        "form"
      ],
      "files": [
        {
          "path": "src/components/customized/select/select-07.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "separator-01",
      "type": "registry:component",
      "title": "Default Separator",
      "description": "A default separator component",
      "registryDependencies": [
        "separator"
      ],
      "files": [
        {
          "path": "src/components/customized/separator/separator-01.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "separator-04",
      "type": "registry:component",
      "title": "Dashed Separator",
      "description": "A dashed separator component",
      "registryDependencies": [
        "separator",
        "card",
        "input",
        "label",
        "button"
      ],
      "files": [
        {
          "path": "src/components/customized/separator/separator-04.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "separator-05",
      "type": "registry:component",
      "title": "Vertical Separator",
      "description": "A vertical separator component",
      "registryDependencies": [
        "separator",
        "button",
        "input",
        "label"
      ],
      "files": [
        {
          "path": "src/components/customized/separator/separator-05.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "separator-03",
      "type": "registry:component",
      "title": "Horizontal Separator with Chip",
      "description": "A horizontal separator with chip component",
      "registryDependencies": [
        "separator",
        "button",
        "input",
        "label",
        "card"
      ],
      "files": [
        {
          "path": "src/components/customized/separator/separator-03.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "separator-06",
      "type": "registry:component",
      "title": "Vertical Separator with Chip",
      "description": "A vertical separator with chip component",
      "registryDependencies": [
        "separator",
        "button",
        "input",
        "label"
      ],
      "files": [
        {
          "path": "src/components/customized/separator/separator-06.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "separator-02",
      "type": "registry:component",
      "title": "Horizontal Separator with Label",
      "description": "A horizontal separator with label component",
      "registryDependencies": [
        "separator",
        "button",
        "input",
        "label",
        "card"
      ],
      "files": [
        {
          "path": "src/components/customized/separator/separator-02.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "separator-with-label-vertical",
      "type": "registry:component",
      "title": "Vertical Separator with Label",
      "description": "A vertical separator with label component",
      "registryDependencies": [
        "separator",
        "button",
        "input",
        "label",
        "card"
      ],
      "files": [
        {
          "path": "src/components/customized/separator/with-label-vertical.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "slider-01",
      "type": "registry:component",
      "title": "Default Slider",
      "description": "A default slider component",
      "registryDependencies": [
        "slider"
      ],
      "files": [
        {
          "path": "src/components/customized/slider/slider-01.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "slider-02",
      "type": "registry:component",
      "title": "Disabled Slider",
      "description": "A disabled slider component",
      "registryDependencies": [
        "slider"
      ],
      "files": [
        {
          "path": "src/components/customized/slider/slider-02.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "slider-03",
      "type": "registry:component",
      "title": "Slider Size",
      "description": "A slider component with different sizes",
      "registryDependencies": [
        "slider"
      ],
      "files": [
        {
          "path": "src/components/customized/slider/slider-03.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "slider-04",
      "type": "registry:component",
      "title": "Slider Color",
      "description": "A slider component with different colors",
      "dependencies": [
        "radix-ui"
      ],
      "files": [
        {
          "path": "src/components/customized/slider/slider-04.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "slider-05",
      "type": "registry:component",
      "title": "Slider Shape",
      "description": "A slider component with different shapes",
      "dependencies": [
        "radix-ui"
      ],
      "files": [
        {
          "path": "src/components/customized/slider/slider-05.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "slider-06",
      "type": "registry:component",
      "title": "Slider with Label",
      "description": "A slider component with a label",
      "registryDependencies": [
        "slider"
      ],
      "files": [
        {
          "path": "src/components/customized/slider/slider-06.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "slider-13",
      "type": "registry:component",
      "title": "Vertical Slider",
      "description": "A vertical slider component",
      "dependencies": [
        "radix-ui"
      ],
      "files": [
        {
          "path": "src/components/customized/slider/slider-13.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "slider-07",
      "type": "registry:component",
      "title": "Slider with Thumb Icon",
      "description": "A slider component with a custom thumb icon",
      "dependencies": [
        "lucide-react",
        "radix-ui"
      ],
      "files": [
        {
          "path": "src/components/customized/slider/slider-07.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "slider-08",
      "type": "registry:component",
      "title": "Audio Slider",
      "description": "A slider component designed for audio controls",
      "registryDependencies": [
        "slider"
      ],
      "files": [
        {
          "path": "src/components/customized/slider/slider-08.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "slider-09",
      "type": "registry:component",
      "title": "Slider with Marks",
      "description": "A slider component with marks for specific values",
      "registryDependencies": [
        "slider"
      ],
      "files": [
        {
          "path": "src/components/customized/slider/slider-09.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "slider-10",
      "type": "registry:component",
      "title": "Slider with Sticky Label",
      "description": "A slider component with a sticky label",
      "dependencies": [
        "radix-ui"
      ],
      "registryDependencies": [
        "badge"
      ],
      "files": [
        {
          "path": "src/components/customized/slider/slider-10.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "slider-11",
      "type": "registry:component",
      "title": "Slider with Sticky Label on Hover",
      "description": "A slider component with a sticky label that appears on hover",
      "dependencies": [
        "radix-ui"
      ],
      "registryDependencies": [
        "badge"
      ],
      "files": [
        {
          "path": "src/components/customized/slider/slider-11.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "slider-12",
      "type": "registry:component",
      "title": "Slider with Sticky Label Arrow",
      "description": "A slider component with a sticky label with arrow",
      "dependencies": [
        "radix-ui"
      ],
      "registryDependencies": [
        "badge"
      ],
      "files": [
        {
          "path": "src/components/customized/slider/slider-12.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "slider-14",
      "type": "registry:component",
      "title": "Range Slider",
      "description": "A range slider component",
      "dependencies": [
        "radix-ui"
      ],
      "files": [
        {
          "path": "src/components/customized/slider/slider-14.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "slider-15",
      "type": "registry:component",
      "title": "Slider with Multiple Thumbs",
      "description": "A slider component with multiple thumbs",
      "dependencies": [
        "radix-ui"
      ],
      "files": [
        {
          "path": "src/components/customized/slider/slider-15.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "spinner-01",
      "type": "registry:component",
      "title": "Default Spinner",
      "description": "A default spinner component",
      "dependencies": [
        "lucide-react"
      ],
      "files": [
        {
          "path": "src/components/customized/spinner/spinner-01.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "spinner-02",
      "type": "registry:component",
      "title": "Circle Spinner",
      "description": "A circular spinner component",
      "dependencies": [
        "lucide-react"
      ],
      "files": [
        {
          "path": "src/components/customized/spinner/spinner-02.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "spinner-03",
      "type": "registry:component",
      "title": "Pinwheel Spinner",
      "description": "A pinwheel spinner component",
      "dependencies": [
        "lucide-react"
      ],
      "files": [
        {
          "path": "src/components/customized/spinner/spinner-03.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "spinner-04",
      "type": "registry:component",
      "title": "Spinner Colors",
      "description": "A spinner component with different colors",
      "dependencies": [
        "lucide-react"
      ],
      "files": [
        {
          "path": "src/components/customized/spinner/spinner-04.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "spinner-05",
      "type": "registry:component",
      "title": "Spinner Sizes",
      "description": "A spinner component with different sizes",
      "dependencies": [
        "lucide-react"
      ],
      "files": [
        {
          "path": "src/components/customized/spinner/spinner-05.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "spinner-06",
      "type": "registry:component",
      "title": "Swirling Effect Spinner",
      "description": "A spinner component with swirling effect",
      "files": [
        {
          "path": "src/components/customized/spinner/spinner-06.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "spinner-07",
      "type": "registry:component",
      "title": "Spinner Circle 1",
      "description": "A circle spinner component variation 1",
      "files": [
        {
          "path": "src/components/customized/spinner/spinner-07.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "spinner-08",
      "type": "registry:component",
      "title": "Spinner Circle 2",
      "description": "A circle spinner component variation 2",
      "files": [
        {
          "path": "src/components/customized/spinner/spinner-08.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "spinner-09",
      "type": "registry:component",
      "title": "Spinner Circle 3",
      "description": "A circle spinner component variation 3",
      "files": [
        {
          "path": "src/components/customized/spinner/spinner-09.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "spinner-10",
      "type": "registry:component",
      "title": "Spinner Circle 4",
      "description": "A circle spinner component variation 4",
      "files": [
        {
          "path": "src/components/customized/spinner/spinner-10.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "spinner-11",
      "type": "registry:component",
      "title": "Spinner Circle 5",
      "description": "A circle spinner component variation 5",
      "files": [
        {
          "path": "src/components/customized/spinner/spinner-11.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "switch-01",
      "type": "registry:component",
      "title": "Default Switch",
      "description": "A default switch component",
      "registryDependencies": [
        "switch"
      ],
      "files": [
        {
          "path": "src/components/customized/switch/switch-01.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "switch-02",
      "type": "registry:component",
      "title": "Switch with Label",
      "description": "A switch component with a label",
      "registryDependencies": [
        "switch",
        "label"
      ],
      "files": [
        {
          "path": "src/components/customized/switch/switch-02.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "switch-03",
      "type": "registry:component",
      "title": "Disabled Switch",
      "description": "A disabled switch component",
      "registryDependencies": [
        "switch",
        "label"
      ],
      "files": [
        {
          "path": "src/components/customized/switch/switch-03.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "switch-04",
      "type": "registry:component",
      "title": "Switch Colors",
      "description": "A switch component with different colors",
      "registryDependencies": [
        "switch"
      ],
      "files": [
        {
          "path": "src/components/customized/switch/switch-04.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "switch-05",
      "type": "registry:component",
      "title": "Switch Sizes",
      "description": "A switch component with different sizes",
      "dependencies": [
        "radix-ui"
      ],
      "files": [
        {
          "path": "src/components/customized/switch/switch-05.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "switch-06",
      "type": "registry:component",
      "title": "Controlled Switch",
      "description": "A controlled switch component",
      "registryDependencies": [
        "switch"
      ],
      "files": [
        {
          "path": "src/components/customized/switch/switch-06.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "switch-07",
      "type": "registry:component",
      "title": "Switch Customization",
      "description": "A customized switch component",
      "dependencies": [
        "lucide-react",
        "radix-ui"
      ],
      "files": [
        {
          "path": "src/components/customized/switch/switch-07.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "table-01",
      "type": "registry:component",
      "title": "Default Table",
      "description": "A default table component",
      "registryDependencies": [
        "table"
      ],
      "files": [
        {
          "path": "src/components/customized/table/table-01.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "table-02",
      "type": "registry:component",
      "title": "Bordered Table",
      "description": "A bordered table component",
      "registryDependencies": [
        "table"
      ],
      "files": [
        {
          "path": "src/components/customized/table/table-02.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "table-03",
      "type": "registry:component",
      "title": "Striped Rows Table",
      "description": "A table with striped rows",
      "registryDependencies": [
        "table"
      ],
      "files": [
        {
          "path": "src/components/customized/table/table-03.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "table-04",
      "type": "registry:component",
      "title": "Rounded Corners Table",
      "description": "A table with rounded corners",
      "registryDependencies": [
        "table"
      ],
      "files": [
        {
          "path": "src/components/customized/table/table-04.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "table-05",
      "type": "registry:component",
      "title": "Table with Pagination",
      "description": "A table with pagination",
      "registryDependencies": [
        "table",
        "pagination"
      ],
      "files": [
        {
          "path": "src/components/customized/table/table-05.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "table-06",
      "type": "registry:component",
      "title": "Sticky Header Table",
      "description": "A table with sticky header",
      "registryDependencies": [
        "table"
      ],
      "files": [
        {
          "path": "src/components/customized/table/table-06.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "table-07",
      "type": "registry:component",
      "title": "Sticky Columns Table",
      "description": "A table with sticky columns",
      "registryDependencies": [
        "table"
      ],
      "files": [
        {
          "path": "src/components/customized/table/table-07.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "table-08",
      "type": "registry:component",
      "title": "Overflow Scroll Table",
      "description": "A table with overflow scroll",
      "registryDependencies": [
        "table"
      ],
      "files": [
        {
          "path": "src/components/customized/table/table-08.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "table-09",
      "type": "registry:component",
      "title": "Data Table",
      "description": "A data table component",
      "dependencies": [
        "@tanstack/react-table",
        "lucide-react"
      ],
      "registryDependencies": [
        "table",
        "dropdown-menu",
        "input",
        "button",
        "checkbox"
      ],
      "files": [
        {
          "path": "src/components/customized/table/table-09.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "table-10",
      "type": "registry:component",
      "title": "Data Table Density",
      "description": "A data table with density controls",
      "dependencies": [
        "@tanstack/react-table",
        "lucide-react"
      ],
      "registryDependencies": [
        "table",
        "select",
        "button",
        "checkbox",
        "dropdown-menu"
      ],
      "files": [
        {
          "path": "src/components/customized/table/table-10.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "table-11",
      "type": "registry:component",
      "title": "Columns Visibility Table",
      "description": "A table with columns visibility control",
      "dependencies": [
        "@tanstack/react-table",
        "lucide-react"
      ],
      "registryDependencies": [
        "table",
        "button",
        "checkbox",
        "dropdown-menu",
        "input"
      ],
      "files": [
        {
          "path": "src/components/customized/table/table-11.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "tabs-01",
      "type": "registry:component",
      "title": "Default Tabs",
      "description": "Default tabs component",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "tabs",
        "button"
      ],
      "files": [
        {
          "path": "src/components/customized/tabs/tabs-01.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "tabs-02",
      "type": "registry:component",
      "title": "Underlined Tabs",
      "description": "Tabs with underlined style",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "tabs",
        "button"
      ],
      "files": [
        {
          "path": "src/components/customized/tabs/tabs-02.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "tabs-03",
      "type": "registry:component",
      "title": "Separated Tabs",
      "description": "Tabs with separated style",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "tabs",
        "button"
      ],
      "files": [
        {
          "path": "src/components/customized/tabs/tabs-03.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "tabs-04",
      "type": "registry:component",
      "title": "Bordered Tabs",
      "description": "Tabs with bordered style",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "tabs",
        "button"
      ],
      "files": [
        {
          "path": "src/components/customized/tabs/tabs-04.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "tabs-05",
      "type": "registry:component",
      "title": "Box Tabs",
      "description": "Tabs with box style",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "tabs",
        "button"
      ],
      "files": [
        {
          "path": "src/components/customized/tabs/tabs-05.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "tabs-06",
      "type": "registry:component",
      "title": "Bootstrap Tabs",
      "description": "Tabs with bootstrap style",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "tabs",
        "button"
      ],
      "files": [
        {
          "path": "src/components/customized/tabs/tabs-06.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "tabs-07",
      "type": "registry:component",
      "title": "Icon Tabs",
      "description": "Tabs with icons",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "tabs",
        "button"
      ],
      "files": [
        {
          "path": "src/components/customized/tabs/tabs-07.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "tabs-08",
      "type": "registry:component",
      "title": "Mobile Navigation Tabs",
      "description": "Tabs designed for mobile navigation",
      "registryDependencies": [
        "tabs"
      ],
      "files": [
        {
          "path": "src/components/customized/tabs/tabs-08.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "tabs-09",
      "type": "registry:component",
      "title": "Tabs with Badge",
      "description": "Tabs with badge indicators",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "tabs",
        "button",
        "badge"
      ],
      "files": [
        {
          "path": "src/components/customized/tabs/tabs-09.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "tabs-10",
      "type": "registry:component",
      "title": "Sharp Tabs",
      "description": "Tabs with sharp corners",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "tabs",
        "button"
      ],
      "files": [
        {
          "path": "src/components/customized/tabs/tabs-10.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "tabs-11",
      "type": "registry:component",
      "title": "Shadow Tabs",
      "description": "Tabs with shadow effect",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "tabs",
        "button"
      ],
      "files": [
        {
          "path": "src/components/customized/tabs/tabs-11.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "tabs-12",
      "type": "registry:component",
      "title": "Skewed Tabs",
      "description": "Tabs with skewed shape",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "tabs",
        "button"
      ],
      "files": [
        {
          "path": "src/components/customized/tabs/tabs-12.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "tabs-13",
      "type": "registry:component",
      "title": "Vertical Tabs",
      "description": "Tabs with vertical orientation",
      "registryDependencies": [
        "tabs"
      ],
      "files": [
        {
          "path": "src/components/customized/tabs/tabs-13.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "tabs-14",
      "type": "registry:component",
      "title": "Vertical Left Bordered Tabs",
      "description": "Vertical tabs with left border",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "tabs"
      ],
      "files": [
        {
          "path": "src/components/customized/tabs/tabs-14.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "tabs-15",
      "type": "registry:component",
      "title": "Vertical Separated Tabs",
      "description": "Vertical tabs with separated style",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "tabs"
      ],
      "files": [
        {
          "path": "src/components/customized/tabs/tabs-15.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "tabs-16",
      "type": "registry:component",
      "title": "Vertical Sharp Tabs",
      "description": "Vertical tabs with sharp corners",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "tabs"
      ],
      "files": [
        {
          "path": "src/components/customized/tabs/tabs-16.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "tabs-17",
      "type": "registry:component",
      "title": "Vertical Bordered Tabs",
      "description": "Vertical tabs with borders",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "tabs"
      ],
      "files": [
        {
          "path": "src/components/customized/tabs/tabs-17.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "tabs-18",
      "type": "registry:component",
      "title": "Animated Tabs",
      "description": "Tabs with content animation",
      "dependencies": [
        "lucide-react",
        "framer-motion"
      ],
      "registryDependencies": [
        "tabs",
        "button"
      ],
      "files": [
        {
          "path": "src/components/customized/tabs/tabs-18.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "textarea-01",
      "type": "registry:component",
      "title": "Default Textarea",
      "description": "A default textarea component",
      "registryDependencies": [
        "textarea"
      ],
      "files": [
        {
          "path": "src/components/customized/textarea/textarea-01.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "textarea-02",
      "type": "registry:component",
      "title": "Textarea with Background Color",
      "description": "A textarea component with background color",
      "registryDependencies": [
        "textarea"
      ],
      "files": [
        {
          "path": "src/components/customized/textarea/textarea-02.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "textarea-03",
      "type": "registry:component",
      "title": "Disabled Textarea",
      "description": "A disabled textarea component",
      "registryDependencies": [
        "textarea"
      ],
      "files": [
        {
          "path": "src/components/customized/textarea/textarea-03.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "textarea-04",
      "type": "registry:component",
      "title": "Textarea with Label",
      "description": "A textarea component with a label",
      "registryDependencies": [
        "textarea",
        "label"
      ],
      "files": [
        {
          "path": "src/components/customized/textarea/textarea-04.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "textarea-05",
      "type": "registry:component",
      "title": "Textarea with Rows",
      "description": "A textarea component with custom rows",
      "registryDependencies": [
        "textarea"
      ],
      "files": [
        {
          "path": "src/components/customized/textarea/textarea-05.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "textarea-06",
      "type": "registry:component",
      "title": "Textarea with Helper Text",
      "description": "A textarea component with helper text",
      "registryDependencies": [
        "textarea",
        "label"
      ],
      "files": [
        {
          "path": "src/components/customized/textarea/textarea-06.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "textarea-07",
      "type": "registry:component",
      "title": "Controlled Textarea",
      "description": "A controlled textarea component",
      "registryDependencies": [
        "textarea"
      ],
      "files": [
        {
          "path": "src/components/customized/textarea/textarea-07.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "tooltip-01",
      "type": "registry:component",
      "title": "Default Tooltip",
      "description": "A default tooltip component",
      "registryDependencies": [
        "tooltip",
        "button"
      ],
      "files": [
        {
          "path": "src/components/customized/tooltip/tooltip-01.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "tooltip-02",
      "type": "registry:component",
      "title": "Tooltip with Arrow",
      "description": "A tooltip component with an arrow",
      "registryDependencies": [
        "tooltip",
        "button"
      ],
      "files": [
        {
          "path": "src/components/customized/tooltip/tooltip-02.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "tooltip-07",
      "type": "registry:component",
      "title": "Tooltip Portal",
      "description": "A tooltip component using portal for rendering",
      "registryDependencies": [
        "tooltip",
        "button"
      ],
      "files": [
        {
          "path": "src/components/customized/tooltip/tooltip-07.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "tooltip-03",
      "type": "registry:component",
      "title": "Tooltip Directions",
      "description": "A tooltip component with different directions",
      "registryDependencies": [
        "tooltip",
        "button"
      ],
      "files": [
        {
          "path": "src/components/customized/tooltip/tooltip-03.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "tooltip-05",
      "type": "registry:component",
      "title": "Tooltip with Delay",
      "description": "A tooltip component with delay settings",
      "registryDependencies": [
        "tooltip",
        "button",
        "input",
        "label"
      ],
      "files": [
        {
          "path": "src/components/customized/tooltip/tooltip-05.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "tooltip-06",
      "type": "registry:component",
      "title": "Tooltip with Skip Delay Duration",
      "description": "A tooltip component with skip delay duration settings",
      "registryDependencies": [
        "tooltip",
        "button",
        "input",
        "label"
      ],
      "files": [
        {
          "path": "src/components/customized/tooltip/tooltip-06.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "tooltip-04",
      "type": "registry:component",
      "title": "Tooltip with Disabled Hoverable Content",
      "description": "A tooltip component with disabled hoverable content",
      "registryDependencies": [
        "tooltip",
        "button"
      ],
      "files": [
        {
          "path": "src/components/customized/tooltip/tooltip-04.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "og-01",
      "type": "registry:item",
      "title": "OG Image 01",
      "description": "Simple centered text",
      "files": [
        {
          "path": "src/registry/og-images/og-01/route.tsx",
          "type": "registry:page",
          "target": "app/api/og/og-01/route.tsx"
        }
      ]
    },
    {
      "name": "og-02",
      "type": "registry:item",
      "title": "OG Image 02",
      "description": "With logo, title and description",
      "files": [
        {
          "path": "src/registry/og-images/og-02/route.tsx",
          "type": "registry:page",
          "target": "app/api/og/og-02/route.tsx"
        }
      ]
    },
    {
      "name": "og-03",
      "type": "registry:item",
      "title": "OG Image 03",
      "description": "With title and image",
      "files": [
        {
          "path": "src/registry/og-images/og-03/route.tsx",
          "type": "registry:page",
          "target": "app/api/og/og-03/route.tsx"
        }
      ]
    },
    {
      "name": "og-04",
      "type": "registry:item",
      "title": "OG Image 04",
      "description": "With gradient background",
      "files": [
        {
          "path": "src/registry/og-images/og-04/route.tsx",
          "type": "registry:page",
          "target": "app/api/og/og-04/route.tsx"
        }
      ]
    },
    {
      "name": "og-05",
      "type": "registry:item",
      "title": "OG Image 05",
      "description": "With Aurora Silk Fade background",
      "files": [
        {
          "path": "src/registry/og-images/og-05/route.tsx",
          "type": "registry:page",
          "target": "app/api/og/og-05/route.tsx"
        }
      ]
    },
    {
      "name": "og-06",
      "type": "registry:item",
      "title": "OG Image 06",
      "description": "With grid background pattern",
      "files": [
        {
          "path": "src/registry/og-images/og-06/route.tsx",
          "type": "registry:page",
          "target": "app/api/og/og-06/route.tsx"
        }
      ]
    },
    {
      "name": "og-07",
      "type": "registry:item",
      "title": "OG Image 07",
      "description": "With warm orange glow center",
      "files": [
        {
          "path": "src/registry/og-images/og-07/route.tsx",
          "type": "registry:page",
          "target": "app/api/og/og-07/route.tsx"
        }
      ]
    },
    {
      "name": "og-08",
      "type": "registry:item",
      "title": "OG Image 08",
      "description": "With title, logo, description and author image",
      "files": [
        {
          "path": "src/registry/og-images/og-08/route.tsx",
          "type": "registry:page",
          "target": "app/api/og/og-08/route.tsx"
        }
      ]
    },
    {
      "name": "og-09",
      "type": "registry:item",
      "title": "OG Image 09",
      "description": "With spilling background",
      "files": [
        {
          "path": "src/registry/og-images/og-09/route.tsx",
          "type": "registry:page",
          "target": "app/api/og/og-09/route.tsx"
        }
      ]
    },
    {
      "name": "og-10",
      "type": "registry:item",
      "title": "OG Image 10",
      "description": "With box layout",
      "files": [
        {
          "path": "src/registry/og-images/og-10/route.tsx",
          "type": "registry:page",
          "target": "app/api/og/og-10/route.tsx"
        }
      ]
    },
    {
      "name": "og-11",
      "type": "registry:item",
      "title": "OG Image 11",
      "description": "With image on the right",
      "files": [
        {
          "path": "src/registry/og-images/og-11/route.tsx",
          "type": "registry:page",
          "target": "app/api/og/og-11/route.tsx"
        }
      ]
    },
    {
      "name": "og-12",
      "type": "registry:item",
      "title": "OG Image 12",
      "description": "With image on the right",
      "files": [
        {
          "path": "src/registry/og-images/og-12/route.tsx",
          "type": "registry:page",
          "target": "app/api/og/og-12/route.tsx"
        }
      ]
    },
    {
      "name": "og-13",
      "type": "registry:item",
      "title": "OG Image 13",
      "description": "With image on the right",
      "files": [
        {
          "path": "src/registry/og-images/og-13/route.tsx",
          "type": "registry:page",
          "target": "app/api/og/og-13/route.tsx"
        }
      ]
    },
    {
      "name": "og-14",
      "type": "registry:item",
      "title": "OG Image 14",
      "description": "With image on the right",
      "files": [
        {
          "path": "src/registry/og-images/og-14/route.tsx",
          "type": "registry:page",
          "target": "app/api/og/og-14/route.tsx"
        }
      ]
    },
    {
      "name": "og-15",
      "type": "registry:item",
      "title": "OG Image 15",
      "description": "With image on the right",
      "files": [
        {
          "path": "src/registry/og-images/og-15/route.tsx",
          "type": "registry:page",
          "target": "app/api/og/og-15/route.tsx"
        }
      ]
    },
    {
      "name": "og-16",
      "type": "registry:item",
      "title": "OG Image 16",
      "description": "With image on the right",
      "files": [
        {
          "path": "src/registry/og-images/og-16/route.tsx",
          "type": "registry:page",
          "target": "app/api/og/og-16/route.tsx"
        }
      ]
    },
    {
      "name": "og-17",
      "type": "registry:item",
      "title": "OG Image 17",
      "description": "With image on the right",
      "files": [
        {
          "path": "src/registry/og-images/og-17/route.tsx",
          "type": "registry:page",
          "target": "app/api/og/og-17/route.tsx"
        }
      ]
    },
    {
      "name": "og-18",
      "type": "registry:item",
      "title": "OG Image 18",
      "description": "With image on the right",
      "files": [
        {
          "path": "src/registry/og-images/og-18/route.tsx",
          "type": "registry:page",
          "target": "app/api/og/og-18/route.tsx"
        }
      ]
    },
    {
      "name": "og-19",
      "type": "registry:item",
      "title": "OG Image 19",
      "description": "With image on the right",
      "files": [
        {
          "path": "src/registry/og-images/og-19/route.tsx",
          "type": "registry:page",
          "target": "app/api/og/og-19/route.tsx"
        }
      ]
    },
    {
      "name": "og-20",
      "type": "registry:item",
      "title": "OG Image 20",
      "description": "With image on the right",
      "files": [
        {
          "path": "src/registry/og-images/og-20/route.tsx",
          "type": "registry:page",
          "target": "app/api/og/og-20/route.tsx"
        }
      ]
    },
    {
      "name": "og-21",
      "type": "registry:item",
      "title": "OG Image 21",
      "description": "With image on the right",
      "files": [
        {
          "path": "src/registry/og-images/og-21/route.tsx",
          "type": "registry:page",
          "target": "app/api/og/og-21/route.tsx"
        }
      ]
    },
    {
      "name": "og-22",
      "type": "registry:item",
      "title": "OG Image 22",
      "description": "With image on the right",
      "files": [
        {
          "path": "src/registry/og-images/og-22/route.tsx",
          "type": "registry:page",
          "target": "app/api/og/og-22/route.tsx"
        }
      ]
    },
    {
      "name": "og-23",
      "type": "registry:item",
      "title": "OG Image 23",
      "description": "With image on the right",
      "files": [
        {
          "path": "src/registry/og-images/og-23/route.tsx",
          "type": "registry:page",
          "target": "app/api/og/og-23/route.tsx"
        }
      ]
    },
    {
      "name": "og-24",
      "type": "registry:item",
      "title": "OG Image 24",
      "description": "With image on the right",
      "files": [
        {
          "path": "src/registry/og-images/og-24/route.tsx",
          "type": "registry:page",
          "target": "app/api/og/og-24/route.tsx"
        }
      ]
    },
    {
      "name": "og-25",
      "type": "registry:item",
      "title": "OG Image 25",
      "description": "With image on the right",
      "files": [
        {
          "path": "src/registry/og-images/og-25/route.tsx",
          "type": "registry:page",
          "target": "app/api/og/og-25/route.tsx"
        }
      ]
    },
    {
      "name": "og-26",
      "type": "registry:item",
      "title": "OG Image 26",
      "description": "With image on the right",
      "files": [
        {
          "path": "src/registry/og-images/og-26/route.tsx",
          "type": "registry:page",
          "target": "app/api/og/og-26/route.tsx"
        }
      ]
    },
    {
      "name": "og-27",
      "type": "registry:item",
      "title": "OG Image 27",
      "description": "With image on the right",
      "files": [
        {
          "path": "src/registry/og-images/og-27/route.tsx",
          "type": "registry:page",
          "target": "app/api/og/og-27/route.tsx"
        }
      ]
    },
    {
      "name": "og-28",
      "type": "registry:item",
      "title": "OG Image 28",
      "description": "With image on the right",
      "files": [
        {
          "path": "src/registry/og-images/og-28/route.tsx",
          "type": "registry:page",
          "target": "app/api/og/og-28/route.tsx"
        }
      ]
    },
    {
      "name": "og-29",
      "type": "registry:item",
      "title": "OG Image 29",
      "description": "With title, description and image",
      "files": [
        {
          "path": "src/registry/og-images/og-29/route.tsx",
          "type": "registry:page",
          "target": "app/api/og/og-29/route.tsx"
        }
      ]
    },
    {
      "name": "og-30",
      "type": "registry:item",
      "title": "OG Image 30",
      "description": "With title, description and image in box layout",
      "files": [
        {
          "path": "src/registry/og-images/og-30/route.tsx",
          "type": "registry:page",
          "target": "app/api/og/og-30/route.tsx"
        }
      ]
    },
    {
      "name": "og-31",
      "type": "registry:item",
      "title": "OG Image 31",
      "description": "With image on the right",
      "files": [
        {
          "path": "src/registry/og-images/og-31/route.tsx",
          "type": "registry:page",
          "target": "app/api/og/og-31/route.tsx"
        }
      ]
    },
    {
      "name": "og-32",
      "type": "registry:item",
      "title": "OG Image 32",
      "description": "With image on the right",
      "files": [
        {
          "path": "src/registry/og-images/og-32/route.tsx",
          "type": "registry:page",
          "target": "app/api/og/og-32/route.tsx"
        }
      ]
    },
    {
      "name": "blog-01",
      "type": "registry:block",
      "title": "Blog 01",
      "description": "A simple blog post list",
      "registryDependencies": [
        "badge",
        "card",
        "select"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/blog-01/components/blog.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "blog-02",
      "type": "registry:block",
      "title": "Blog 02",
      "description": "A simple blog post list",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "badge",
        "button",
        "card",
        "select"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/blog-02/components/blog.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "blog-03",
      "type": "registry:block",
      "title": "Blog 03",
      "description": "A simple blog post list",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "badge",
        "card"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/blog-03/components/blog.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "contact-01",
      "type": "registry:block",
      "title": "Contact 01",
      "description": "A simple contact form",
      "dependencies": [
        "lucide-react"
      ],
      "files": [
        {
          "path": "src/registry/blocks/shared/contact-01/components/contact.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "contact-02",
      "type": "registry:block",
      "title": "Contact 02",
      "description": "A simple contact form",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "button",
        "card",
        "checkbox",
        "input",
        "label",
        "textarea"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/contact-02/components/contact.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "contact-03",
      "type": "registry:block",
      "title": "Contact 03",
      "description": "A simple contact form",
      "dependencies": [
        "lucide-react"
      ],
      "files": [
        {
          "path": "src/registry/blocks/shared/contact-03/components/contact.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "faq-01",
      "type": "registry:block",
      "title": "FAQ 01",
      "description": "A simple FAQ component",
      "registryDependencies": [
        "accordion"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/faq-01/components/faq.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "faq-02",
      "type": "registry:block",
      "title": "FAQ 02",
      "description": "A simple FAQ component",
      "registryDependencies": [
        "accordion"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/faq-02/components/faq.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "faq-03",
      "type": "registry:block",
      "title": "FAQ 03",
      "description": "A simple FAQ component",
      "dependencies": [
        "lucide-react",
        "radix-ui"
      ],
      "registryDependencies": [
        "accordion"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/faq-03/components/faq.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "faq-04",
      "type": "registry:block",
      "title": "FAQ 04",
      "description": "A simple FAQ component",
      "dependencies": [
        "lucide-react"
      ],
      "files": [
        {
          "path": "src/registry/blocks/shared/faq-04/components/faq.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "faq-05",
      "type": "registry:block",
      "title": "FAQ 05",
      "description": "A simple FAQ component",
      "dependencies": [
        "lucide-react"
      ],
      "files": [
        {
          "path": "src/registry/blocks/shared/faq-05/components/faq.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "faq-06",
      "type": "registry:block",
      "title": "FAQ 06",
      "description": "A simple FAQ component",
      "dependencies": [
        "lucide-react"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/faq-06/components/faq.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "faq-07",
      "type": "registry:block",
      "title": "FAQ 07",
      "description": "A simple FAQ component",
      "dependencies": [
        "lucide-react",
        "radix-ui"
      ],
      "registryDependencies": [
        "accordion"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/faq-07/components/faq.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "features-01",
      "type": "registry:block",
      "title": "Features 01",
      "description": "A simple features block",
      "dependencies": [
        "lucide-react"
      ],
      "files": [
        {
          "path": "src/registry/blocks/shared/features-01/components/features.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "features-02",
      "type": "registry:block",
      "title": "Features 02",
      "description": "A simple features block",
      "files": [
        {
          "path": "src/registry/blocks/shared/features-02/components/features.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "features-03",
      "type": "registry:block",
      "title": "Features 03",
      "description": "A simple features block",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "button"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/features-03/components/features.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "features-04",
      "type": "registry:block",
      "title": "Features 04",
      "description": "A simple features block",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "accordion"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/features-04/components/features.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "features-05",
      "type": "registry:block",
      "title": "Features 05",
      "description": "A simple features block",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "card"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/features-05/components/features.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "features-06",
      "type": "registry:block",
      "title": "Features 06",
      "description": "A simple features block",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "button"
      ],
      "files": [
        {
          "path": "src/registry/blocks/shared/features-06/components/features.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "features-07",
      "type": "registry:block",
      "title": "Features 07",
      "description": "A simple features block",
      "dependencies": [
        "lucide-react"
      ],
      "files": [
        {
          "path": "src/registry/blocks/shared/features-07/components/features.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "footer-01",
      "type": "registry:block",
      "title": "Footer 01",
      "description": "A simple footer block",
      "registryDependencies": [
        "separator"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/footer-01/components/footer.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "footer-02",
      "type": "registry:block",
      "title": "Footer 02",
      "description": "A simple footer block",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "separator"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/footer-02/components/footer.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "footer-03",
      "type": "registry:block",
      "title": "Footer 03",
      "description": "A simple footer block",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "button",
        "input",
        "separator"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/footer-03/components/footer.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "footer-04",
      "type": "registry:block",
      "title": "Footer 04",
      "description": "A simple footer block",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "button",
        "input",
        "separator"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/footer-04/components/footer.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "footer-05",
      "type": "registry:block",
      "title": "Footer 05",
      "description": "A simple footer block",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "separator"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/footer-05/components/footer.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "hero-01",
      "type": "registry:block",
      "title": "Hero 01",
      "description": "A simple hero block",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "badge",
        "button"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/hero-01/components/hero.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "hero-02",
      "type": "registry:block",
      "title": "Hero 02",
      "description": "A simple hero block",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "badge",
        "button"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/hero-02/components/hero.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "hero-03",
      "type": "registry:block",
      "title": "Hero 03",
      "description": "A simple hero block",
      "dependencies": [
        "lucide-react",
        "motion",
        "@radix-ui/react-visually-hidden"
      ],
      "registryDependencies": [
        "badge",
        "button",
        "navigation-menu",
        "sheet"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/hero-03/components/hero.tsx",
          "type": "registry:component"
        },
        {
          "path": "src/registry/blocks/radix/hero-03/components/gradient-text.tsx",
          "type": "registry:component"
        },
        {
          "path": "src/registry/blocks/radix/hero-03/components/navbar.tsx",
          "type": "registry:component"
        },
        {
          "path": "src/registry/blocks/radix/hero-03/components/logo.tsx",
          "type": "registry:component"
        },
        {
          "path": "src/registry/blocks/radix/hero-03/components/nav-menu.tsx",
          "type": "registry:component"
        },
        {
          "path": "src/registry/blocks/radix/hero-03/components/navigation-sheet.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "hero-04",
      "type": "registry:block",
      "title": "Hero 04",
      "description": "A simple hero block",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "badge",
        "button"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/hero-04/components/hero.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "hero-05",
      "type": "registry:block",
      "title": "Hero 05",
      "description": "A simple hero block",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "badge",
        "button"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/hero-05/components/hero.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "hero-06",
      "type": "registry:block",
      "title": "Hero 06",
      "description": "A simple hero block",
      "dependencies": [
        "lucide-react",
        "next-themes"
      ],
      "registryDependencies": [
        "badge",
        "button",
        "https://www.shadcnui-blocks.com/r/dot-pattern.json",
        "https://www.shadcnui-blocks.com/r/particles.json"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/hero-06/components/hero.tsx",
          "type": "registry:component"
        },
        {
          "path": "src/registry/blocks/radix/hero-06/components/background-pattern.tsx",
          "type": "registry:component"
        },
        {
          "path": "src/registry/blocks/radix/hero-06/components/ui/dot-pattern.tsx",
          "type": "registry:component"
        },
        {
          "path": "src/registry/blocks/radix/hero-06/components/ui/particles.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "hero-07",
      "type": "registry:block",
      "title": "Hero 07",
      "description": "A simple hero block",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "badge",
        "button",
        "https://www.shadcnui-blocks.com/r/animated-grid-pattern.json"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/hero-07/components/hero.tsx",
          "type": "registry:component"
        },
        {
          "path": "src/registry/blocks/radix/hero-07/components/ui/animated-grid-pattern.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "login-01",
      "type": "registry:block",
      "title": "Login 01",
      "description": "A simple login block",
      "dependencies": [
        "react-hook-form",
        "zod",
        "@hookform/resolvers"
      ],
      "registryDependencies": [
        "button",
        "field",
        "input",
        "separator"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/login-01/components/login.tsx",
          "type": "registry:component"
        },
        {
          "path": "src/registry/blocks/radix/login-01/components/logo.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "login-02",
      "type": "registry:block",
      "title": "Login 02",
      "description": "A simple login block",
      "dependencies": [
        "react-hook-form",
        "zod",
        "@hookform/resolvers"
      ],
      "registryDependencies": [
        "button",
        "field",
        "input",
        "separator"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/login-02/components/login.tsx",
          "type": "registry:component"
        },
        {
          "path": "src/registry/blocks/radix/login-02/components/logo.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "login-03",
      "type": "registry:block",
      "title": "Login 03",
      "description": "A simple login block",
      "dependencies": [
        "react-hook-form",
        "zod",
        "@hookform/resolvers"
      ],
      "registryDependencies": [
        "button",
        "field",
        "input",
        "separator"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/login-03/components/login.tsx",
          "type": "registry:component"
        },
        {
          "path": "src/registry/blocks/radix/login-03/components/logo.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "login-04",
      "type": "registry:block",
      "title": "Login 04",
      "description": "A simple login block",
      "dependencies": [
        "react-hook-form",
        "zod",
        "@hookform/resolvers"
      ],
      "registryDependencies": [
        "button",
        "field",
        "input",
        "separator"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/login-04/components/login.tsx",
          "type": "registry:component"
        },
        {
          "path": "src/registry/blocks/radix/login-04/components/logo.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "login-05",
      "type": "registry:block",
      "title": "Login 05",
      "description": "A simple login block",
      "dependencies": [
        "@hookform/resolvers",
        "lucide-react",
        "react-hook-form",
        "zod"
      ],
      "registryDependencies": [
        "button",
        "field",
        "input",
        "separator"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/login-05/components/login.tsx",
          "type": "registry:component"
        },
        {
          "path": "src/registry/blocks/radix/login-05/components/logo.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "logo-cloud-01",
      "type": "registry:block",
      "title": "Logo Cloud 01",
      "description": "A simple logos block",
      "files": [
        {
          "path": "src/registry/blocks/shared/logo-cloud-01/components/logo-cloud.tsx",
          "type": "registry:component"
        },
        {
          "path": "src/registry/blocks/shared/logo-cloud-01/components/logos.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "logo-cloud-02",
      "type": "registry:block",
      "title": "Logo Cloud 02",
      "description": "A simple logos block",
      "files": [
        {
          "path": "src/registry/blocks/shared/logo-cloud-02/components/logo-cloud.tsx",
          "type": "registry:component"
        },
        {
          "path": "src/registry/blocks/shared/logo-cloud-02/components/logos.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "logo-cloud-03",
      "type": "registry:block",
      "title": "Logo Cloud 03",
      "description": "A simple logos block",
      "files": [
        {
          "path": "src/registry/blocks/shared/logo-cloud-03/components/logo-cloud.tsx",
          "type": "registry:component"
        },
        {
          "path": "src/registry/blocks/shared/logo-cloud-03/components/logos.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "logo-cloud-04",
      "type": "registry:block",
      "title": "Logo Cloud 04",
      "description": "A simple logos block",
      "files": [
        {
          "path": "src/registry/blocks/shared/logo-cloud-04/components/logo-cloud.tsx",
          "type": "registry:component"
        },
        {
          "path": "src/registry/blocks/shared/logo-cloud-04/components/logos.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "logo-cloud-05",
      "type": "registry:block",
      "title": "Logo Cloud 05",
      "description": "A simple logos block",
      "files": [
        {
          "path": "src/registry/blocks/shared/logo-cloud-05/components/logo-cloud.tsx",
          "type": "registry:component"
        },
        {
          "path": "src/registry/blocks/shared/logo-cloud-05/components/logos.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "logo-cloud-06",
      "type": "registry:block",
      "title": "Logo Cloud 06",
      "description": "A simple logos block",
      "registryDependencies": [
        "https://www.shadcnui-blocks.com/r/marquee.json"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/logo-cloud-06/components/logo-cloud.tsx",
          "type": "registry:component"
        },
        {
          "path": "src/registry/blocks/radix/logo-cloud-06/components/logos.tsx",
          "type": "registry:component"
        },
        {
          "path": "src/registry/blocks/radix/logo-cloud-06/components/ui/marquee.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "logo-cloud-07",
      "type": "registry:block",
      "title": "Logo Cloud 07",
      "description": "A simple logos block",
      "registryDependencies": [
        "https://www.shadcnui-blocks.com/r/marquee.json"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/logo-cloud-07/components/logo-cloud.tsx",
          "type": "registry:component"
        },
        {
          "path": "src/registry/blocks/radix/logo-cloud-07/components/logos.tsx",
          "type": "registry:component"
        },
        {
          "path": "src/registry/blocks/radix/logo-cloud-07/components/ui/marquee.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "navbar-01",
      "type": "registry:block",
      "title": "Navbar 01",
      "description": "A simple navbar block",
      "dependencies": [
        "lucide-react",
        "@radix-ui/react-visually-hidden"
      ],
      "registryDependencies": [
        "button",
        "navigation-menu",
        "sheet"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/navbar-01/components/navbar.tsx",
          "type": "registry:component"
        },
        {
          "path": "src/registry/blocks/radix/navbar-01/components/logo.tsx",
          "type": "registry:component"
        },
        {
          "path": "src/registry/blocks/radix/navbar-01/components/nav-menu.tsx",
          "type": "registry:component"
        },
        {
          "path": "src/registry/blocks/radix/navbar-01/components/navigation-sheet.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "navbar-02",
      "type": "registry:block",
      "title": "Navbar 02",
      "description": "A simple navbar block",
      "dependencies": [
        "lucide-react",
        "@radix-ui/react-visually-hidden"
      ],
      "registryDependencies": [
        "button",
        "navigation-menu",
        "sheet"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/navbar-02/components/navbar.tsx",
          "type": "registry:component"
        },
        {
          "path": "src/registry/blocks/radix/navbar-02/components/logo.tsx",
          "type": "registry:component"
        },
        {
          "path": "src/registry/blocks/radix/navbar-02/components/nav-menu.tsx",
          "type": "registry:component"
        },
        {
          "path": "src/registry/blocks/radix/navbar-02/components/navigation-sheet.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "navbar-03",
      "type": "registry:block",
      "title": "Navbar 03",
      "description": "A simple navbar block",
      "dependencies": [
        "lucide-react",
        "@radix-ui/react-visually-hidden"
      ],
      "registryDependencies": [
        "button",
        "navigation-menu",
        "sheet"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/navbar-03/components/navbar.tsx",
          "type": "registry:component"
        },
        {
          "path": "src/registry/blocks/radix/navbar-03/components/logo.tsx",
          "type": "registry:component"
        },
        {
          "path": "src/registry/blocks/radix/navbar-03/components/nav-menu.tsx",
          "type": "registry:component"
        },
        {
          "path": "src/registry/blocks/radix/navbar-03/components/navigation-sheet.tsx",
          "type": "registry:component"
        },
        {
          "path": "src/registry/blocks/radix/navbar-03/config/navbar.ts",
          "type": "registry:file",
          "target": "config/navbar.ts"
        }
      ]
    },
    {
      "name": "navbar-04",
      "type": "registry:block",
      "title": "Navbar 04",
      "description": "A simple navbar block",
      "dependencies": [
        "lucide-react",
        "@radix-ui/react-visually-hidden"
      ],
      "registryDependencies": [
        "button",
        "navigation-menu",
        "sheet"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/navbar-04/components/navbar.tsx",
          "type": "registry:component"
        },
        {
          "path": "src/registry/blocks/radix/navbar-04/components/logo.tsx",
          "type": "registry:component"
        },
        {
          "path": "src/registry/blocks/radix/navbar-04/components/nav-menu.tsx",
          "type": "registry:component"
        },
        {
          "path": "src/registry/blocks/radix/navbar-04/components/navigation-sheet.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "navbar-05",
      "type": "registry:block",
      "title": "Navbar 05",
      "description": "A simple navbar block",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "button",
        "input"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/navbar-05/components/navbar.tsx",
          "type": "registry:component"
        },
        {
          "path": "src/registry/blocks/radix/navbar-05/components/logo.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "pricing-01",
      "type": "registry:block",
      "title": "Pricing 01",
      "description": "A simple pricing block",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "button",
        "separator"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/pricing-01/components/pricing.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "pricing-02",
      "type": "registry:block",
      "title": "Pricing 02",
      "description": "A simple pricing block",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "badge",
        "button",
        "separator"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/pricing-02/components/pricing.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "pricing-03",
      "type": "registry:block",
      "title": "Pricing 03",
      "description": "A simple pricing block",
      "dependencies": [
        "lucide-react",
        "@number-flow/react"
      ],
      "registryDependencies": [
        "badge",
        "button",
        "separator",
        "tabs",
        "tooltip"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/pricing-03/components/pricing.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "pricing-04",
      "type": "registry:block",
      "title": "Pricing 04",
      "description": "A simple pricing block",
      "dependencies": [
        "lucide-react",
        "@number-flow/react"
      ],
      "registryDependencies": [
        "badge",
        "button",
        "separator",
        "tabs",
        "tooltip"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/pricing-04/components/pricing.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "pricing-05",
      "type": "registry:block",
      "title": "Pricing 05",
      "description": "A simple pricing block",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "badge",
        "button",
        "separator"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/pricing-05/components/pricing.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "pricing-06",
      "type": "registry:block",
      "title": "Pricing 06",
      "description": "A simple pricing block",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "badge",
        "button",
        "separator"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/pricing-06/components/pricing.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "signup-01",
      "type": "registry:block",
      "title": "Signup 01",
      "description": "A simple signup block",
      "dependencies": [
        "@hookform/resolvers",
        "react-hook-form",
        "zod"
      ],
      "registryDependencies": [
        "button",
        "field",
        "input",
        "separator"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/signup-01/components/signup.tsx",
          "type": "registry:component"
        },
        {
          "path": "src/registry/blocks/radix/signup-01/components/logo.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "signup-02",
      "type": "registry:block",
      "title": "Signup 02",
      "description": "A simple signup block",
      "dependencies": [
        "@hookform/resolvers",
        "react-hook-form",
        "zod"
      ],
      "registryDependencies": [
        "button",
        "field",
        "input",
        "separator"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/signup-02/components/signup.tsx",
          "type": "registry:component"
        },
        {
          "path": "src/registry/blocks/radix/signup-02/components/logo.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "signup-03",
      "type": "registry:block",
      "title": "Signup 03",
      "description": "A simple signup block",
      "dependencies": [
        "@hookform/resolvers",
        "react-hook-form",
        "zod"
      ],
      "registryDependencies": [
        "button",
        "field",
        "input",
        "separator"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/signup-03/components/signup.tsx",
          "type": "registry:component"
        },
        {
          "path": "src/registry/blocks/radix/signup-03/components/logo.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "signup-04",
      "type": "registry:block",
      "title": "Signup 04",
      "description": "A simple signup block",
      "dependencies": [
        "@hookform/resolvers",
        "react-hook-form",
        "zod"
      ],
      "registryDependencies": [
        "button",
        "field",
        "input",
        "separator"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/signup-04/components/signup.tsx",
          "type": "registry:component"
        },
        {
          "path": "src/registry/blocks/radix/signup-04/components/logo.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "signup-05",
      "type": "registry:block",
      "title": "Signup 05",
      "description": "A simple signup block",
      "dependencies": [
        "@hookform/resolvers",
        "lucide-react",
        "react-hook-form",
        "zod"
      ],
      "registryDependencies": [
        "button",
        "field",
        "input",
        "separator"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/signup-05/components/signup.tsx",
          "type": "registry:component"
        },
        {
          "path": "src/registry/blocks/radix/signup-05/components/logo.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "stats-01",
      "type": "registry:block",
      "title": "Stats 01",
      "description": "A simple stats block",
      "files": [
        {
          "path": "src/registry/blocks/shared/stats-01/components/stats.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "stats-02",
      "type": "registry:block",
      "title": "Stats 02",
      "description": "A simple stats block",
      "files": [
        {
          "path": "src/registry/blocks/shared/stats-02/components/stats.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "team-01",
      "type": "registry:block",
      "title": "Team 01",
      "description": "A simple team block",
      "files": [
        {
          "path": "src/registry/blocks/shared/team-01/components/team.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "team-02",
      "type": "registry:block",
      "title": "Team 02",
      "description": "A simple team block",
      "files": [
        {
          "path": "src/registry/blocks/shared/team-02/components/team.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "team-03",
      "type": "registry:block",
      "title": "Team 03",
      "description": "A simple team block",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "button"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/team-03/components/team.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "team-04",
      "type": "registry:block",
      "title": "Team 04",
      "description": "A simple team block",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "button"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/team-04/components/team.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "team-05",
      "type": "registry:block",
      "title": "Team 05",
      "description": "A simple team block",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "button"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/team-05/components/team.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "testimonials-01",
      "type": "registry:block",
      "title": "Testimonials 01",
      "description": "A simple testimonial block",
      "registryDependencies": [
        "avatar",
        "button"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/testimonials-01/components/testimonials.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "testimonials-02",
      "type": "registry:block",
      "title": "Testimonials 02",
      "description": "A simple testimonial block",
      "registryDependencies": [
        "avatar",
        "button"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/testimonials-02/components/testimonials.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "testimonials-03",
      "type": "registry:block",
      "title": "Testimonials 03",
      "description": "A simple testimonial block",
      "registryDependencies": [
        "avatar"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/testimonials-03/components/testimonials.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "testimonials-04",
      "type": "registry:block",
      "title": "Testimonials 04",
      "description": "A simple testimonial block",
      "registryDependencies": [
        "avatar",
        "button",
        "https://www.shadcnui-blocks.com/r/marquee.json"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/testimonials-04/components/testimonials.tsx",
          "type": "registry:component"
        },
        {
          "path": "src/registry/blocks/radix/testimonials-04/components/ui/marquee.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "testimonials-05",
      "type": "registry:block",
      "title": "Testimonials 05",
      "description": "A simple testimonial block",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "avatar"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/testimonials-05/components/testimonials.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "testimonials-06",
      "type": "registry:block",
      "title": "Testimonials 06",
      "description": "A simple testimonial block",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "avatar",
        "carousel"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/testimonials-06/components/testimonials.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "timeline-01",
      "type": "registry:block",
      "title": "Timeline 01",
      "description": "A simple timeline block",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "badge"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/timeline-01/components/timeline.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "timeline-02",
      "type": "registry:block",
      "title": "Timeline 02",
      "description": "A simple timeline block with vertically spaced dots",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "badge"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/timeline-02/components/timeline.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "timeline-03",
      "type": "registry:block",
      "title": "Timeline 03",
      "description": "A simple timeline block with icons",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "badge"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/timeline-03/components/timeline.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "timeline-04",
      "type": "registry:block",
      "title": "Timeline 04",
      "description": "A simple timeline with custom elements",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "badge"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/timeline-04/components/timeline.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "timeline-05",
      "type": "registry:block",
      "title": "Timeline 05",
      "description": "A simple timeline block for process steps",
      "files": [
        {
          "path": "src/registry/blocks/shared/timeline-05/components/timeline.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "timeline-06",
      "type": "registry:block",
      "title": "Timeline 06",
      "description": "A simple timeline block for process steps with completion status",
      "dependencies": [
        "lucide-react"
      ],
      "files": [
        {
          "path": "src/registry/blocks/shared/timeline-06/components/timeline.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "timeline-07",
      "type": "registry:block",
      "title": "Timeline 07",
      "description": "A simple timeline block with changelog",
      "files": [
        {
          "path": "src/registry/blocks/shared/timeline-07/components/timeline.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "banner-01",
      "type": "registry:block",
      "title": "Banner 01",
      "description": "A simple banner block",
      "files": [
        {
          "path": "src/registry/blocks/shared/banner-01/components/banner.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "banner-02",
      "type": "registry:block",
      "title": "Banner 02",
      "description": "A simple banner block",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "button"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/banner-02/components/banner.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "banner-03",
      "type": "registry:block",
      "title": "Banner 03",
      "description": "A simple banner block",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "button"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/banner-03/components/banner.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "banner-04",
      "type": "registry:block",
      "title": "Banner 04",
      "description": "A simple banner block",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "button"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/banner-04/components/banner.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "cta-01",
      "type": "registry:block",
      "title": "CTA 01",
      "description": "A simple CTA block",
      "registryDependencies": [
        "button"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/cta-01/components/cta.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "cta-02",
      "type": "registry:block",
      "title": "CTA 02",
      "description": "A simple CTA block",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "button"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/cta-02/components/cta.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "cta-03",
      "type": "registry:block",
      "title": "CTA 03",
      "description": "A simple CTA block",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "button"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/cta-03/components/cta.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "cta-04",
      "type": "registry:block",
      "title": "CTA 04",
      "description": "A simple CTA block",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "button"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/cta-04/components/cta.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "cta-05",
      "type": "registry:block",
      "title": "CTA 05",
      "description": "A simple CTA block",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "button"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/cta-05/components/cta.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "cta-06",
      "type": "registry:block",
      "title": "CTA 06",
      "description": "A simple CTA block",
      "dependencies": [
        "lucide-react",
        "@paper-design/shaders-react"
      ],
      "registryDependencies": [
        "button"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/cta-06/components/cta.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "cta-07",
      "type": "registry:block",
      "title": "CTA 07",
      "description": "A simple CTA block",
      "registryDependencies": [
        "button"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/cta-07/components/cta.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "carousel-block-01",
      "type": "registry:block",
      "title": "Carousel Block 01",
      "description": "A simple carousel block",
      "registryDependencies": [
        "carousel",
        "button"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/carousel-block-01/components/carousel.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "carousel-block-02",
      "type": "registry:block",
      "title": "Carousel Block 02",
      "description": "A simple carousel block",
      "registryDependencies": [
        "carousel"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/carousel-block-02/components/carousel.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "changelog-01",
      "type": "registry:block",
      "title": "Changelog 01",
      "description": "A simple changelog block",
      "files": [
        {
          "path": "src/registry/blocks/radix/changelog-01/components/changelog.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "changelog-02",
      "type": "registry:block",
      "title": "Changelog 02",
      "description": "A simple changelog block",
      "files": [
        {
          "path": "src/registry/blocks/radix/changelog-02/components/changelog.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "changelog-03",
      "type": "registry:block",
      "title": "Changelog 03",
      "description": "A simple changelog block",
      "files": [
        {
          "path": "src/registry/blocks/radix/changelog-03/components/changelog.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "code-block-01",
      "type": "registry:block",
      "title": "Code Block 01",
      "description": "A simple code block",
      "dependencies": [
        "shiki"
      ],
      "files": [
        {
          "path": "src/registry/blocks/shared/code-block-01/components/code-block.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "code-block-02",
      "type": "registry:block",
      "title": "Code Block 02",
      "description": "A simple code block",
      "dependencies": [
        "shiki"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/code-block-02/components/code-block.tsx",
          "type": "registry:component"
        },
        {
          "path": "src/registry/blocks/radix/code-block-02/components/code-block-header.tsx",
          "type": "registry:component"
        },
        {
          "path": "src/registry/blocks/radix/code-block-02/hooks/use-copy-to-clipboard.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "code-block-03",
      "type": "registry:block",
      "title": "Code Block 03",
      "description": "A simple code block",
      "dependencies": [
        "shiki"
      ],
      "registryDependencies": [
        "scroll-area",
        "tabs"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/code-block-03/components/code-block.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "empty-state-01",
      "type": "registry:block",
      "title": "Empty State 01",
      "description": "A simple empty state block",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "card",
        "button"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/empty-state-01/components/empty-state.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "empty-state-02",
      "type": "registry:block",
      "title": "Empty State 02",
      "description": "A simple empty state block",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "table",
        "button"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/empty-state-02/components/empty-state.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "empty-state-03",
      "type": "registry:block",
      "title": "Empty State 03",
      "description": "A simple empty state block",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "tabs",
        "button"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/empty-state-03/components/empty-state.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "empty-state-04",
      "type": "registry:block",
      "title": "Empty State 04",
      "description": "A simple empty state block",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "button"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/empty-state-04/components/empty-state.tsx",
          "type": "registry:component"
        },
        {
          "path": "src/registry/blocks/radix/empty-state-04/components/magicui/marquee.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "invite-member-01",
      "type": "registry:block",
      "title": "Invite Member 01",
      "description": "A simple invite member block",
      "dependencies": [
        "react-hook-form",
        "@hookform/resolvers",
        "zod",
        "lucide-react"
      ],
      "registryDependencies": [
        "button",
        "dialog",
        "field",
        "input",
        "select"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/invite-member-01/components/invite-member.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "invite-member-02",
      "type": "registry:block",
      "title": "Invite Member 02",
      "description": "A simple invite member block",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "avatar",
        "button",
        "dialog",
        "scroll-area",
        "tooltip"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/invite-member-02/components/invite-member.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "invite-member-03",
      "type": "registry:block",
      "title": "Invite Member 03",
      "description": "A simple invite member block",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "avatar",
        "button",
        "dialog",
        "scroll-area",
        "tooltip"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/invite-member-03/components/invite-member.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "keyboard-shortcuts-01",
      "type": "registry:block",
      "title": "Keyboard Shortcuts 01",
      "description": "A simple keyboard shortcuts block",
      "registryDependencies": [
        "card",
        "kbd"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/keyboard-shortcuts-01/components/keyboard-shortcuts.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "keyboard-shortcuts-02",
      "type": "registry:block",
      "title": "Keyboard Shortcuts 02",
      "description": "A simple keyboard shortcuts block",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "card",
        "kbd"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/keyboard-shortcuts-02/components/keyboard-shortcuts.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "keyboard-shortcuts-03",
      "type": "registry:block",
      "title": "Keyboard Shortcuts 03",
      "description": "A simple keyboard shortcuts block",
      "registryDependencies": [
        "kbd"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/keyboard-shortcuts-03/components/keyboard-shortcuts.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "keyboard-shortcuts-04",
      "type": "registry:block",
      "title": "Keyboard Shortcuts 04",
      "description": "A simple keyboard shortcuts block",
      "registryDependencies": [
        "kbd"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/keyboard-shortcuts-04/components/keyboard-shortcuts.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "members-01",
      "type": "registry:block",
      "title": "Members 01",
      "description": "A simple members block",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "avatar",
        "button",
        "table"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/members-01/components/members.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "members-02",
      "type": "registry:block",
      "title": "Members 02",
      "description": "A simple members block",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "avatar",
        "button",
        "table"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/members-02/components/members.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "members-03",
      "type": "registry:block",
      "title": "Members 03",
      "description": "A simple members block",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "button"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/members-03/components/members.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "order-confirmation-01",
      "type": "registry:block",
      "title": "Order Confirmation 01",
      "description": "A simple order confirmation block",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "button"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/order-confirmation-01/components/order-confirmation.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "order-confirmation-02",
      "type": "registry:block",
      "title": "Order Confirmation 02",
      "description": "A simple order confirmation block",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "separator"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/order-confirmation-02/components/order-confirmation.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "profile-01",
      "type": "registry:block",
      "title": "Profile 01",
      "description": "A simple profile block",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "button",
        "avatar",
        "tooltip",
        "dropdown-menu"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/profile-01/components/profile.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "profile-02",
      "type": "registry:block",
      "title": "Profile 02",
      "description": "A simple profile block",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "button",
        "avatar",
        "tooltip",
        "dropdown-menu"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/profile-02/components/profile.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "profile-03",
      "type": "registry:block",
      "title": "Profile 03",
      "description": "A simple profile block",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "button",
        "avatar",
        "tooltip",
        "dropdown-menu",
        "tabs"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/profile-03/components/profile.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "profile-04",
      "type": "registry:block",
      "title": "Profile 04",
      "description": "A simple profile block",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "button",
        "avatar",
        "tooltip",
        "dropdown-menu",
        "tabs"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/profile-04/components/profile.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "setup-guide-01",
      "type": "registry:block",
      "title": "Setup Guide 01",
      "description": "A simple setup guide block",
      "files": [
        {
          "path": "src/registry/blocks/radix/setup-guide-01/components/setup-guide.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "setup-guide-02",
      "type": "registry:block",
      "title": "Setup Guide 02",
      "description": "A simple setup guide block",
      "files": [
        {
          "path": "src/registry/blocks/radix/setup-guide-02/components/setup-guide.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "setup-guide-03",
      "type": "registry:block",
      "title": "Setup Guide 03",
      "description": "A simple setup guide block",
      "files": [
        {
          "path": "src/registry/blocks/radix/setup-guide-03/components/setup-guide.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "setup-guide-04",
      "type": "registry:block",
      "title": "Setup Guide 04",
      "description": "A simple setup guide block",
      "files": [
        {
          "path": "src/registry/blocks/radix/setup-guide-04/components/setup-guide.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "verification-01",
      "type": "registry:block",
      "title": "Verification 01",
      "description": "A simple verification block",
      "files": [
        {
          "path": "src/registry/blocks/radix/verification-01/components/verification.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "hero-08",
      "type": "registry:block",
      "title": "Hero 08",
      "description": "A simple hero block",
      "files": [
        {
          "path": "src/registry/blocks/radix/hero-08/components/hero.tsx",
          "type": "registry:component"
        },
        {
          "path": "src/registry/blocks/radix/hero-08/components/navbar.tsx",
          "type": "registry:component"
        },
        {
          "path": "src/registry/blocks/radix/hero-08/components/nav-menu.tsx",
          "type": "registry:component"
        },
        {
          "path": "src/registry/blocks/radix/hero-08/components/logos.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "features-08",
      "type": "registry:block",
      "title": "Features 08",
      "description": "A simple features block",
      "files": [
        {
          "path": "src/registry/blocks/shared/features-08/components/features.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "features-09",
      "type": "registry:block",
      "title": "Features 09",
      "description": "A simple features block",
      "files": [
        {
          "path": "src/registry/blocks/shared/features-09/components/features.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "features-10",
      "type": "registry:block",
      "title": "Features 10",
      "description": "A simple features block",
      "files": [
        {
          "path": "src/registry/blocks/radix/features-10/components/features.tsx",
          "type": "registry:component"
        },
        {
          "path": "src/registry/blocks/radix/features-10/components/stats-card.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "features-11",
      "type": "registry:block",
      "title": "Features 11",
      "description": "A simple features block",
      "files": [
        {
          "path": "src/registry/blocks/radix/features-11/components/features.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "features-12",
      "type": "registry:block",
      "title": "Features 12",
      "description": "A simple features block",
      "files": [
        {
          "path": "src/registry/blocks/radix/features-12/components/features.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "features-13",
      "type": "registry:block",
      "title": "Features 13",
      "description": "A simple features block",
      "files": [
        {
          "path": "src/registry/blocks/shared/features-13/components/features.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "features-14",
      "type": "registry:block",
      "title": "Features 14",
      "description": "A simple features block",
      "files": [
        {
          "path": "src/registry/blocks/radix/features-14/components/features.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "features-15",
      "type": "registry:block",
      "title": "Features 15",
      "description": "A simple features block",
      "files": [
        {
          "path": "src/registry/blocks/shared/features-15/components/features.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "features-16",
      "type": "registry:block",
      "title": "Features 16",
      "description": "A simple features block",
      "files": [
        {
          "path": "src/registry/blocks/shared/features-16/components/features.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "features-17",
      "type": "registry:block",
      "title": "Features 17",
      "description": "A simple features block",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "button"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/features-17/components/features.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "features-18",
      "type": "registry:block",
      "title": "Features 18",
      "description": "A simple features block",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "button"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/features-18/components/features.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "faq-08",
      "type": "registry:block",
      "title": "FAQ 08",
      "description": "A simple FAQ block",
      "files": [
        {
          "path": "src/registry/blocks/radix/faq-08/components/faq.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "faq-09",
      "type": "registry:block",
      "title": "FAQ 09",
      "description": "A simple FAQ block",
      "files": [
        {
          "path": "src/registry/blocks/radix/faq-09/components/faq.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "faq-10",
      "type": "registry:block",
      "title": "FAQ 10",
      "description": "A simple FAQ block",
      "files": [
        {
          "path": "src/registry/blocks/radix/faq-10/components/faq.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "faq-11",
      "type": "registry:block",
      "title": "FAQ 11",
      "description": "A simple FAQ block",
      "files": [
        {
          "path": "src/registry/blocks/radix/faq-11/components/faq.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "faq-12",
      "type": "registry:block",
      "title": "FAQ 12",
      "description": "A simple FAQ block",
      "dependencies": [
        "lucide-react"
      ],
      "files": [
        {
          "path": "src/registry/blocks/shared/faq-12/components/faq.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "faq-13",
      "type": "registry:block",
      "title": "FAQ 13",
      "description": "A simple FAQ block",
      "files": [
        {
          "path": "src/registry/blocks/shared/faq-13/components/faq.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "faq-14",
      "type": "registry:block",
      "title": "FAQ 14",
      "description": "A simple FAQ block",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "accordion"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/faq-14/components/faq.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "footer-06",
      "type": "registry:block",
      "title": "Footer 06",
      "description": "A simple footer block",
      "files": [
        {
          "path": "src/registry/blocks/shared/footer-06/components/footer.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "footer-07",
      "type": "registry:block",
      "title": "Footer 07",
      "description": "A simple footer block",
      "files": [
        {
          "path": "src/registry/blocks/shared/footer-07/components/footer.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "login-06",
      "type": "registry:block",
      "title": "Login 06",
      "description": "A simple login block",
      "dependencies": [
        "react-hook-form",
        "@hookform/resolvers",
        "zod",
        "lucide-react"
      ],
      "registryDependencies": [
        "button",
        "field",
        "input",
        "separator"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/login-06/components/login.tsx",
          "type": "registry:component"
        },
        {
          "path": "src/registry/blocks/radix/login-06/components/login-form.tsx",
          "type": "registry:component"
        },
        {
          "path": "src/registry/blocks/radix/login-06/components/icons.tsx",
          "type": "registry:component"
        },
        {
          "path": "src/registry/blocks/radix/login-06/components/logo.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "login-07",
      "type": "registry:block",
      "title": "Login 07",
      "description": "A simple login block",
      "dependencies": [
        "react-hook-form",
        "@hookform/resolvers",
        "zod",
        "lucide-react"
      ],
      "registryDependencies": [
        "button",
        "field",
        "input",
        "separator"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/login-07/components/login.tsx",
          "type": "registry:component"
        },
        {
          "path": "src/registry/blocks/radix/login-07/components/login-form.tsx",
          "type": "registry:component"
        },
        {
          "path": "src/registry/blocks/radix/login-07/components/icons.tsx",
          "type": "registry:component"
        },
        {
          "path": "src/registry/blocks/radix/login-07/components/testimonials.tsx",
          "type": "registry:component"
        },
        {
          "path": "src/registry/blocks/radix/login-07/components/logo.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "login-08",
      "type": "registry:block",
      "title": "Login 08",
      "description": "A simple login block",
      "dependencies": [
        "react-hook-form",
        "@hookform/resolvers",
        "zod",
        "lucide-react"
      ],
      "registryDependencies": [
        "button",
        "field",
        "input",
        "separator"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/login-08/components/login.tsx",
          "type": "registry:component"
        },
        {
          "path": "src/registry/blocks/radix/login-08/components/login-form.tsx",
          "type": "registry:component"
        },
        {
          "path": "src/registry/blocks/radix/login-08/components/icons.tsx",
          "type": "registry:component"
        },
        {
          "path": "src/registry/blocks/radix/login-08/components/logo.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "logo-cloud-08",
      "type": "registry:block",
      "title": "Logo Cloud 08",
      "description": "A simple logo cloud block",
      "files": [
        {
          "path": "src/registry/blocks/shared/logo-cloud-08/components/logo-cloud.tsx",
          "type": "registry:component"
        },
        {
          "path": "src/registry/blocks/shared/logo-cloud-08/components/logos.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "logo-cloud-09",
      "type": "registry:block",
      "title": "Logo Cloud 09",
      "description": "A simple logo cloud block",
      "files": [
        {
          "path": "src/registry/blocks/shared/logo-cloud-09/components/logo-cloud.tsx",
          "type": "registry:component"
        },
        {
          "path": "src/registry/blocks/shared/logo-cloud-09/components/logos.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "logo-cloud-10",
      "type": "registry:block",
      "title": "Logo Cloud 10",
      "description": "A simple logo cloud block",
      "files": [
        {
          "path": "src/registry/blocks/shared/logo-cloud-10/components/logo-cloud.tsx",
          "type": "registry:component"
        },
        {
          "path": "src/registry/blocks/shared/logo-cloud-10/components/logos.tsx",
          "type": "registry:component"
        },
        {
          "path": "src/registry/blocks/shared/logo-cloud-10/components/magicui/marquee.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "logo-cloud-11",
      "type": "registry:block",
      "title": "Logo Cloud 11",
      "description": "A simple logo cloud block",
      "files": [
        {
          "path": "src/registry/blocks/shared/logo-cloud-11/components/logo-cloud.tsx",
          "type": "registry:component"
        },
        {
          "path": "src/registry/blocks/shared/logo-cloud-11/components/logos.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "logo-cloud-12",
      "type": "registry:block",
      "title": "Logo Cloud 12",
      "description": "A simple logo cloud block",
      "files": [
        {
          "path": "src/registry/blocks/shared/logo-cloud-12/components/logo-cloud.tsx",
          "type": "registry:component"
        },
        {
          "path": "src/registry/blocks/shared/logo-cloud-12/components/logos.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "logo-cloud-13",
      "type": "registry:block",
      "title": "Logo Cloud 13",
      "description": "A simple logo cloud block",
      "files": [
        {
          "path": "src/registry/blocks/shared/logo-cloud-13/components/logo-cloud.tsx",
          "type": "registry:component"
        },
        {
          "path": "src/registry/blocks/shared/logo-cloud-13/components/logos.tsx",
          "type": "registry:component"
        },
        {
          "path": "src/registry/blocks/shared/logo-cloud-13/components/magicui/marquee.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "logo-cloud-14",
      "type": "registry:block",
      "title": "Logo Cloud 14",
      "description": "A simple logo cloud block",
      "files": [
        {
          "path": "src/registry/blocks/shared/logo-cloud-14/components/logo-cloud.tsx",
          "type": "registry:component"
        },
        {
          "path": "src/registry/blocks/shared/logo-cloud-14/components/logos.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "logo-cloud-15",
      "type": "registry:block",
      "title": "Logo Cloud 15",
      "description": "A simple logo cloud block",
      "files": [
        {
          "path": "src/registry/blocks/radix/logo-cloud-15/components/logo-cloud.tsx",
          "type": "registry:component"
        },
        {
          "path": "src/registry/blocks/radix/logo-cloud-15/components/logos.tsx",
          "type": "registry:component"
        },
        {
          "path": "src/registry/blocks/radix/logo-cloud-15/components/ui/marquee.tsx",
          "type": "registry:component"
        },
        {
          "path": "src/registry/blocks/radix/logo-cloud-15/components/magicui/border-beam.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "pricing-07",
      "type": "registry:block",
      "title": "Pricing 07",
      "description": "A simple pricing block",
      "dependencies": [
        "@number-flow/react"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/pricing-07/components/pricing.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "pricing-08",
      "type": "registry:block",
      "title": "Pricing 08",
      "description": "A simple pricing block",
      "files": [
        {
          "path": "src/registry/blocks/radix/pricing-08/components/pricing.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "pricing-09",
      "type": "registry:block",
      "title": "Pricing 09",
      "description": "A simple pricing block",
      "files": [
        {
          "path": "src/registry/blocks/radix/pricing-09/components/pricing.tsx",
          "type": "registry:component"
        },
        {
          "path": "src/registry/blocks/radix/pricing-09/components/magicui/border-beam.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "pricing-10",
      "type": "registry:block",
      "title": "Pricing 10",
      "description": "A simple pricing block",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "badge",
        "button"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/pricing-10/components/pricing.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "signup-06",
      "type": "registry:block",
      "title": "Signup 06",
      "description": "A simple signup block",
      "dependencies": [
        "react-hook-form",
        "@hookform/resolvers",
        "zod",
        "lucide-react"
      ],
      "registryDependencies": [
        "button",
        "field",
        "input",
        "separator"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/signup-06/components/signup.tsx",
          "type": "registry:component"
        },
        {
          "path": "src/registry/blocks/radix/signup-06/components/signup-form.tsx",
          "type": "registry:component"
        },
        {
          "path": "src/registry/blocks/radix/signup-06/components/icons.tsx",
          "type": "registry:component"
        },
        {
          "path": "src/registry/blocks/radix/signup-06/components/logo.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "signup-07",
      "type": "registry:block",
      "title": "Signup 07",
      "description": "A simple signup block",
      "dependencies": [
        "react-hook-form",
        "@hookform/resolvers",
        "zod",
        "lucide-react"
      ],
      "registryDependencies": [
        "button",
        "field",
        "input",
        "separator"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/signup-07/components/signup.tsx",
          "type": "registry:component"
        },
        {
          "path": "src/registry/blocks/radix/signup-07/components/signup-form.tsx",
          "type": "registry:component"
        },
        {
          "path": "src/registry/blocks/radix/signup-07/components/icons.tsx",
          "type": "registry:component"
        },
        {
          "path": "src/registry/blocks/radix/signup-07/components/testimonials.tsx",
          "type": "registry:component"
        },
        {
          "path": "src/registry/blocks/radix/signup-07/components/logo.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "signup-08",
      "type": "registry:block",
      "title": "Signup 08",
      "description": "A simple signup block",
      "dependencies": [
        "react-hook-form",
        "@hookform/resolvers",
        "zod",
        "lucide-react"
      ],
      "registryDependencies": [
        "button",
        "field",
        "input",
        "separator"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/signup-08/components/signup.tsx",
          "type": "registry:component"
        },
        {
          "path": "src/registry/blocks/radix/signup-08/components/signup-form.tsx",
          "type": "registry:component"
        },
        {
          "path": "src/registry/blocks/radix/signup-08/components/icons.tsx",
          "type": "registry:component"
        },
        {
          "path": "src/registry/blocks/radix/signup-08/components/logo.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "stats-03",
      "type": "registry:block",
      "title": "Stats 03",
      "description": "A simple stats block",
      "files": [
        {
          "path": "src/registry/blocks/shared/stats-03/components/stats.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "stats-04",
      "type": "registry:block",
      "title": "Stats 04",
      "description": "A simple stats block",
      "files": [
        {
          "path": "src/registry/blocks/shared/stats-04/components/stats.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "stats-05",
      "type": "registry:block",
      "title": "Stats 05",
      "description": "A simple stats block",
      "files": [
        {
          "path": "src/registry/blocks/shared/stats-05/components/stats.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "stats-06",
      "type": "registry:block",
      "title": "Stats 06",
      "description": "A simple stats block",
      "files": [
        {
          "path": "src/registry/blocks/shared/stats-06/components/stats.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "stats-07",
      "type": "registry:block",
      "title": "Stats 07",
      "description": "A simple stats block",
      "files": [
        {
          "path": "src/registry/blocks/shared/stats-07/components/stats.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "stats-08",
      "type": "registry:block",
      "title": "Stats 08",
      "description": "A simple stats block",
      "files": [
        {
          "path": "src/registry/blocks/shared/stats-08/components/stats.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "stats-09",
      "type": "registry:block",
      "title": "Stats 09",
      "description": "A simple stats block",
      "files": [
        {
          "path": "src/registry/blocks/shared/stats-09/components/stats.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "stats-10",
      "type": "registry:block",
      "title": "Stats 10",
      "description": "A simple stats block",
      "files": [
        {
          "path": "src/registry/blocks/radix/stats-10/components/stats.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "stats-11",
      "type": "registry:block",
      "title": "Stats 11",
      "description": "A simple stats block",
      "files": [
        {
          "path": "src/registry/blocks/shared/stats-11/components/stats.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "team-06",
      "type": "registry:block",
      "title": "Team 06",
      "description": "A simple team block",
      "files": [
        {
          "path": "src/registry/blocks/shared/team-06/components/team.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "team-07",
      "type": "registry:block",
      "title": "Team 07",
      "description": "A simple team block",
      "files": [
        {
          "path": "src/registry/blocks/shared/team-07/components/team.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "team-08",
      "type": "registry:block",
      "title": "Team 08",
      "description": "A simple team block",
      "files": [
        {
          "path": "src/registry/blocks/shared/team-08/components/team.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "team-09",
      "type": "registry:block",
      "title": "Team 09",
      "description": "A simple team block",
      "files": [
        {
          "path": "src/registry/blocks/shared/team-09/components/team.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "team-10",
      "type": "registry:block",
      "title": "Team 10",
      "description": "A simple team block",
      "files": [
        {
          "path": "src/registry/blocks/radix/team-10/components/team.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "team-11",
      "type": "registry:block",
      "title": "Team 11",
      "description": "A simple team block",
      "files": [
        {
          "path": "src/registry/blocks/shared/team-11/components/team.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "team-12",
      "type": "registry:block",
      "title": "Team 12",
      "description": "A simple team block",
      "files": [
        {
          "path": "src/registry/blocks/shared/team-12/components/team.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "team-13",
      "type": "registry:block",
      "title": "Team 13",
      "description": "A simple team block",
      "files": [
        {
          "path": "src/registry/blocks/shared/team-13/components/team.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "testimonials-07",
      "type": "registry:block",
      "title": "Testimonials 07",
      "description": "A simple testimonials block",
      "files": [
        {
          "path": "src/registry/blocks/radix/testimonials-07/components/testimonials.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "testimonials-08",
      "type": "registry:block",
      "title": "Testimonials 08",
      "description": "A simple testimonials block",
      "files": [
        {
          "path": "src/registry/blocks/radix/testimonials-08/components/testimonials.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "testimonials-09",
      "type": "registry:block",
      "title": "Testimonials 09",
      "description": "A simple testimonials block",
      "files": [
        {
          "path": "src/registry/blocks/shared/testimonials-09/components/testimonials.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "testimonials-10",
      "type": "registry:block",
      "title": "Testimonials 10",
      "description": "A simple testimonials block",
      "files": [
        {
          "path": "src/registry/blocks/shared/testimonials-10/components/testimonials.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "testimonials-11",
      "type": "registry:block",
      "title": "Testimonials 11",
      "description": "A simple testimonials block",
      "files": [
        {
          "path": "src/registry/blocks/radix/testimonials-11/components/testimonials.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "testimonials-12",
      "type": "registry:block",
      "title": "Testimonials 12",
      "description": "A simple testimonials block",
      "files": [
        {
          "path": "src/registry/blocks/shared/testimonials-12/components/testimonials.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "testimonials-13",
      "type": "registry:block",
      "title": "Testimonials 13",
      "description": "A simple testimonials block",
      "files": [
        {
          "path": "src/registry/blocks/radix/testimonials-13/components/testimonials.tsx",
          "type": "registry:component"
        },
        {
          "path": "src/registry/blocks/radix/testimonials-13/components/ui/marquee.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "blog-04",
      "type": "registry:block",
      "title": "Blog 04",
      "description": "A simple blog block",
      "files": [
        {
          "path": "src/registry/blocks/radix/blog-04/components/blog.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "blog-05",
      "type": "registry:block",
      "title": "Blog 05",
      "description": "A simple blog block",
      "files": [
        {
          "path": "src/registry/blocks/radix/blog-05/components/blog.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "blog-06",
      "type": "registry:block",
      "title": "Blog 06",
      "description": "A simple blog block",
      "files": [
        {
          "path": "src/registry/blocks/radix/blog-06/components/blog.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "not-found-01",
      "type": "registry:block",
      "title": "Not Found 01",
      "description": "A simple 404 not found block",
      "registryDependencies": [
        "button"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/not-found-01/components/not-found.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "not-found-02",
      "type": "registry:block",
      "title": "Not Found 02",
      "description": "A 404 not found block with big text, suggestions, and actions",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "button"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/not-found-02/components/not-found.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "not-found-03",
      "type": "registry:block",
      "title": "Not Found 03",
      "description": "A 404 not found block with a split layout",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "button"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/not-found-03/components/not-found.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "not-found-04",
      "type": "registry:block",
      "title": "Not Found 04",
      "description": "A 404 not found block with a search input",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "button",
        "input"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/not-found-04/components/not-found.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "not-found-05",
      "type": "registry:block",
      "title": "Not Found 05",
      "description": "A minimal 404 not found block",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "button"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/not-found-05/components/not-found.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "not-found-06",
      "type": "registry:block",
      "title": "Not Found 06",
      "description": "A 404 not found block with popular page cards",
      "dependencies": [
        "lucide-react"
      ],
      "registryDependencies": [
        "button"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/not-found-06/components/not-found.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "not-found-07",
      "type": "registry:block",
      "title": "Not Found 07",
      "description": "A humorous 404 not found block with a glitch effect",
      "registryDependencies": [
        "button"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/not-found-07/components/not-found.tsx",
          "type": "registry:component"
        },
        {
          "path": "src/registry/blocks/radix/not-found-07/components/glitch-text.tsx",
          "type": "registry:component"
        }
      ],
      "cssVars": {
        "theme": {
          "--animate-glitch-after": "glitch var(--after-duration) infinite linear alternate-reverse",
          "--animate-glitch-before": "glitch var(--before-duration) infinite linear alternate-reverse"
        }
      },
      "css": {
        "@keyframes glitch": {
          "0%": {
            "clip-path": "inset(20% 0 50% 0)"
          },
          "5%": {
            "clip-path": "inset(10% 0 60% 0)"
          },
          "10%": {
            "clip-path": "inset(15% 0 55% 0)"
          },
          "15%": {
            "clip-path": "inset(25% 0 35% 0)"
          },
          "20%": {
            "clip-path": "inset(30% 0 40% 0)"
          },
          "25%": {
            "clip-path": "inset(40% 0 20% 0)"
          },
          "30%": {
            "clip-path": "inset(10% 0 60% 0)"
          },
          "35%": {
            "clip-path": "inset(15% 0 55% 0)"
          },
          "40%": {
            "clip-path": "inset(25% 0 35% 0)"
          },
          "45%": {
            "clip-path": "inset(30% 0 40% 0)"
          },
          "50%": {
            "clip-path": "inset(20% 0 50% 0)"
          },
          "55%": {
            "clip-path": "inset(10% 0 60% 0)"
          },
          "60%": {
            "clip-path": "inset(15% 0 55% 0)"
          },
          "65%": {
            "clip-path": "inset(25% 0 35% 0)"
          },
          "70%": {
            "clip-path": "inset(30% 0 40% 0)"
          },
          "75%": {
            "clip-path": "inset(40% 0 20% 0)"
          },
          "80%": {
            "clip-path": "inset(20% 0 50% 0)"
          },
          "85%": {
            "clip-path": "inset(10% 0 60% 0)"
          },
          "90%": {
            "clip-path": "inset(15% 0 55% 0)"
          },
          "95%": {
            "clip-path": "inset(25% 0 35% 0)"
          },
          "100%": {
            "clip-path": "inset(30% 0 40% 0)"
          }
        }
      }
    },
    {
      "name": "not-found-08",
      "type": "registry:block",
      "title": "Not Found 08",
      "description": "A 404 not found block with a full-page background text",
      "registryDependencies": [
        "button"
      ],
      "files": [
        {
          "path": "src/registry/blocks/radix/not-found-08/components/not-found.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "integrations-01",
      "type": "registry:block",
      "title": "Integrations 01",
      "description": "A simple integrations block",
      "files": [
        {
          "path": "src/registry/blocks/radix/integrations-01/components/integrations.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "integrations-02",
      "type": "registry:block",
      "title": "Integrations 02",
      "description": "A simple integrations block",
      "files": [
        {
          "path": "src/registry/blocks/radix/integrations-02/components/integrations.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "integrations-03",
      "type": "registry:block",
      "title": "Integrations 03",
      "description": "A simple integrations block",
      "files": [
        {
          "path": "src/registry/blocks/radix/integrations-03/components/integrations.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "integrations-04",
      "type": "registry:block",
      "title": "Integrations 04",
      "description": "A simple integrations block",
      "files": [
        {
          "path": "src/registry/blocks/shared/integrations-04/components/integrations.tsx",
          "type": "registry:component"
        }
      ]
    },
    {
      "name": "integrations-05",
      "type": "registry:block",
      "title": "Integrations 05",
      "description": "A simple integrations block",
      "files": [
        {
          "path": "src/registry/blocks/shared/integrations-05/components/integrations.tsx",
          "type": "registry:component"
        }
      ]
    }
  ]
}