{% set content %}
{% include '@bolt-components-headline/headline.twig' with {
text: 'The power of the low-code Pega Platform',
tag: 'h1',
size: 'xxxlarge',
} only %}
{% include '@bolt-components-headline/subheadline.twig' with {
text: 'Simplify and streamline to get work done',
tag: 'h2',
size: 'xlarge',
} only %}
{% endset %}
{% set layout_items %}
{% include '@bolt-layouts-layout/layout-item.twig' with {
content: content,
attributes: {
class: 'u-bolt-text-align-center'
}
} only %}
{% endset %}
{% set background %}
{% include '@bolt-elements-image/image.twig' with {
background: true,
attributes: {
alt: 'Image alt text',
src: '/images/heros/live-assets/platform-hero-bg-v2.jpg',
loading: 'eager',
width: '100vw'
},
} only %}
{% endset %}
{% include '@bolt-layouts-layout/layout.twig' with {
content: layout_items,
background: background,
padding_top: 'large',
padding_bottom: 'large',
align_items: 'center',
template: [
'67@from-medium'
],
attributes: {
class: 't-bolt-navy'
}
} only %}