diff --git a/_inc/client/components/jetpack-connect/index.jsx b/_inc/client/components/jetpack-connect/index.jsx index f9d88f211ce1f..4c6f2728357cb 100644 --- a/_inc/client/components/jetpack-connect/index.jsx +++ b/_inc/client/components/jetpack-connect/index.jsx @@ -27,170 +27,189 @@ const JetpackConnect = React.createClass( {

- { __( 'Please connect to or create a WordPress.com account to start using Jetpack. This will enable powerful security, traffic, and customization services.' ) } + { __( 'Hassle-free design, marketing, and security for your WordPress site. Connect Jetpack to a WordPress.com account to start building your own success story.' ) }

- { __( 'No account? Create one for free' ) } + { __( 'No account? Create one for free.' ) }

- - +
-

- { __( 'Drive more traffic to your site' ) } +

+ { __( 'Design the perfect website' ) }

- { __( 'Jetpack has many traffic and engagement tools to help you get more viewers to your site and keep them there.' ) } + { __( + 'Bring your ideas to life with elegant and professional designs and code-free ' + + 'customization tools.' + ) }

-
- Decoration: Jetpack clouds {/* defining width and height for IE here */} - Decoration: Jetpack bar graph -
+ { +
-

- { __( 'Publicize', { context: 'Header. Noun: Publicize is a module of Jetpack' } ) } +

+ { __( 'Professional themes' ) }

-

- { __( 'Automated social marketing.' ) } -

- { __( 'Use Publicize to automatically share your posts with friends, followers, and the world.' ) } + { __( 'Find the perfect design for your site from hundreds of available themes.' ) }

-

- { __( 'Sharing & Like Buttons' ) } +

+ { __( 'Code-free customization' ) }

-

- { __( 'Build a community.' ) } -

- { __( 'Give visitors the tools to share and subscribe to your content.' ) } + { __( 'Customize your site with endless widget options, image galleries, and embedded media.' ) }

-

- { __( 'Related Posts', { context: 'Header. Noun: Related posts is a module of Jetpack.' } ) } +

+ { __( 'Speed up your site' ) }

-

- { __( 'Increase page views.' ) } -

- { __( 'Keep visitors engaged by giving them more to share and read with Related Posts.' ) } + { __( 'Deliver blazing fast images and video and improve site load times.' ) }

- -

- { __( 'Track your growth' ) } -

-

- { __( - 'Jetpack harnesses the power of WordPress.com to show you detailed insights about your visitors, ' + - 'what they’re reading, and where they’re coming from.' - ) } -

- - Jetpack statistics and traffic insights graph
- + +
-

- { __( 'Site security and peace of mind' ) } +

+ { __( 'Increase traffic and revenue' ) }

- { __( - 'Jetpack blocks malicious log in attempts, lets you know if your site goes down, ' + - 'and can automatically update your plugins, so you don’t have to worry.' - ) } + { __( 'Reach more people and earn money with automated marketing tools.' ) }

+
+ { {/* defining width and height for IE here */} + { +
-

- { __( 'Protect', { context: 'Header. Noun: Protect is a module of Jetpack.' } ) } +

+ { __( 'Track your growth' ) }

-

- { __( 'Block site attacks.' ) } -

- { __( - 'Gain peace of mind with Protect, the tool that has blocked billions of ' + - 'login attacks across millions of sites.' - ) } + { __( 'Keep an eye on your success with simple, concise, and mobile-friendly stats.' ) }

-

- { __( 'Monitor', { context: 'Header. Noun: Monitor is a module of Jetpack.' } ) } +

+ { __( 'Automated marketing' ) }

-

- { __( 'Live site monitoring.' ) } -

- { __( 'Stress less. Monitor will send you real-time alerts if your site ever goes down.' ) } + { __( 'Schedule social media posts in advance, show related content, and give better search results.' ) }

-

- { __( 'Manage', { context: 'Header. Noun: Manage is a module of Jetpack.' } ) } +

+ { __( 'Generate revenue' ) }

-

- { __( 'Automatic site updates.' ) } -

- { __( 'Never fall behind on a security release or waste time updating multiple sites.' ) } + { __( 'Monetize your site with high-quality ads and take PayPal payments.' ) }

+
- + + +
-

- { __( 'Lightning fast, optimized images' ) } +

+ { __( 'Keep your site safe, 24/7' ) }

{ __( - 'Jetpack utilizes the state-of-the-art WordPress.com content delivery network to load your ' + - 'gorgeous imagery super fast. Optimized for any device, and its completely free.' + 'Automatic defense against hacks, malware, spam, data loss, and downtime.' ) }

- Jetpacks photon serves up lightning fast, optimized images +
+
+

+ { __( 'Monitor', { context: 'Header. Noun: Monitor is a module of Jetpack.' } ) } +

+
+

+ { __( + 'Be alerted about any unexpected downtime the moment it happens.' + ) } +

+
+
+
+

+ { __( 'Protect', { context: 'Header. Noun: Protect is a module of Jetpack.' } ) } +

+
+

+ { __( + 'Guard your site against brute force login attacks, spam, and harmful' + + 'malware injections.' + ) } +

+
+
+
+

+ { __( 'Backup and restore' ) } +

+
+

+ { __( + 'Automatic, real-time backups mean your entire site is always ready ' + + 'to be restored.' + ) } +

+
+
+
+

{ __( @@ -201,7 +220,7 @@ const JetpackConnect = React.createClass( {

- { __( 'No account? Create one for free' ) } + { __( 'No account? Create one for free.' ) }

@@ -215,6 +234,6 @@ export default connect( state => { return { connectUrl: getConnectUrl( state ) - } + }; } )( JetpackConnect );