diff --git a/registry/components/FooterLogoReveal.json b/registry/components/FooterLogoReveal.json
index dcdf190..4906dc2 100644
--- a/registry/components/FooterLogoReveal.json
+++ b/registry/components/FooterLogoReveal.json
@@ -6,7 +6,7 @@
"textRules": {
"logoText": {
"required": false,
- "example": "Webild",
+ "example": "Twiggs Local Clean LLC ",
"minChars": 2,
"maxChars": 30,
"note": "Text used for SVG logo"
@@ -20,7 +20,7 @@
}
},
"propsSchema": {
- "logoText?": "string (default: 'Webild')",
+ "logoText?": "string (default: 'Twiggs Local Clean LLC ')",
"leftLink": "{ text: string, onClick?: () => void, href?: string } (required)",
"rightLink": "{ text: string, onClick?: () => void, href?: string } (required)",
"ariaLabel?": "string (default: 'Site footer')",
@@ -30,7 +30,7 @@
"logoClassName?": "string",
"linkClassName?": "string"
},
- "usageExample": "",
+ "usageExample": "",
"do": [
"Use for general use"
],