diff --git a/registry/components/FooterCard.json b/registry/components/FooterCard.json index 037f3dc..c953a8b 100644 --- a/registry/components/FooterCard.json +++ b/registry/components/FooterCard.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 SVG logo" @@ -32,14 +32,14 @@ } }, "propsSchema": { - "logoText?": "string (default: 'Webild')", - "copyrightText?": "string (default: '© 2025 | Webild')", + "logoText?": "string (default: 'North Star Marketing Lab ')", + "copyrightText?": "string (default: '© 2025 | North Star Marketing Lab ')", "socialLinks?": "Array<{ icon: LucideIcon, href: string, ariaLabel: string }> - Social media links", "ariaLabel?": "string (default: 'Site footer')", "className?": "string", "logoLineHeight?": "number (default: 1.1)" }, - "usageExample": "", + "usageExample": "", "do": [ "Use for general use", "Requires socialLinks?[]"