Update registry/components/NavbarStyleCentered.json

This commit is contained in:
2026-03-04 07:45:40 +00:00
parent f099812827
commit 0717fe06e5

View File

@@ -17,7 +17,7 @@
"required": true,
"minChars": 2,
"maxChars": 15,
"example": "Get Started"
"example": "Download Now"
},
"href": {
"required": false,
@@ -55,7 +55,7 @@
"brandName?": "string (default: 'Webild')",
"className?": "string (default: '')"
},
"usageExample": "<NavbarStyleCentered navItems={[{name: 'Home', id: 'home'}, {name: 'About', id: 'about'}, {name: 'Services', id: 'services'}, {name: 'Blog', id: 'blog'}, {name: 'Contact', id: 'contact'}]} button={{text: 'Get Started', href: 'contact'}} />",
"usageExample": "<NavbarStyleCentered navItems={[{name: 'Home', id: 'home'}, {name: 'About', id: 'about'}, {name: 'Services', id: 'services'}, {name: 'Blog', id: 'blog'}, {name: 'Contact', id: 'contact'}]} button={{text: 'Download Now', href: 'contact'}} />",
"do": [
"Use for feature showcases",
"Use for capability displays",