{
"id": "hero-carousel",
"cssClass": "hero-carousel",
"header": "Featured Highlights",
"alignment": 2,
"slides": [
{
"backgroundImage": {
"link": "https://example.com/image1.jpg"
},
"backgroundColor": "#f0f0f0",
"image": {
"link": "https://example.com/image1-thumbnail.jpg"
},
"header": "Welcome to Our Site",
"subHeader": "Explore the Latest Trends",
"subHeader2": "Discover more about our offerings",
"text": "Join us to experience the best of our products and services.",
"buttonLink": "https://example.com/signup",
"buttonText": "Get Started"
},
{
"backgroundImage": {
"link": "https://example.com/image2.jpg"
},
"backgroundColor": "#e0e0e0",
"image": {
"link": "https://example.com/image2-thumbnail.jpg"
},
"header": "Special Offers",
"subHeader": "Limited Time Only",
"subHeader2": "Don't miss out on exclusive deals",
"text": "Check out our special promotions and discounts available now.",
"buttonLink": "https://example.com/offers",
"buttonText": "View Offers"
}
]
}