diff --git a/registry/components/FooterBase.json b/registry/components/FooterBase.json index dc54466..ccc0ea6 100644 --- a/registry/components/FooterBase.json +++ b/registry/components/FooterBase.json @@ -5,14 +5,14 @@ "textRules": { "logoText": { "required": false, - "default": "Proofweb", + "default": "Proof Digital", "example": "Company Name", "minChars": 2, "maxChars": 30 }, "copyrightText": { "required": false, - "default": "© 2025 | Proofweb", + "default": "© 2025 | Proof Digital", "example": "© 2025 Company Name", "minChars": 5, "maxChars": 50 @@ -50,8 +50,8 @@ }, "propsSchema": { "columns": "Array<{ title: string, items: Array<{ label: string, href: string }> }> - Footer navigation columns", - "logoText?": "string (default: 'Proofweb')", - "copyrightText?": "string (default: '© 2025 | Proofweb')", + "logoText?": "string (default: 'Proof Digital')", + "copyrightText?": "string (default: '© 2025 | Proof Digital')", "onPrivacyClick?": "() => void", "ariaLabel?": "string (default: 'Site footer')", "className?": "string"