This commit is contained in:
2026-04-11 00:37:12 +02:00
parent 65d99059e0
commit 97778c38be
18 changed files with 1204 additions and 229 deletions

View File

@@ -10,9 +10,9 @@
<h1 class="hero-heading heading--xl text-white">
<?php the_sub_field('heading'); ?>
</h1>
<p class="hero-text text-white">
<div class="hero-text text-white">
<?php the_sub_field('text'); ?>
</p>
</div>
</div>
<div class="hero-form">
<?php echo do_shortcode($form_shortcode); ?>