Advert Block

With Carousel

Example:

Config:

{
  "title": "At the forefront of the ETF revolution since 2006",
  "content": "ProShares continues to innovate with products that provide strategic and tactical opportunities for investors to manage risk and enhance returns.",
  "slides": [
    {
      "label": "Interest Rate Hedge",
      "icon": {
        "src": "/areas/proshares/assets/icons/advert-block/hedging.svg",
        "alt": "Interest-Rate-Hedge"
      },
      "to": "#"
    },
    {
      "label": "Thematic Investing",
      "icon": {
        "src": "/areas/proshares/assets/icons/advert-block/lightblub.svg",
        "alt": "Thematic-Investing"
      },
      "to": "#"
    },
    {
      "label": "Leverage & Inverse for US Markets",
      "icon": {
        "src": "/areas/proshares/assets/icons/advert-block/interest-rate-hedge.svg",
        "alt": "Leverage-&-Inverse-for-US-Markets"
      },
      "to": "#"
    },
    {
      "label": "Dividend Growers",
      "icon": {
        "src": "/areas/proshares/assets/icons/advert-block/crowngreen.svg",
        "alt": "Dividend-Growers"
      },
      "to": "#"
    },
    {
      "label": "Retail Disruption",
      "icon": {
        "src": "/areas/proshares/assets/icons/advert-block/retail-disruption.svg",
        "alt": "Retail-Disruption"
      },
      "to": "#"
    },
    {
      "label": "Ex-Sector",
      "icon": {
        "src": "/areas/proshares/assets/icons/advert-block/ex-sector.svg",
        "alt": "Ex-Sectors"
      },
      "to": "#"
    },
    {
      "label": "Bitcoin-linked",
      "icon": {
        "src": "/areas/proshares/assets/icons/advert-block/bitcoin.svg",
        "alt": "Bitcoins-Linked"
      },
      "to": "#"
    }
  ]
}

With modal

Example:

Config:

{
  "cardView": true,
  "title": "At the forefront of the ETF revolution since 2006",
  "content": "ProShares continues to innovate with products that provide strategic and tactical opportunities for investors to manage risk and enhance returns.",
  "slides": [
    {
      "label": "Leverage & Inverse",
      "desc": "Pioneering leveraged and inverse ETFs.",
      "theme": "light-purple",
      "icon": {
        "src": "/areas/proshares/assets/icons/advert-block/cards/leverage.svg",
        "alt": "Leverage & Inverse"
      },
      "cta": {
        "to": "#",
        "label": "Learn More"
      },
      "modalData": {
        "icon": {
          "src": "/areas/proshares/assets/icons/advert-block/cards/leverage-modal.svg",
          "alt": "Leverage & Inverse"
        },
        "title": "Portfolio Hedging",
        "desc": "Explore our three-part series on the importance of portfolio hedging, ways to build a hedging strategy, and why inverse ETFs may be particular effective.",
        "eyebrow": "Featured insights series",
        "list": [
          {
            "label": "Part I: The Significance of Portfolio Hedging",
            "body": "Portfolio Hedging Series"
          },
          {
            "label": "Part II: Strategies for Hedging Your Portfolio",
            "body": "Portfolio Hedging Series"
          },
          {
            "label": "Part III: The Efficacy of Hedging with Inverse ETFs",
            "body": "Portfolio Hedging Series"
          }
        ]
      }
    },
    {
      "label": "Dividend Growers",
      "desc": "Markets change, but quality endures.",
      "theme": "dark-blue",
      "icon": {
        "src": "/areas/proshares/assets/icons/advert-block/cards/dividend.svg",
        "alt": "Dividend Growers"
      },
      "cta": {
        "to": "#",
        "label": "Learn More"
      },
      "modalData": {
        "icon": {
          "src": "/areas/proshares/assets/icons/advert-block/cards/dividend-modal.svg",
          "alt": "Leverage & Inverse"
        },
        "title": "Markets change, but quality endures",
        "desc": "Explore our three-part series on the importance of portfolio hedging, ways to build a hedging strategy, and why inverse ETFs may be particular effective.",
        "eyebrow": "Featured etfs",
        "list": [
          {
            "label": "NOBL",
            "body": "S&P 500 Dividend Aristocrats ETF"
          },
          {
            "label": "REGL",
            "body": "S&P MidCap 400 Dividend Aristocrats ETF"
          },
          {
            "label": "SMDV",
            "body": "Russell 2000 Dividend Growers ETF"
          },
          {
            "label": "TDV",
            "body": "S&P Technology Dividend Aristocrats ETF"
          }
        ],
        "link": {
          "to": "#",
          "label": "Go to ETF Finder"
        }
      }
    },
    {
      "label": "Ex-Sector",
      "desc": "Ex-Sector: Underweight or Exclude a Sector.",
      "theme": "blue",
      "icon": {
        "src": "/areas/proshares/assets/icons/advert-block/cards/ex-sector.svg",
        "alt": "Ex-Sector"
      },
      "to": "#"
    },
    {
      "label": "Bitcoin-linked",
      "desc": "Gain exposure to bitcoin-linked returns.",
      "theme": "darkyellow",
      "icon": {
        "src": "/areas/proshares/assets/icons/advert-block/cards/bitcoin.svg",
        "alt": "Bitcoin-linked"
      },
      "to": "#"
    },
    {
      "label": "Thematic",
      "desc": "Uncovering opportunities with thematic investing.",
      "icon": {
        "src": "/areas/proshares/assets/icons/advert-block/cards/thematic.svg",
        "alt": "Thematic"
      },
      "to": "#"
    },
    {
      "label": "Interest Rate Hedge",
      "desc": "Seeking a defense against rising rates?",
      "icon": {
        "src": "/areas/proshares/assets/icons/advert-block/cards/interest.svg",
        "alt": "Interest Rate Hedge"
      },
      "to": "#"
    },
    {
      "label": "Volatility",
      "desc": "Trade U.S. equity volatility.",
      "icon": {
        "src": "/areas/proshares/assets/icons/advert-block/cards/volatility.svg",
        "alt": "Volatility"
      },
      "to": "#"
    }
  ]
}