diff --git a/registry/components/NavbarStyleCentered.json b/registry/components/NavbarStyleCentered.json index 703c97e..df1f594 100644 --- a/registry/components/NavbarStyleCentered.json +++ b/registry/components/NavbarStyleCentered.json @@ -10,7 +10,7 @@ "required": false, "minChars": 2, "maxChars": 20, - "example": "Webild", + "example": "Contact Us ", "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: 'Webild')", + "brandName?": "string (default: 'Contact Us ')", "className?": "string (default: '')" }, "usageExample": "",