diff --git a/registry/components/HeroBillboardScroll.json b/registry/components/HeroBillboardScroll.json index 49f4d47..841bdcb 100644 --- a/registry/components/HeroBillboardScroll.json +++ b/registry/components/HeroBillboardScroll.json @@ -63,7 +63,7 @@ "props": "Partial - Additional button props like className, textClassName (optional)" }, "examples": [ - "{ text: 'Get Started', onClick: () => console.log('Get Started clicked') }", + "{ text: 'Download Now', onClick: () => console.log('Download Now clicked') }", "{ text: 'Learn More', href: 'about' }" ], "note": "Button variant is controlled by ThemeProvider's defaultButtonVariant. Border radius is controlled by ThemeProvider's borderRadius (options: 'sharp', 'rounded', 'soft', 'pill'). All sections should be wrapped in a single ThemeProvider at the app/page level to maintain consistent styling across the entire site." @@ -85,7 +85,7 @@ "ariaLabel?": "string (default: 'Hero section')", "className?": "string" }, - "usageExample": "\n console.log('Get Started clicked') }, { text: 'Learn More', href: 'about' }]} \n />\n", + "usageExample": "\n console.log('Download Now clicked') }, { text: 'Learn More', href: 'about' }]} \n />\n", "do": [ "Use for landing pages", "Use for feature showcases",