{
"id": "banner-carousel-1",
"cssClass": "custom-carousel",
"header": "Our Latest Offers",
"alignment": 2,
"banners": [
{
"backgroundImage": { "link": "https://example.com/image1.jpg" },
"backgroundColor": "#f8f9fa",
"header": "Summer Sale",
"subHeader": "Up to 50% Off",
"text": "Check out our summer sale with discounts up to 50% on selected items.",
"textColor": "#333",
"buttonText": "Shop Now",
"buttonLink": "https://example.com/summer-sale",
"image": { "link": "https://example.com/banner1.jpg" }
},
{
"backgroundImage": { "link": "https://example.com/image2.jpg" },
"backgroundColor": "#e9ecef",
"header": "New Arrivals",
"subHeader": "Fresh Styles",
"text": "Explore the latest trends and new arrivals in our store.",
"textColor": "#666",
"buttonText": "Discover More",
"buttonLink": "https://example.com/new-arrivals",
"image": { "link": "https://example.com/banner2.jpg" }
}
],
"columns": 3
}