export const phoneOptions = [ { value: 'iphonex', label: 'iPhone X' }, { value: 'iphone5s', label: 'iPhone SE' }, { value: 'iphone8', label: 'iPhone 7/8/SE2' }, { value: 'iphone8plus', label: 'iPhone 7/8 Plus' }, { value: 'note8', label: 'Samsung Note' }, { value: 'ipad', label: 'iPad' }, { value: 'ipadpro', label: 'iPad Pro' }, ]; export const scaleOptions = [ { value: '.50', label: '50%' }, { value: '.70', label: '70%' }, { value: '.80', label: '80%' }, { value: '.90', label: '90%' }, { value: '1.00', label: '100%' }, ];