diff --git a/registry/components/HeroSplitDoubleCarousel.json b/registry/components/HeroSplitDoubleCarousel.json index 9f056f7..5bf5b10 100644 --- a/registry/components/HeroSplitDoubleCarousel.json +++ b/registry/components/HeroSplitDoubleCarousel.json @@ -60,7 +60,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." @@ -86,7 +86,7 @@ "showMarqueeCard?": "boolean (default: true)", "className?": "string" }, - "usageExample": "\n \n", + "usageExample": "\n \n", "do": [ "Use for landing pages with visual portfolios", "Use for image galleries and creative showcases",