{
"juice_boxes": [
{
"id": 1,
"product": {
"brand": "Tip-Top",
"flavor": "Jordbær",
"image": {
"description": "jordbærsaft med modne jordbær",
"background": {
"color": "frisk pastel pink",
"elements": [
"jordbærhoveder",
"saftsprøjt",
"dynamisk svirpler omkring pakken"
]
}
}
},
"design": {
"style": {
"detl": "høj kvalitets detalje",
"texture": "kommerciel fotorealisme"
},
"aspect_ratio": "2:3"
}
},
{
"id": 2,
"product": {
"brand": "Tip-Top",
"flavor": "Mango",
"image": {
"description": "mangojuice med modne guldmangoer",
"background": {
"color": "tropisk orange-gul gradient",
"elements": [
"mangokuber",
"svirpende saftstrømme",
"energisk og appetitlig scene"
]
}
}
},
"design": {
"style": {
"texture": "ultra-realistisk emballagematerialetekstur"
},
"aspect_ratio": "2:3"
}
},
{
"id": 3,
"product": {
"brand": "Tip-Top",
"flavor": "Drue",
"image": {
"description": "druesaft med lilla druer",
"background": {
"color": "dyb lilla gradient",
"elements": [
"druetrus",
"glinsende saftsprøjt",
"omkring kartonen"
]
}
}
},
"design": {
"style": {
"tone": "elegant",
"mood": "livlig kommerciel promotionsstil"
},
"aspect_ratio": "2:3"
}
}
]
}