21 lines
708 B
PHP
21 lines
708 B
PHP
|
<?php
|
||
|
/**
|
||
|
* Title: "About Us" page layout with hero, background information, and testimonials.
|
||
|
* Slug: fkinfood/page-about
|
||
|
* 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-intro-text-text-buttons"} /-->
|
||
|
|
||
|
<!-- wp:pattern {"slug":"fkinfood/general-features-list"} /-->
|
||
|
|
||
|
<!-- wp:pattern {"slug":"fkinfood/general-cover-with-blurred-content-box"} /-->
|
||
|
|
||
|
</div>
|
||
|
<!-- /wp:group -->
|