Initial commit: WordPress wp-content (themes, plugins, languages)
- Theme: momentry (custom theme with REST API routes) - Plugins: code-snippets (contains all API proxies) - Languages: zh_TW translations - Excludes: cache, backups, uploads, logs
This commit is contained in:
19
themes/twentytwentyfour/patterns/page-home-business.php
Normal file
19
themes/twentytwentyfour/patterns/page-home-business.php
Normal file
@@ -0,0 +1,19 @@
|
||||
<?php
|
||||
/**
|
||||
* Title: Business home
|
||||
* Slug: twentytwentyfour/page-home-business
|
||||
* Categories: twentytwentyfour_page
|
||||
* Keywords: starter
|
||||
* Block Types: core/post-content
|
||||
* Post Types: page, wp_template
|
||||
* Viewport width: 1400
|
||||
* Description: A business home page with a hero section, a text section, a services section, a team section, a clients section, a FAQ section, and a CTA section.
|
||||
*/
|
||||
?>
|
||||
|
||||
<!-- wp:pattern {"slug":"twentytwentyfour/banner-hero"} /-->
|
||||
<!-- wp:pattern {"slug":"twentytwentyfour/text-feature-grid-3-col"} /-->
|
||||
<!-- wp:pattern {"slug":"twentytwentyfour/text-alternating-images"} /-->
|
||||
<!-- wp:pattern {"slug":"twentytwentyfour/testimonial-centered"} /-->
|
||||
<!-- wp:pattern {"slug":"twentytwentyfour/posts-list"} /-->
|
||||
<!-- wp:pattern {"slug":"twentytwentyfour/cta-subscribe-centered"} /-->
|
||||
Reference in New Issue
Block a user