diff --git a/registry/components/NavbarStyleCentered.json b/registry/components/NavbarStyleCentered.json index 4545d20..703c97e 100644 --- a/registry/components/NavbarStyleCentered.json +++ b/registry/components/NavbarStyleCentered.json @@ -10,7 +10,7 @@ "required": false, "minChars": 2, "maxChars": 20, - "example": "Twiggs Local Clean LLC ", + "example": "Webild", "fallbackBehavior": "Shows brandName text" }, "buttonRules": { @@ -53,7 +53,7 @@ "propsSchema": { "navItems": "Array<{name: string, id: string}>", "button": "{text: string, onClick?: () => void, href?: string}", - "brandName?": "string (default: 'Twiggs Local Clean LLC ')", + "brandName?": "string (default: 'Webild')", "className?": "string (default: '')" }, "usageExample": "",