From 21bbc6a58da4b8d22416bd18af5c5ae00ace6b7c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 24 Feb 2026 04:45:58 +0000 Subject: [PATCH] Update registry/components/FooterCard.json --- registry/components/FooterCard.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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?[]"