Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
File size: 1,332 Bytes
faf4ba4 048071f faf4ba4 5dd2af5 048071f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 |
import { GeneratedPanels } from "@/types"
export const mockGeneratedPanels: GeneratedPanels = [{
"panel": 1,
"instructions": "wide shot of detective walking towards a UFO crash site",
"caption": "Detective Jameson investigates a UFO crash in the desert"
},
{
"panel": 2,
"instructions": "close-up of detective's face, determined expression",
"caption": "He's been tracking this case for weeks"
},
{
"panel": 3,
"instructions": "medium shot of detective examining UFO debris",
"caption": "The evidence is scattered all over the desert"
},
{
"panel": 4,
"instructions": "close-up of strange symbol on UFO debris",
"caption": "But what does this symbol mean?"
},
{
"panel": 5,
"instructions": "wide shot of detective walking towards a strange rock formation",
"caption": "Jameson follows a trail that leads him deeper into the desert"
},
{
"panel": 6,
"instructions": "medium shot of detective discovering an alien body",
"caption": "He's not alone in the desert"
},
{
"panel": 7,
"instructions": "close-up of alien's face, eyes closed, peaceful expression",
"caption": "An alien life form, deceased"
},
{
"panel": 8,
"instructions": "wide shot of detective standing over the alien body, looking up at the sky",
"caption": "Jameson wonders, what other secrets lie beyond the stars?"
}
] |