# Feed Responses for Anouncement Cards

```
{
"type": "anouncement-image",
"key": "example-1",
"data": {
"title": "Support Local this 4th of July Weekend",
"subtitle": "",
"cta_text": "Learn More",
"cta_url": "https://www.slicelife.com/",
"image_url": "https://www.slicelife.com/images/image001.png",
}
}
```
---

```
{
"type": "anouncement-image",
"key": "example-2",
"data": {
"title": "Support Local this 4th of July Weekend",
"subtitle": "Order for delivery or pickup",
"cta_text": "",
"cta_url": "",
"image_url": "https://www.slicelife.com/images/image001.png",
}
}
```
---

```
{
"type": "anouncement-image",
"key": "example-3",
"data": {
"title": "Support Local this 4th of July Weekend",
"subtitle": "",
"cta_text": "",
"cta_url": "",
"image_url": "https://www.slicelife.com/images/image001.png",
}
}
```
## Open Questions
- What is the maximum length for text (subtitle, title, cta_text)?