diff --git a/registry/schemas/ContactText.schema.json b/registry/schemas/ContactText.schema.json deleted file mode 100644 index 35eea53..0000000 --- a/registry/schemas/ContactText.schema.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "name": "ContactText", - "propsSchema": { - "text": "string", - "animationType?": "'entrance-slide' | 'reveal-blur' | 'background-highlight' (default: 'entrance-slide')", - "buttons?": "Array<{text: string, onClick?: () => void, href?: string}>", - "useInvertedBackground": "boolean", - "ariaLabel?": "string (default: 'Contact section')", - "className?": "string", - "containerClassName?": "string - Card wrapper styling", - "textClassName?": "string - TextAnimation heading styling", - "buttonContainerClassName?": "string", - "buttonClassName?": "string", - "buttonTextClassName?": "string" - } -} \ No newline at end of file