21 lines
721 B
PHP
21 lines
721 B
PHP
<?php
|
|
/**
|
|
* Title: "Front Page" page layout with hero, feature areas, background information, and a call to action.
|
|
* Slug: fkinfood/page-front-page
|
|
* Categories: fkinfood, fkinfood-page
|
|
*/
|
|
?>
|
|
|
|
<!-- wp:group {"align":"wide","style":{"spacing":{"blockGap":"var:preset|spacing|90","margin":{"top":"0","bottom":"0"}}},"layout":{"type":"constrained"}} -->
|
|
<div class="wp-block-group alignwide" style="margin-top:0;margin-bottom:0">
|
|
|
|
<!-- wp:pattern {"slug":"fkinfood/hero-cover"} /-->
|
|
|
|
<!-- wp:pattern {"slug":"fkinfood/general-featured-items"} /-->
|
|
|
|
<!-- wp:pattern {"slug":"fkinfood/general-cover-with-blurred-content-box"} /-->
|
|
|
|
<!-- wp:pattern {"slug":"fkinfood/cta-simple-button"} /-->
|
|
|
|
</div>
|
|
<!-- /wp:group -->
|