2024-07-24 09:43:31 +02:00
|
|
|
<?php snippet('header') ?>
|
2024-07-30 12:07:47 +02:00
|
|
|
<div class="hero">
|
|
|
|
|
<div class="hero__text">
|
|
|
|
|
<?= $site->heroText()->toBlocks() ?>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="hero__image">
|
|
|
|
|
<?php snippet('picture', ['file' => $site->heroImage()->toFile()]) ?>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2024-07-24 09:43:31 +02:00
|
|
|
<?php snippet('calendar-strip') ?>
|
2024-07-30 16:31:55 +02:00
|
|
|
<?php snippet('events-grid') ?>
|
2024-07-24 09:43:31 +02:00
|
|
|
<?php snippet('footer') ?>
|