templates/galilea/includes/blocks/hero.html.twig line 1
{{ include('galilea/import/components/hero.twig', {
id: 'hero',
footer_animation: "['/assets/galilea/galilea_cards.riv', 'security', 'Machine_Security']",
title: content.heroTitle,
ctas: content.heroCtas|map(cta => {
url: cta.ctaUrl,
type: cta.ctaType,
target: cta.ctaTarget,
title: cta.ctaTitle
}),
text: content.heroText,
baseIncludePath: 'galilea/import/'
}) }}