Skip to main content

PromoBanner

A call-to-action section component designed to prompt user interaction.

Component Preview

Props

PropTypeDescription
titlestringTitle of the section.
subtitlestringOptional subtitle or description text.
actionLabelstringLabel for the action button.
onAction() => voidCallback function when the action button is clicked.
imageSrcstringOptional background image URL.
classNamestringOptional CSS class name for the wrapper.
invertedbooleanWhether to use inverted theme colors. Default: false.

JSON Data Example

{
"type": "PromoBanner",
"data": {
"title": "Ready to Transform Your Workflow?",
"subtitle": "Join thousands of teams who are already scaling faster with our platform.",
"actionLabel": "Get Started Now",
"className": "bg-primary-500/25 rounded-md",
"imageSrc": "https://images.unsplash.com/photo-1557804506-669a67965ba0?auto=format&fit=crop&w=1200&q=80"
}
}