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' ) }