| 1 |
const whyUpgradeReasons = [ |
| 2 |
{ |
| 3 |
icon: '🌍', |
| 4 |
title: 'Selling in Multiple Currencies', |
| 5 |
desc: 'Give every international customer a local shopping experience with accurate, rule-based currency conversion.', |
| 6 |
tag: 'Used by 100+ all currencies', |
| 7 |
color: 'disco:bg-emerald-50', |
| 8 |
}, |
| 9 |
{ |
| 10 |
icon: '🏷️', |
| 11 |
title: 'Wholesale & Role-Based Pricing', |
| 12 |
desc: 'Grant tiered pricing to wholesale buyers, VIP customers, or specific user roles — no complex plugins needed.', |
| 13 |
tag: 'Most requested Pro feature', |
| 14 |
color: 'disco:bg-blue-50', |
| 15 |
}, |
| 16 |
{ |
| 17 |
icon: '📊', |
| 18 |
title: 'Knowing Which Campaigns Work', |
| 19 |
desc: 'Track orders, revenue, and attribution per campaign to make data-driven decisions about discounts that convert.', |
| 20 |
tag: 'New: Analytics Pro dashboard', |
| 21 |
color: 'disco:bg-orange-50', |
| 22 |
}, |
| 23 |
{ |
| 24 |
icon: '🎁', |
| 25 |
title: 'Advanced BOGO Offers', |
| 26 |
desc: 'Run flexible BOGO (Buy X Get Y), mix-and-match bundles, or tiered quantity deals to boost average order value.', |
| 27 |
tag: '3x higher conversions vs basic BOGO', |
| 28 |
color: 'disco:bg-purple-50', |
| 29 |
}, |
| 30 |
{ |
| 31 |
icon: '🔧', |
| 32 |
title: 'ADI & Custom Data Targeting', |
| 33 |
desc: 'Bring custom meta into your condition builder to target based on virtually any data stored in your WooCommerce store.', |
| 34 |
tag: 'Powerful for custom WooCommerce builds', |
| 35 |
color: 'disco:bg-rose-50', |
| 36 |
}, |
| 37 |
{ |
| 38 |
icon: '⚡', |
| 39 |
title: 'Priority Support When It Matters', |
| 40 |
desc: 'When issues arise, get dedicated 1-on-1 support with a guaranteed response within 24 hours — no more waiting.', |
| 41 |
tag: '24h avg first response time', |
| 42 |
color: 'disco:bg-teal-50', |
| 43 |
}, |
| 44 |
]; |
| 45 |
|
| 46 |
export default whyUpgradeReasons; |
| 47 |
|