[
  {
    "id": 1,
    "name": "White T-shirt",
    "price": 9.99,
    "thumbnail": "https://images.pexels.com/photos/6311581/pexels-photo-6311581.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940"
  },
  {
    "id": 2,
    "name": "Dog Toy",
    "price": 4.99,
    "thumbnail": "https://images.pexels.com/photos/5732445/pexels-photo-5732445.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940"
  },
  {
    "id": 3,
    "name": "Baseball cap",
    "price": 7.95,
    "thumbnail": "https://images.pexels.com/photos/1124465/pexels-photo-1124465.jpeg?auto=compress&cs=tinysrgb&dpr=2&h=650&w=940"
  }
]