Text Highlight
With gradient and image
Example:
Config:
{
"gradient": "black-to-blue",
"title": "Lorem ipsum dolor sit amet.",
"description": "At sagittis et habitant dui ornare non congue eu nisi.",
"image": {
"src": "/areas/proshares/assets/images/text-highlight.png",
"alt": "Text Highlight Alt"
},
"cta": {
"to": "#",
"label": "Learn More",
"theme": "light"
}
}
With gradient
Example:
Config:
{
"gradient": "black-to-purple",
"title": "Lorem ipsum dolor sit amet.",
"description": "At sagittis et habitant dui ornare non congue eu nisi.",
"cta": {
"to": "#",
"label": "Learn More",
"theme": "light"
}
}
With image
Example:
Config:
{
"title": "Lorem ipsum dolor sit amet.",
"description": "At sagittis et habitant dui ornare non congue eu nisi.",
"image": {
"src": "/areas/proshares/assets/images/text-highlight.png",
"alt": "Text Highlight Alt"
},
"cta": {
"to": "#",
"label": "Learn More",
"theme": "light"
}
}
With cta dark
Example:
Config:
{
"title": "Lorem ipsum dolor sit amet.",
"description": "At sagittis et habitant dui ornare non congue eu nisi.",
"image": {
"src": "/areas/proshares/assets/images/text-highlight.png",
"alt": "Text Highlight Alt"
},
"cta": {
"to": "#",
"label": "Learn More",
"theme": "dark"
}
}
Without description
Example:
Lorem ipsum dolor sit amet.
Learn MoreConfig:
{
"title": "Lorem ipsum dolor sit amet.",
"image": {
"src": "/areas/proshares/assets/images/text-highlight.png",
"alt": "Text Highlight Alt"
},
"cta": {
"to": "#",
"label": "Learn More",
"theme": "dark"
}
}