.
Order a free consultation with our company's specialists. We will call you back at a time convenient for you and discuss how we can help you.
---
import { WidgetCallToAction1 } from '@yatoday/astro-ui/astro';
---
<WidgetCallToAction1
title="Need help choosing?"
subtitle="Order a free consultation with our company's specialists. We will call you back at a time convenient for you and discuss how we can help you."
actions={[
{
variant: 'primary',
size: 'lg',
text: 'Order a consultation',
href: '/',
},
]}
/>
Prop | Type | Default | Description |
---|---|---|---|
title | string | - | Title in Headline component |
subtitle | string | - | Subtitle in Headline component |
tagline | string | - | Tagline in Headline component |
callToAction | ToAction | string | ToAction[] | string[] | - | Action button or link. See the ToAction for details. |
isAfterContent | boolean | false | - |
id | string | - | Specify a unique id for the section |
isDark | boolean | false | Adds the dark CSS class to the wrapper |
bg | string | - | Set background element |
classes.container | string | - | CSS classes for the root container |
classes.action | string | - | CSS classes for each action |
classes.headline.{...} | string | - | CSS classes for the Headline component |