diff --git a/registry/components/FooterCard.json b/registry/components/FooterCard.json
index 3c42285..acbd016 100644
--- a/registry/components/FooterCard.json
+++ b/registry/components/FooterCard.json
@@ -6,14 +6,14 @@
"textRules": {
"copyrightText": {
"required": false,
- "example": "© 2025 | AstroSec",
+ "example": "© 2025 | ASTROSEC",
"minChars": 5,
"maxChars": 100,
"note": "Copyright text displayed at bottom left"
},
"logoText": {
"required": false,
- "example": "AstroSec",
+ "example": "ASTROSEC",
"minChars": 2,
"maxChars": 30,
"note": "Text used for SVG logo"
@@ -33,8 +33,8 @@
}
},
"propsSchema": {
- "logoText?": "string (default: 'AstroSec')",
- "copyrightText?": "string (default: '© 2025 | AstroSec')",
+ "logoText?": "string (default: 'ASTROSEC')",
+ "copyrightText?": "string (default: '© 2025 | ASTROSEC')",
"socialLinks?": "Array<{ icon: LucideIcon, href: string, ariaLabel: string }> - Social media links",
"ariaLabel?": "string (default: 'Site footer')",
"className?": "string",
@@ -47,7 +47,7 @@
"socialContainerClassName?": "string",
"socialIconClassName?": "string"
},
- "usageExample": "",
+ "usageExample": "",
"do": [
"Use for general use",
"Requires socialLinks?[]"