diff --git a/registry/components/FooterBaseCard.json b/registry/components/FooterBaseCard.json index 4e48e8a..016539d 100644 --- a/registry/components/FooterBaseCard.json +++ b/registry/components/FooterBaseCard.json @@ -6,14 +6,14 @@ "textRules": { "copyrightText": { "required": false, - "example": "© 2025 | Contact Us ", + "example": "© 2025 | Webild", "minChars": 5, "maxChars": 100, "note": "Copyright text displayed at bottom left" }, "logoText": { "required": false, - "example": "Contact Us ", + "example": "Webild", "minChars": 2, "maxChars": 30, "note": "Text used for h2 heading" @@ -34,9 +34,9 @@ } }, "propsSchema": { - "logoText?": "string (default: 'Contact Us ')", + "logoText?": "string (default: 'Webild')", "columns": "Array<{ title: string, items: Array<{ label: string, href: string }> }> - Footer navigation columns (required)", - "copyrightText?": "string (default: '© 2025 | Contact Us ')", + "copyrightText?": "string (default: '© 2025 | Webild')", "onPrivacyClick?": "() => void", "ariaLabel?": "string (default: 'Site footer')", "className?": "string", @@ -51,7 +51,7 @@ "copyrightTextClassName?": "string", "privacyButtonClassName?": "string" }, - "usageExample": " console.log('Privacy clicked')} />", + "usageExample": " console.log('Privacy clicked')} />", "do": [ "Use for general use", "Requires columns[]"