{% extends 'app/layout.html.twig' %}
{% block content %}
{# template design: https://projects.invisionapp.com/d/main#/console/21605959/457034521/preview #}
{{ pimcore_area('hero-large', {
type: 'hero-large-brick',
params: {
'hero-large-brick': {
brickBackgroundColor: 'bg-blue-200',
}
}
}) }}
{{ pimcore_area('product-trending-1', {
type: 'product-trending-brick',
params: {
'product-trending-brick': {
brickBackgroundColor: 'bg-blue-200',
defaultInverted: true,
}
}
}) }}
{# Loading the first text-image block with a specific layout type using defaultInverted.
This functions as a default for the layout option.
Can be overriden in the editor itself. #}
{{ pimcore_area('content-brick-1', {
type: 'content-brick',
params: {
'content-brick': {
brickBackgroundColor: 'bg-white',
defaultInverted: true,
}
}
}) }}
{{ pimcore_area('sector-solutions', {
type: 'sector-solutions-cards-brick',
params: {
'sector-solutions-cards-brick': {
brickBackgroundColor: 'bg-blue-200',
}
}
}) }}
{{ pimcore_area('hero-projects-with-text-and-button', {
type: 'hero-projects-with-text-and-button-brick',
}) }}
{{ pimcore_area('content-brick-2',{
type: 'content-brick',
params: {
'content-brick':{
brickBackgroundColor: 'bg-blue-200',
}
}
})
}}
{{ pimcore_area('testimonial', {
type: 'testimonial-brick',
params: {
'testimonial-brick': {
brickBackgroundColor: 'bg-white',
}
}
}) }}
{{ pimcore_area('content-brick-3', {
type: 'content-brick',
params: {
'content-brick': {
brickBackgroundColor: 'bg-blue-200',
}
}
}) }}
{{ pimcore_area('contact-side-widget', {
type: 'contact-side-widget-brick'
}) }}
{% endblock %}