Featured Announcement Block

Default Image

Example:

Config:

{
  "header": "Announcement",
  "subheader": "Lorem ipsum dolor sit amet mucho.",
  "body": "Marking 3 years of the first U.S. bitcoin-linked ETF.<br /><br />\nBITO invests in bitcoin futures and does not invest in bitcoin. There is no guarantee the fund will closely track bitcoin returns.\n",
  "cta": {
    "label": "Learn More",
    "to": "#",
    "bgcolor": "#1081f2"
  },
  "cta1": {
    "label": "CTA",
    "to": "#",
    "bgcolor": "#1081f2"
  },
  "media": {
    "type": "image",
    "alt": "Bito Slide Background Image",
    "src": "/areas/proshares/assets/images/export-stock-new.png"
  }
}

Clickable Image

Example:

Config:

{
  "header": "Cickable Image",
  "subheader": "Lorem ipsum dolor sit amet mucho.",
  "body": "Marking 3 years of the first U.S. bitcoin-linked ETF.<br /><br />\nBITO invests in bitcoin futures and does not invest in bitcoin. There is no guarantee the fund will closely track bitcoin returns.\n",
  "cta": {
    "label": "View Details",
    "to": "#details",
    "bgcolor": "#254C56"
  },
  "media": {
    "type": "clickable-image",
    "alt": "Interactive Product Image",
    "src": "/areas/proshares/assets/images/export-stock-new.png",
    "buttonLink": "https://www.youtube.com/watch?v=5Peo-ivmupE"
  }
}

Youtube Video

Example:

Config:

{
  "header": "Latest Video",
  "subheader": "Watch our introduction.",
  "body": "Our team explains the benefits of our new approach.",
  "cta": {
    "label": "Contact Us",
    "to": "/contact",
    "bgcolor": "#427F06"
  },
  "media": {
    "type": "video",
    "videoType": "youtube",
    "videoId": "5Peo-ivmupE",
    "poster": "/areas/proshares/assets/images/video-poster.jpg"
  }
}

Normal Video

Example:

Config:

{
  "header": "Latest Video",
  "subheader": "Watch our introduction.",
  "body": "Our team explains the benefits of our new approach.",
  "cta": {
    "label": "Contact Us",
    "to": "/contact",
    "bgcolor": ""
  },
  "media": {
    "type": "video",
    "videoType": "uploaded",
    "src": "/areas/proshares/assets/videos/ion-slide.mp4",
    "poster": "/areas/proshares/assets/images/video-poster.jpg"
  }
}

Vimeo Video

Example:

Config:

{
  "header": "Latest Video",
  "subheader": "Watch our introduction.",
  "body": "Our team explains the benefits of our new approach.",
  "cta": {
    "label": "Contact Us",
    "to": "/contact",
    "bgcolor": ""
  },
  "media": {
    "type": "video",
    "videoType": "vimeo",
    "videoId": "76979871",
    "poster": "/areas/proshares/assets/images/video-poster.jpg"
  }
}

Audio Sample

Example:

Config:

{
  "header": "Audio Presentation",
  "subheader": "Listen to our latest update.",
  "body": "This audio briefing covers the latest market trends.",
  "cta": {
    "label": "Subscribe",
    "to": "/subscribe",
    "bgcolor": "#427F06"
  },
  "media": {
    "type": "audio",
    "src": "/areas/proshares/assets/audio/sampleaudio.mp3"
  }
}

Animated GIF

Example:

Config:

{
  "header": "Performance Visualization",
  "subheader": "See the growth in action.",
  "body": "This animation demonstrates the comparative performance.",
  "cta": {
    "label": "Get Started",
    "to": "/register",
    "bgcolor": ""
  },
  "media": {
    "type": "gif",
    "src": "/areas/proshares/assets/videos/Kale-discovery-full.gif",
    "alt": "Fund Performance Animation"
  }
}