social-tiles.json 876 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. [
  2. {
  3. "icon": "dribbble",
  4. "title": "328 likes",
  5. "description": "45 today",
  6. "trending": 8
  7. },
  8. {
  9. "icon": "facebook",
  10. "title": "542 shares",
  11. "description": "67 today",
  12. "trending": 0
  13. },
  14. {
  15. "icon": "instagram",
  16. "title": "894 followers",
  17. "description": "120 today",
  18. "trending": 10
  19. },
  20. {
  21. "icon": "x",
  22. "title": "221 retweets",
  23. "description": "34 today",
  24. "trending": -2
  25. },
  26. {
  27. "icon": "youtube",
  28. "title": "765 views",
  29. "description": "98 today",
  30. "trending": 0
  31. },
  32. {
  33. "icon": "pinterest",
  34. "title": "432 pins",
  35. "description": "53 today",
  36. "trending": -4
  37. },
  38. {
  39. "icon": "tiktok",
  40. "title": "612 likes",
  41. "description": "76 today",
  42. "trending": 9
  43. },
  44. {
  45. "icon": "linkedin",
  46. "title": "305 connections",
  47. "description": "29 today",
  48. "trending": -1
  49. }
  50. ]