28 lines
965 B
PHP
28 lines
965 B
PHP
|
<?php
|
||
|
/**
|
||
|
* Title: Business homepage
|
||
|
* Slug: twentytwentyfive/page-business-home
|
||
|
* Categories: twentytwentyfive_page, posts, featured
|
||
|
* Keywords: starter
|
||
|
* Block Types: core/post-content
|
||
|
* Post Types: page, wp_template
|
||
|
* Viewport width: 1400
|
||
|
* Description: A business homepage pattern.
|
||
|
*
|
||
|
* @package WordPress
|
||
|
* @subpackage Twenty_Twenty_Five
|
||
|
* @since Twenty Twenty-Five 1.0
|
||
|
*/
|
||
|
|
||
|
?>
|
||
|
<!-- wp:group {"align":"full","style":{"spacing":{"blockGap":"0"}},"layout":{"type":"constrained"}} -->
|
||
|
<div class="wp-block-group alignfull">
|
||
|
<!-- wp:pattern {"slug":"twentytwentyfive/cta-centered-heading"} /-->
|
||
|
<!-- wp:pattern {"slug":"twentytwentyfive/overlapped-images"} /-->
|
||
|
<!-- wp:pattern {"slug":"twentytwentyfive/services-3-col"} /-->
|
||
|
<!-- wp:pattern {"slug":"twentytwentyfive/testimonials-large"} /-->
|
||
|
<!-- wp:pattern {"slug":"twentytwentyfive/pricing-2-col"} /-->
|
||
|
<!-- wp:pattern {"slug":"twentytwentyfive/cta-newsletter"} /-->
|
||
|
</div>
|
||
|
<!-- /wp:group -->
|