diff --git a/assets/css/src/welcome-notice.scss b/assets/css/src/welcome-notice.scss index d59ffd5..f03b6b8 100644 --- a/assets/css/src/welcome-notice.scss +++ b/assets/css/src/welcome-notice.scss @@ -4,11 +4,12 @@ .raft-welcome-notice { position: relative; padding-bottom: 0; + border-left: 1px solid #c3c4c7; .notice-content { display: flex; width: 100%; - gap: 20px; + gap: 48px; @media (--desktop) { flex-direction: column-reverse; @@ -31,6 +32,7 @@ .notice-title { line-height: 1.5; + max-width: 700px; span { font-weight: 600; @@ -83,6 +85,7 @@ display: block; max-height: 300px; max-width: 60%; + padding: 30px 0; @media (--desktop) { max-width: 80%; diff --git a/assets/img/welcome-notice.png b/assets/img/welcome-notice.png index 8d0e6bb..922f56e 100644 Binary files a/assets/img/welcome-notice.png and b/assets/img/welcome-notice.png differ diff --git a/inc/Admin.php b/inc/Admin.php index 38e1c57..8bd46b0 100644 --- a/inc/Admin.php +++ b/inc/Admin.php @@ -95,11 +95,11 @@ public function render_welcome_notice() { $notice_html .= '

'; /* translators: %s: Otter Blocks */ - $notice_html .= sprintf( __( 'Get started with Raft in minutes, with %s', 'raft' ), 'Otter\'s FSE Onboarding' ); + $notice_html .= sprintf( __( 'Power-up your website building experience with %s: Seamless theme setup, advanced blocks and extra functionality for your site.', 'raft' ), 'Otter Blocks' ); $notice_html .= '

'; - $notice_html .= '

' . __( 'Change your site’s appearance, setup your templates, add new pages and much more, with Otter’s innovative Onboarding process.', 'raft' ) . '

'; + $notice_html .= '

' . __( 'Otter is a Gutenberg Blocks page builder plugin that adds new blocks and functionality to your theme, while optimising your page building experience. Now with Otter\'s new theme onboarding wizard, you can experience a streamlined and intuitive setup of your Raft theme in minutes.', 'raft' ) . '

'; $notice_html .= '
';