fkinfood/patterns/hero-simple.php

26 lines
988 B
PHP
Raw Permalink Normal View History

2023-12-23 13:58:28 +00:00
<?php
/**
* Title: Hero with subtitle, title, and text
* Slug: fkinfood/hero-simple
* Categories: fkinfood, fkinfood-hero
*/
?>
<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|50"}},"layout":{"type":"constrained"}} -->
<div class="wp-block-group">
<!-- wp:group {"style":{"spacing":{"blockGap":"var:preset|spacing|20"}},"layout":{"type":"constrained","justifyContent":"left"}} -->
<div class="wp-block-group"><!-- wp:paragraph {"fontSize":"large"} -->
<p class="has-large-font-size"><strong>The Time is Now</strong></p>
<!-- /wp:paragraph -->
<!-- wp:heading {"level":3} -->
<h3 class="wp-block-heading">Make a Change</h3>
<!-- /wp:heading -->
</div>
<!-- /wp:group -->
<!-- wp:paragraph {"fontSize":"large"} -->
<p class="has-large-font-size">This block is calling you to action! It is time to buy something, read something,
contact someone or whatever else this section is asking you to do.</p>
<!-- /wp:paragraph -->
</div>
<!-- /wp:group -->