Homepage Promo

Default

Example:

Config:

{
  "description": "Interested in BitCoin? Introducting the Bitcoin Strategy ProFund. Interested in BitCoin? Introducting the Bitcoin Strategy ProFund.  Interested in BitCoin? Introducting the Bitcoin Strategy ProFund.",
  "cta": {
    "label": "Explore BTCFX",
    "to": "some.url/one"
  }
}

Without Link CTA

Example:

Config:

{
  "description": "Interested in BitCoin? Introducting the Bitcoin Strategy ProFund. Interested in BitCoin? Introducting the Bitcoin Strategy ProFund.  Interested in BitCoin? Introducting the Bitcoin Strategy ProFund."
}

Without Link CTA Yellow Background (Default)

Example:

Config:

{
  "backgroundColor": "yellow",
  "description": "Interested in BitCoin? Introducing the Bitcoin Strategy ProFund."
}

Without Link CTA Light Gray Background

Example:

Config:

{
  "backgroundColor": "light-gray",
  "description": "Important announcement about our new fund strategy."
}

Without Link CTA Dark Gray Background

Example:

Config:

{
  "backgroundColor": "dark-gray",
  "description": "Check out our latest market insights and analysis."
}

Without Link CTA Green Background

Example:

Config:

{
  "backgroundColor": "green",
  "description": "New ESG fund now available for investment."
}

Without Link CTA Blue Background

Example:

Config:

{
  "backgroundColor": "blue",
  "description": "Quarter-end reports now available."
}

Without Link CTA Mid Blue Background

Example:

Config:

{
  "backgroundColor": "mid-blue",
  "description": "Learn about our new investment strategies."
}

With Wysiwyg Content

Example:

Config:

{
  "description": "<p>\n  The S&P 500® Dividend Aristocrats® Index, constructed and maintained by S&P Dow Jones Indices LLC, targets companies that are currently members of the S&P 500®, have increased dividend payments each year for at least 25 years, and meet certain market capitalization and liquidity requirements. The index contains a minimum of 40 stocks, which are equally weighted, and no single sector is allowed to comprise more than 30% of the index weight. The index is rebalanced each January, April, July and October, with an annual reconstitution during the January rebalance.\n</p>\n",
  "cta": {
    "label": "Explore BTCFX",
    "to": "some.url/one"
  }
}

With Wysiwyg Links

Example:

Config:

{
  "description": "<p>\n  The S&P 500® <a href=\"/some-link\">Dividend Aristocrats®</a> Index, constructed and maintained by <a href=\"/\">S&P Dow Jones</a> Indices LLC, targets companies that are currently members of the S&P 500®, have increased dividend payments each year for at least 25 years, and meet certain market capitalization and liquidity requirements. The index contains a minimum of 40 stocks, which are equally weighted, and no single sector is allowed to comprise more than 30% of the index weight. The index is rebalanced each January, April, July and October, with an annual reconstitution during the January rebalance.\n</p>\n",
  "cta": {
    "label": "Explore BTCFX",
    "to": "some.url/one"
  }
}

With Wysiwyg Links Without CTA

Example:

Config:

{
  "description": "<p>\n  The S&P 500® <a href=\"/some-link\">Dividend Aristocrats®</a> Index, constructed and maintained by <a href=\"/\">S&P Dow Jones</a> Indices LLC, targets companies that are currently members of the S&P 500®, have increased dividend payments each year for at least 25 years, and meet certain market capitalization and liquidity requirements. The index contains a minimum of 40 stocks, which are equally weighted, and no single sector is allowed to comprise more than 30% of the index weight. The index is rebalanced each January, April, July and October, with an annual reconstitution during the January rebalance.\n</p>\n"
}