diff --git a/registry/components/HeroCarouselLogo.json b/registry/components/HeroCarouselLogo.json index d9b8915..0004800 100644 --- a/registry/components/HeroCarouselLogo.json +++ b/registry/components/HeroCarouselLogo.json @@ -42,7 +42,7 @@ "props": "Partial - Additional button props like className, textClassName (optional)" }, "examples": [ - "{ text: 'Get Started', href: 'https://github.com' }", + "{ text: 'Download Now', href: 'https://github.com' }", "{ text: 'Learn More', href: 'about' }" ], "note": "Buttons are required (cannot be empty array). 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." @@ -59,7 +59,7 @@ "ariaLabel?": "string (default: 'Hero section')", "className?": "string" }, - "usageExample": "\n \n", + "usageExample": "\n \n", "do": [ "Use for landing pages", "Use for feature showcases",