diff --git a/registry/schemas/FooterCard.schema.json b/registry/schemas/FooterCard.schema.json index 349d749..1019935 100644 --- a/registry/schemas/FooterCard.schema.json +++ b/registry/schemas/FooterCard.schema.json @@ -1,8 +1,8 @@ { "name": "FooterCard", "propsSchema": { - "logoText?": "string (default: 'Contact Us ')", - "copyrightText?": "string (default: '© 2025 | Contact Us ')", + "logoText?": "string (default: 'CONTACT US ')", + "copyrightText?": "string (default: '© 2025 | CONTACT US ')", "socialLinks?": "Array<{ icon: LucideIcon, href: string, ariaLabel: string }> - Social media links", "ariaLabel?": "string (default: 'Site footer')", "className?": "string",