The Pega Platform™ makes it simpler for enterprises to work smarter, unify experiences, and adapt instantly. Thanks to our scalable, made-to-measure architecture, even the biggest organizations can stay streamlined and ready for what’s next.
One of the objectives of Pega is to build a fast-growing, profitable enterprise that rewards our employees, shareholders, and partners. To achieve this, we must continuously earn the trust of our many stakeholders: employees, customers, partners, suppliers, shareholders, government officials, and the general public.
{% set intro %}
{% include '@bolt-elements-type/type.twig' with {
content: 'What we do',
hierarchy: 'headline',
tag: 'h2',
size: 'xxlarge',
} only %}
{% include '@bolt-elements-type/type.twig' with {
content: 'The Pega Platform™ makes it simpler for enterprises to work smarter...',
} only %}
{% set list_items %}
{% set button_1 %}
{% include '@bolt-elements-button/button.twig' with {
content: 'Explore products',
attributes: {
href: 'https://google.com',
}
} only %}
{% endset %}
{% include '@bolt-elements-list/list-item.twig' with {
content: button_1,
} only %}
//More buttons if needed
{% endset %}
{% include '@bolt-elements-list/list.twig' with {
display: 'horizontal',
content: list_items,
} only %}
{% endset %}
{% set layout_items %}
{% include '@bolt-layouts-layout/layout-item.twig' with {
content: intro
} only %}
{% endset %}
{% include '@bolt-layouts-layout/layout.twig' with {
content: layout_items,
template: [
'50@from-medium',
],
} only %}
<bolt-layout template="50@from-medium">
<bolt-layout-item>
<p class="e-bolt-type">
The Pega Platform™ makes it simpler for enterprises to work smarter, unify experiences, and adapt instantly. Thanks to our scalable, made-to-measure architecture, even the biggest organizations can stay streamlined and ready for what’s next.</p>
<ul class="e-bolt-list e-bolt-list--display-horizontal e-bolt-list--spacing-xsmall e-bolt-list--align-start e-bolt-list--valign-center">
<li class="e-bolt-list__item">
<a href="https://google.com" class="e-bolt-button">Explore products</a>
</li>
<li class="e-bolt-list__item">
<a href="https://google.com" class="e-bolt-button e-bolt-button--secondary">Why Pega</a>
</li>
</ul>
</bolt-layout-item>
</bolt-layout>