You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

items.js 1.3KB

12345678910111213141516171819202122232425
  1. const features = [
  2. {
  3. id: 1,
  4. description:
  5. 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using Content here, content here, making it look like readable English.',
  6. alt: 'image description',
  7. image: '/images/factory.svg',
  8. },
  9. {
  10. id: 2,
  11. description:
  12. 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using Content here, content here, making it look like readable English.',
  13. alt: 'image description',
  14. image: '/images/coffee-machine.svg',
  15. },
  16. {
  17. id: 3,
  18. description:
  19. 'It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using Content here, content here, making it look like readable English.',
  20. alt: 'image description',
  21. image: '/images/coffee-beans.svg',
  22. },
  23. ];
  24. export default features;