diff --git a/registry/components/HeroSplit.json b/registry/components/HeroSplit.json index 0b6adf2..952d9eb 100644 --- a/registry/components/HeroSplit.json +++ b/registry/components/HeroSplit.json @@ -56,7 +56,7 @@ "props": "Partial - Additional button props like className, textClassName (optional)" }, "examples": [ - "{ text: 'Get Started', href: 'https://example.com' }", + "{ text: 'Download Now', href: 'https://example.com' }", "{ 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."