26 lines
988 B
PHP
26 lines
988 B
PHP
<?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 -->
|