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