Example re-create of Cabins For You Ad. Gemini Nano Banana Pro.
Used this prompt:
"Extract a 1:1 JSON that fully replicates this image. Include positions for every text element and every visual detail."
{
"canvas_properties": {
"dimensions": {
"width": 1080,
"height": 1080
},
"background_color": "#3E1E12",
"theme": "Autumn/Thanksgiving Promotional"
},
"elements": [
{
"id": "background_layer",
"type": "shape",
"description": "Solid dark brown background filling the canvas",
"color_hex": "#3E1E12",
"position": {
"x": 0,
"y": 0,
"width": 1080,
"height": 1080
}
},
{
"id": "decoration_string_lights",
"type": "graphic",
"content": "String lights graphic overlay",
"position": {
"x": 0,
"y": 0,
"width": 350,
"height": 100
},
"style": {
"opacity": 0.8,
"color": "#FDFBD3"
}
},
{
"id": "top_left_image",
"type": "image",
"content": "Cabin interior: View of living room with grey sofas, wooden walls, stone fireplace, and bar table with stools",
"position": {
"x": 60,
"y": 55,
"width": 300,
"height": 460
},
"style": {
"border_radius": "2px"
}
},
{
"id": "top_center_image",
"type": "image",
"content": "Cabin interior: Living area with geometric wooden coffee table, stone fireplace, large TV with bear image, and dining table in background",
"position": {
"x": 380,
"y": 55,
"width": 300,
"height": 370
},
"style": {
"border_radius": "2px"
}
},
{
"id": "top_right_image",
"type": "image",
"content": "Cabin interior: High vaulted ceiling, stone fireplace, grey armchairs, large TV, and rug",
"position": {
"x": 700,
"y": 55,
"width": 300,
"height": 460
},
"style": {
"border_radius": "2px"
}
},
{
"id": "brand_logo",
"type": "logo",
"content": "CABINS for YOU logo (Tree/Cabin icon + Text)",
"position": {
"x": 415,
"y": 440,
"width": 250,
"height": 60
},
"style": {
"color": "#FFFFFF",
"alignment": "center"
}
},
{
"id": "main_headline",
"type": "text",
"content": "Your Thanksgiving Getaway",
"position": {
"x": 540,
"y": 550,
"width": 900,
"height": 80
},
"style": {
"font_family": "Serif",
"font_weight": "bold",
"font_size": 72,
"color": "#FFFFFF",
"text_align": "center",
"anchor": "center"
}
},
{
"id": "sub_headline",
"type": "text",
"content": "COZY CABINS, ROOM FOR EVERYONE",
"position": {
"x": 540,
"y": 615,
"width": 800,
"height": 40
},
"style": {
"font_family": "Sans-serif",
"font_weight": "regular",
"font_size": 24,
"color": "#FFFFFF",
"text_align": "center",
"letter_spacing": "2px",
"text_transform": "uppercase",
"anchor": "center"
}
},
{
"id": "bottom_image",
"type": "image",
"content": "Wide panorama cabin interior: Large windows with mountain view, grey sofas, stone fireplace, modern rustic decor",
"position": {
"x": 60,
"y": 720,
"width": 940,
"height": 305
},
"style": {
"border_radius": "2px"
}
},
{
"id": "leaf_decoration_right_middle",
"type": "graphic",
"content": "Single orange autumn leaf",
"position": {
"x": 950,
"y": 480,
"width": 100,
"height": 70
},
"style": {
"rotation": "-15deg"
}
},
{
"id": "leaf_decoration_foreground_blur",
"type": "graphic",
"content": "Blurred autumn leaves cluster overlay",
"position": {
"x": 0,
"y": 780,
"width": 350,
"height": 300
},
"style": {
"effect": "gaussian_blur",
"z_index": 10
}
},
{
"id": "leaf_decoration_top_right_blur",
"type": "graphic",
"content": "Blurred autumn leaf overlay",
"position": {
"x": 900,
"y": 0,
"width": 180,
"height": 180
},
"style": {
"effect": "gaussian_blur",
"z_index": 10
}
},
{
"id": "website_url",
"type": "text",
"content": "www.cabinsforyou.com",
"position": {
"x": 540,
"y": 1040,
"width": 300,
"height": 20
},
"style": {
"font_family": "Sans-serif",
"font_size": 14,
"color": "#4A3B32",
"text_align": "center",
"anchor": "center",
"opacity": 0.5
}
}
]
}