@@ -137,15 +137,15 @@ const QUICK_BUTTONS = [
137137 title : __ ( 'Start Building with the Design Library' , i18n ) ,
138138 description : __ ( 'Jump straight into our Design Library and insert polished, pre-built sections; no more blank-page overwhelm.' , i18n ) ,
139139 link : `/wp-admin/post-new.php?post_type=page&content=${ __ ( 'Welcome to Stackable' , i18n ) } &tour=design-library` ,
140- cta : __ ( 'Build Now' , i18n ) ,
140+ cta : __ ( 'Try Now' , i18n ) ,
141141 } ,
142142 {
143143 id : 'blocks' ,
144144 icon : blockDefaultIcon ,
145145 title : __ ( 'Stackable Block Settings' , i18n ) ,
146146 description : __ ( 'Learn how to use Stackable blocks and get more out of them.' , i18n ) ,
147147 link : `/wp-admin/post-new.php?post_type=page&content=${ __ ( 'Welcome to Stackable' , i18n ) } &tour=blocks` ,
148- cta : __ ( 'Use Blocks ' , i18n ) ,
148+ cta : __ ( 'Try Now ' , i18n ) ,
149149 } ,
150150 {
151151 id : 'block-backgrounds' ,
@@ -161,7 +161,7 @@ const QUICK_BUTTONS = [
161161 title : __ ( 'Start with a Complete Site Kit' , i18n ) ,
162162 description : __ ( 'Pick a ready-made website template to kickstart your project — fully built layouts and styles, just swap in your content.' , i18n ) ,
163163 link : '/wp-admin/post-new.php?post_type=page' ,
164- cta : __ ( 'Select Kit ' , i18n ) ,
164+ cta : __ ( 'Try Now ' , i18n ) ,
165165 display : false ,
166166 } ,
167167 ] ,
@@ -223,7 +223,7 @@ const QUICK_BUTTONS = [
223223 title : __ ( 'Pre-set Design Systems' , i18n ) ,
224224 description : __ ( 'Browse curated Design System presets — apply a professional look instantly without building from scratch.' , i18n ) ,
225225 link : '/wp-admin/post-new.php?post_type=page' ,
226- cta : __ ( 'Pick A System ' , i18n ) ,
226+ cta : __ ( 'Try Now ' , i18n ) ,
227227 display : false ,
228228 } ,
229229 {
0 commit comments