{% extends 'base.html.twig' %} {% set pageTitle = "about_us"|trans|capitalize %} {% block stylesheets %} {% endblock %} {% block content %} {% include "components/_intro.html.twig" with {options: { title: "about_us_intro_title"|trans|title, description: "about_us_intro_description"|trans, skip: ".about-wrapper", bg: false, img: false }} %}
{{"begining"|trans|title}}
{% include 'components/_text-container.html.twig' with {content: { title: 'about_us_text_1_title'|trans|title, description: 'about_us_text_1_description'|trans }} %}
{{"our_focus"|trans|title}}
{% include 'components/_text-container.html.twig' with {content: { title: 'about_us_text_2_title'|trans|title, description: 'about_us_text_2_description'|trans }} %}
{{"innovation"|trans|title}}
{% include 'components/_text-container.html.twig' with {content: { title: 'about_us_text_3_title'|trans, description: 'about_us_text_3_description'|trans, list: [ {(locale):'about_us_text_3_list_1'|trans}, {(locale):'about_us_text_3_list_2'|trans}, {(locale):'about_us_text_3_list_3'|trans}, {(locale):'about_us_text_3_list_4'|trans} ] }} %}
{% include "components/_locations-slider.html.twig" %}
{{"services"|trans|title}}
{% include 'components/_text-container.html.twig' with {content: { title: 'about_us_text_4_title'|trans|title, description: 'about_us_text_4_description'|trans, }} %} {% include 'components/_ddbox-container.html.twig' with { ddboxItems: [ { title: {(locale):'about_us_ddbox_web_title'|trans|title}, content: {(locale):'about_us_ddbox_web_content'|trans}, link: path('service_detail', {'alias': 'web'}) }, { title: {(locale):'about_us_ddbox_software_title'|trans|title}, content: {(locale):'about_us_ddbox_software_content'|trans}, link: path('service_detail', {'alias': 'sogtware'}) }, { title: {(locale):'about_us_ddbox_mobile_title'|trans|title}, content: {(locale):'about_us_ddbox_mobile_content'|trans}, link: path('service_detail', {'alias': 'mobile'}) }, { title: {(locale):'about_us_ddbox_commerce_title'|trans|title}, content: {(locale):'about_us_ddbox_commerce_content'|trans}, link: path('service_detail', {'alias': 'commerce'}) }, { title: {(locale):'about_us_ddbox_mvp_title'|trans|title}, content: {(locale):'about_us_ddbox_mvp_content'|trans}, link: path('service_detail', {'alias': 'mvp'}) }, { title: {(locale):'about_us_ddbox_saas_title'|trans|title}, content: {(locale):'about_us_ddbox_saas_content'|trans}, link: path('service_detail', {'alias': 'saas'}) } ] } %}
{% include "components/_blog-section.html.twig" %} {% include "components/_intern-section.html.twig" %} {% endblock %}