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,11 @@
<section class="h-screen w-full bg-cover bg-center" style="background-image: url(<?php the_sub_field('background'); ?>)">
<div class="container mx-auto pt-48">
<h2 class="text-4xl md:text-8xl font-heading text-white text-right mb-2">
<?php the_sub_field('heading'); ?>
</h2>
<h3 class="text-4xl md:text-7xl font-heading text-white text-right after:content-flowerWhite after:inline-block">
<?php the_sub_field('sub_heading'); ?>
<!-- <img src="<?php the_sub_field('sub_heading_after_image')?>" alt=""> -->
</h3>
</div>
</section>