{{ title() }}
@if (description()) {
{{ description() }}
} @if (benefits().length > 0) {
@for (benefit of benefits(); track $index) {
{{ $index + 1 }}
{{ benefit[0] }}
{{ benefit[1] }}
}
} @if (buttonText() && buttonAction()) {
}
@if (videoSrc() || icon()) {
@if (videoSrc()) { } @else if (icon()) {
}
@if (videoSrc()) { } @else if (icon()) {
}
}