export const steps = [
  'Select customer',
  'Select limb profile',
  'Prosthesis configuration',
  'Select components',
  'Measurement method',
  'Cover boundaries',
  'Sensitive areas',
  'Design preferences',
  'Review',
  'Create project',
];

export const interfaceTypes = [
  'Socket',
  'Osseointegration',
  'Other or custom',
];

export const limbRegions = [
  'Lower limb',
  'Upper limb',
];

export const lowerLimbLevels = [
  'Below-knee',
  'Above-knee',
  'Knee disarticulation',
  'Hip disarticulation',
  'Other lower-limb level',
];

export const upperLimbLevels = [
  'Below-elbow',
  'Above-elbow',
  'Wrist disarticulation',
  'Shoulder disarticulation',
  'Other upper-limb level',
];

export const sides = [
  'Left',
  'Right',
  'Bilateral',
];

export const methods = [
  'Manual measurements',
  '3D scan',
  'Combination of manual measurements and 3D scan',
];

export const boundary =
  'Every cover is cosmetic and aesthetic only, non-structural, non-load-bearing, not part of the prosthesis and not a replacement component. It must not support body weight, alter alignment, or interfere with safety systems. Manual review is required before printing.';
