Holdings Bg Block

Blue

Example:

Config:

{
  "className": "blue",
  "header": "Take a closer look at PAWZ",
  "holdingsLinks": [
    {
      "label": "View PAWZ Fund Details",
      "to": "#"
    },
    {
      "label": "Download Investment Case PDF",
      "to": "#"
    },
    {
      "label": "Download Fund Fact Sheet",
      "to": "#"
    }
  ]
}

Dark Purple

Example:

Config:

{
  "className": "dark-purple",
  "holdingsLinks": [
    {
      "label": "View PAWZ Fund Details",
      "to": "#"
    },
    {
      "label": "Download Investment Case PDF",
      "to": "#"
    },
    {
      "label": "Download Fund Fact Sheet",
      "to": "#"
    }
  ]
}