A pretty standard use case for a hero component, but with a parallax background.
echo fuse( 'hero', array(
'title' => 'Hello world',
'description' => 'This is a description',
'background-image' => 33,
'background-attachment' => 'fixed',
'class' => 'overlay-dark',
'children' => [
fuse( 'button', [
'label' => 'Kontakt oss',
'href' => 'https://www.google.com'
]),
fuse( 'button', [
'label' => 'Les mer',
'variation' => 'secondary',
'href' => 'https://www.google.com'
])
]
) );