Cta7
Cta7 component renders a call-to-action section featuring an optional headline, a caption, and a primary button, all set against a styled background with a radial gradient and dotted pattern
Last updated
Cta7 component renders a call-to-action section featuring an optional headline, a caption, and a primary button, all set against a styled background with a radial gradient and dotted pattern
Last updated
Component path: src/blocks/cta/Cta7.tsx
Component usage path: src/app/blocks/cta/cta7/page.tsx
Preview link:
headLine
ReactElement
A React element representing the main headline or message. Can be a complex JSX element.
Displayed prominently on the left side.
caption
string
Additional text providing context or secondary information.
Displayed below the headline.
primaryBtn
ButtonProps
Properties for the primary button (e.g., text, color, variant).
Rendered below the caption as a CTA.