Update registry/schemas/FooterCard.schema.json

This commit is contained in:
2026-02-24 04:46:13 +00:00
parent 5480094df4
commit 4895ef1616

View File

@@ -1,8 +1,8 @@
{
"name": "FooterCard",
"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",