diff --git a/projects/packages/my-jetpack/_inc/components/product-interstitial/jetpack-ai/product-page.jsx b/projects/packages/my-jetpack/_inc/components/product-interstitial/jetpack-ai/product-page.jsx index 1af47a0ce91d5..600ac1a61e9c2 100644 --- a/projects/packages/my-jetpack/_inc/components/product-interstitial/jetpack-ai/product-page.jsx +++ b/projects/packages/my-jetpack/_inc/components/product-interstitial/jetpack-ai/product-page.jsx @@ -55,6 +55,8 @@ export default function () { const videoTitleForms = __( 'Build forms using prompts', 'jetpack-my-jetpack' ); const videoTitleContentFeedback = __( 'Get feedback on posts', 'jetpack-my-jetpack' ); + const videoTitleBreve = __( 'Make your writing easy to read', 'jetpack-my-jetpack' ); + debug( aiAssistantFeature ); const { requestsCount: allTimeRequests = 0, @@ -81,6 +83,7 @@ export default function () { const videoLinkContentFeedback = getRedirectUrl( 'jetpack-ai-product-page-content-feedback-link' ); + const jetpackAiLink = getRedirectUrl( 'org-ai' ); // isRegistered works as a flag to know if the page can link to a post creation or not const ctaURL = isRegistered @@ -278,6 +281,40 @@ export default function () { { __( 'Discover all the Jetpack features powered by AI', 'jetpack-my-jetpack' ) }

+
+
+ + +
+
+
+ { videoTitleBreve } + { newBadge } +
+
+ { __( + "Simplify your writing with AI suggestions to fix long sentences and complex words, and sound more confident. View your writing's grade score as you type to ensure it suits your audience.", + 'jetpack-my-jetpack' + ) } +
+ +
+
+