import img1 from '@/assets/images/score-dashboard-block1.png';
import img2 from '@/assets/images/score-dashboard-block2.png';

export const values = [
  {
    id: 1,
    title: 'Score streak',
    text: 'Don\'t miss any chances to maintain your streak and earn more stars.',
    img: img1,
  },
  {
    id: 2,
    title: 'Reward stars',
    text: 'Accumulate TheCreditPros stars and redeem them for valuable rewards.',
    img: img2,
  },
];
