- This is some content inside the box.
-
-```
-
-### CallToActionButton
-
-A call-to-action button that can be used in MDX pages.
-
-**Props**
-
-| Prop Name | Type | Required | Default | Description |
-| --------- | ---------------------- | -------- | -------- | --------------------------------------------- | ---------------------- |
-| href | string | false | | The URL to link to when the button is clicked |
-| size | 'small' \| 'medium' | 'large' | false | 'large' | The size of the button |
-| variant | ButtonProps['variant'] | false | 'filled' | The variant of the button |
-
-```jsx
-import { CallToActionButton } from '@acid-info/logos-docusaurus-theme/lib/client/components/mdx'
-;