{
"objects": [
{
"type": "text",
"x": 300,
"y": 150,
"width": 600,
"height": 60,
"content": "на вашей вечеринке нужны только ДВОЕ",
"font_family": "Arial",
"font_size": 36,
"font_weight": "700",
"color": "#FFFFFF",
"align": "center"
},
{
"type": "button",
"x": 450,
"y": 240,
"width": 300,
"height": 60,
"content": "Пригласить",
"link": "https://wa.me/79991234567",
"background_color": "#FF3366",
"font_size": 20,
"font_weight": "600",
"border_radius": 10
},
{
"type": "image",
"x": 0,
"y": 0,
"width": 1200,
"height": 600,
"url": "https://example.com/background.jpg",
"z_index": -1
}
],
"settings": {
"width": 1200,
"height": 600,
"background_color": "#000000"
}
}