const whyUpgradeReasons = [ { icon: '🌍', title: 'Selling in Multiple Currencies', desc: 'Give every international customer a local shopping experience with accurate, rule-based currency conversion.', tag: 'Used by 100+ all currencies', color: 'disco-bg-emerald-50', }, { icon: '🏷️', title: 'Wholesale & Role-Based Pricing', desc: 'Grant tiered pricing to wholesale buyers, VIP customers, or specific user roles — no complex plugins needed.', tag: 'Most requested Pro feature', color: 'disco-bg-blue-50', }, { icon: '📊', title: 'Knowing Which Campaigns Work', desc: 'Track orders, revenue, and attribution per campaign to make data-driven decisions about discounts that convert.', tag: 'New: Analytics Pro dashboard', color: 'disco-bg-orange-50', }, { icon: '🎁', title: 'Advanced BOGO Offers', desc: 'Run flexible BOGO (Buy X Get Y), mix-and-match bundles, or tiered quantity deals to boost average order value.', tag: '3x higher conversions vs basic BOGO', color: 'disco-bg-purple-50', }, { icon: '🔧', title: 'ADI & Custom Data Targeting', desc: 'Bring custom meta into your condition builder to target based on virtually any data stored in your WooCommerce store.', tag: 'Powerful for custom WooCommerce builds', color: 'disco-bg-rose-50', }, { icon: '⚡', title: 'Priority Support When It Matters', desc: 'When issues arise, get dedicated 1-on-1 support with a guaranteed response within 24 hours — no more waiting.', tag: '24h avg first response time', color: 'disco-bg-teal-50', }, ]; export default whyUpgradeReasons;