Skip to content

Commit

Permalink
Add search to the Professional plan warm welcome (#8945)
Browse files Browse the repository at this point in the history
  • Loading branch information
Viper007Bond authored and oskosk committed Mar 26, 2018
1 parent aad2784 commit 71a776d
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion _inc/client/components/welcome-new-plan/professional.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ class WelcomeProfessional extends Component {
// Preparing event handlers once to avoid calling bind on every render
this.clickCtaDismissThemes = this.clickCtaDismiss.bind( this, 'themes' );
this.clickCtaDismissAds = this.clickCtaDismiss.bind( this, 'ads' );
this.clickCtaDismissSearch = this.clickCtaDismiss.bind( this, 'search' );
this.clickCtaDismissSeo = this.clickCtaDismiss.bind( this, 'seo' );
}

Expand All @@ -44,7 +45,7 @@ class WelcomeProfessional extends Component {
<div>
<p>
{ __( 'Thanks for choosing Jetpack Professional. Jetpack is now backing up your content in real-time,' +
' scanning for security threats, and granting access to premium themes.'
' indexing your content for search, scanning for security threats, and granting access to premium themes.'
) }
</p>
<img src={ imagePath + 'customize-theme.svg' } className="jp-welcome__svg" alt={ __( 'Themes' ) } />
Expand All @@ -54,6 +55,9 @@ class WelcomeProfessional extends Component {
'widgets, or add unlimited videos to your posts and pages -- displayed free of ads or watermarks.'
) }
</p>
<p>
{ __( "Give your visitor's a great search experience by letting them filter and sort fast, relevant search results." ) }
</p>
<img src={ imagePath + 'wordads.svg' } className="jp-welcome__svg" alt={ __( 'Sharing' ) } />
<p>
{ __( 'Growing your following is easy with your Professional plan, thanks to content sharing and scheduling,' +
Expand Down Expand Up @@ -94,6 +98,14 @@ class WelcomeProfessional extends Component {
>
{ __( 'Monetize your site with ads' ) }
</Card>
<Card
href={ 'customize.php?autofocus[panel]=widgets' }
compact
className="jp-dialogue-card__below"
onClick={ this.clickCtaDismissSearch }
>
{ __( 'Add the Search (Jetpack) widget to your sidebar' ) }
</Card>
<Card
href={ '#/traffic' }
compact
Expand Down

0 comments on commit 71a776d

Please sign in to comment.