first commit

This commit is contained in:
2024-12-20 12:48:12 +01:00
commit d9fb74972a
217 changed files with 26712 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
<section class="one-col-cta align-left">
<div class="wrapper wrapper--inner bg-gray">
<!-- <p class="text"> -->
<?php the_field('cta_content') ?>
<!-- </p> -->
<div class="cta">
<a href="<?php the_field('cta_btn_link') ?>" class="btn btn-primary" role="button">
<?php the_field('ctx_btn_txt') ?>
</a>
</div>
</div>
</section>