first commit

This commit is contained in:
2024-07-15 11:28:08 +02:00
commit f52d538ea5
21891 changed files with 6161164 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

View File

@@ -0,0 +1,42 @@
{
"name": "Simple Call To Action",
"blocks": [
{
"block": "header",
"options": {
}
},
{
"block": "image",
"options": {
"placeholder": "{placeholder_base_url}/cta/images/cta-image-1200x240.jpg"
}
},
{
"block": "cta",
"options": {
"text": "Follow us",
"background": "#9bc091"
}
},
{
"block": "text",
"options": {
"html": "<p style=\"text-align: center;\"><span style=\"font-size: 16px; font-family: arial,helvetica,sans-serif;\">Subscribe to our Instagram account to stay updated with our style tips and keep your outfit cool.</span></p>",
"block_padding_left": 30,
"block_padding_right": 30
}
},
{
"block": "footer",
"options": {
}
},
{
"block": "canspam",
"options": {
"block_background": "#ececec"
}
}
]
}