Index: page-home-landing.php
===================================================================
--- page-home-landing.php	(revision 5602)
+++ page-home-landing.php	(working copy)
@@ -14,7 +14,7 @@
 		<div class="home-landing">
 
 			<div class="handbook-banner section blue clear color">
-				<div class="inner-wrap three-columns">
+				<div class="inner-wrap two-columns">
 					<div class="widget box box-left transparent">
 						<h3 class="widget-title"><div class="dashicons dashicons-welcome-widgets-menus"></div><?php _e( 'Themes', 'wporg' ); ?></h3>
 						<p class="widget-description"><?php _e( 'Want to know all there is to know about theming and WordPress?', 'wporg' ); ?></p>
@@ -25,11 +25,6 @@
 						<p class="widget-description"><?php _e( 'Ready to dive deep into the world of plugin authoring?', 'wporg' ); ?></p>
 						<a href="<?php esc_attr_e( get_post_type_archive_link( 'plugin-handbook' ) ); ?>" class="plugins-go get-started go button"><?php _e( 'Develop Plugins ', 'wporg' ); ?><span class="dashicons dashicons-arrow-right-alt2"></span></a>
 					</div>
-					<div class="widget box box-right transparent">
-						<h3 class="widget-title"><div class="dashicons dashicons-controls-repeat"></div><?php _e( 'REST API', 'wporg' ); ?></h3>
-						<p class="widget-description"><?php _e( 'Getting started on making WordPress applications?', 'wporg' ); ?></p>
-						<a href="<?php esc_attr_e( get_post_type_archive_link( 'rest-api-handbook' ) ); ?>" class="rest-api-go get-started go button"><?php _e( 'Make Applications ', 'wporg' ); ?><span class="dashicons dashicons-arrow-right-alt2"></span></a>
-					</div>
 				</div>
 			</div><!-- /topic-guide -->
 
@@ -47,7 +42,22 @@
 				</div>
 			</div><!-- /new-in-guide -->
 
-<?php /*
+			<div class="handbook-banner section blue clear color">
+				<div class="inner-wrap two-columns">
+					<div class="widget box box-left transparent">
+						<h3 class="widget-title"><div class="dashicons dashicons-controls-repeat"></div><?php _e( 'REST API', 'wporg' ); ?></h3>
+						<p class="widget-description"><?php _e( 'Getting started on making WordPress applications?', 'wporg' ); ?></p>
+						<a href="<?php esc_attr_e( get_post_type_archive_link( 'rest-api-handbook' ) ); ?>" class="rest-api-go get-started go button"><?php _e( 'Make Applications ', 'wporg' ); ?><span class="dashicons dashicons-arrow-right-alt2"></span></a>
+					</div>
+					<div class="widget box box-right transparent">
+						<h3 class="widget-title"><div class="dashicons dashicons-arrow-right-alt2"></div><?php _e( 'WP-CLI', 'wporg' ); ?></h3>
+						<p class="widget-description"><?php _e( 'Want to accelerate your workflow managing WordPress?', 'wporg' ); ?></p>
+						<a href="<?php esc_attr_e( get_post_type_archive_link( 'command' ) ); ?>" class="wp-cli-go get-started go button"><?php _e( 'Run Commands ', 'wporg' ); ?><span class="dashicons dashicons-arrow-right-alt2"></span></a>
+					</div>
+				</div>
+			</div><!-- /topic-guide -->
+
+			<?php /*
 			<main id="main" class="site-main section" role="main">
 
 					<?php while ( have_posts() ) : the_post(); ?>
