19 lines
626 B
PHP
19 lines
626 B
PHP
|
<?php
|
||
|
/**
|
||
|
* Title: "Contact Us" page layout with hero, contact information, and employee information.
|
||
|
* Slug: fkinfood/page-contact
|
||
|
* 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-contact-details-image"} /-->
|
||
|
|
||
|
<!-- wp:pattern {"slug":"fkinfood/general-people"} /-->
|
||
|
|
||
|
</div>
|
||
|
<!-- /wp:group -->
|