Skip to content

Commit f6f4023

Browse files
chore: updated upsell bullet points
1 parent ff87072 commit f6f4023

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

src/components/pro-control/index.js

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -120,32 +120,34 @@ const LABELS = {
120120
'font-pairs': {
121121
title: __( 'Premium Typography', i18n ),
122122
description: <ul>
123-
<li>{ __( 'Access to 90+ curated font pairs', i18n ) }</li>
124-
<li>{ __( 'Create your own custom font pairs', i18n ) }</li>
123+
<li>{ __( 'Apply beautiful typography combinations instantly', i18n ) }</li>
124+
<li>{ __( 'Access to 90+ curated font pairs for professional designs', i18n ) }</li>
125+
<li>{ __( 'Create custom font combinations for your brand', i18n ) }</li>
125126
</ul>,
126127
},
127128
'color-schemes': {
128129
title: __( 'Premium Color Schemes', i18n ),
129130
description: <ul>
131+
<li>{ __( 'Define site-wide colors that apply to all blocks automatically', i18n ) }</li>
130132
<li>{ __( 'Access to 50+ curated color scheme presets', i18n ) }</li>
131-
<li>{ __( 'Create your own color schemes', i18n ) }</li>
132-
<li>{ __( 'Set default color schemes for blocks and sections', i18n ) }</li>
133-
<li>{ __( 'Streamline your design workflow', i18n ) }</li>
133+
<li>{ __( 'Create custom color schemes for backgrounds, containers, and buttons', i18n ) }</li>
134134
</ul>,
135135
},
136136
'preset-controls': {
137137
title: __( 'Premium Preset Controls', i18n ),
138138
description: <ul>
139139
<li>{ __( 'Customize your own presets like small, medium, large & x-large', i18n ) }</li>
140+
<li>{ __( 'Maintain structured, well-balanced designs effortlessly', i18n ) }</li>
140141
<li>{ __( 'Use Global Typography sizes as presets', i18n ) }</li>
141142
</ul>,
142143
},
143144
'global-block-styles': {
144145
title: __( 'Global Block Styles', i18n ),
145146
description: <ul>
146-
<li>{ __( 'Create and use your own block styles', i18n ) }</li>
147-
<li>{ __( 'Update your block styles', i18n ) }</li>
148-
<li>{ __( 'Organize your custom block styles', i18n ) }</li>
147+
<li>{ __( 'Design once, apply everywhere - no more copy-paste', i18n ) }</li>
148+
<li>{ __( 'Class-based styling for leaner, faster websites', i18n ) }</li>
149+
<li>{ __( 'Sync changes across all blocks instantly', i18n ) }</li>
150+
<li>{ __( 'Override styles while keeping them synced', i18n ) }</li>
149151
</ul>,
150152
},
151153
}

0 commit comments

Comments
 (0)