mulmocast 2.6.18 → 2.6.20
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/methods/mulmo_presentation_style.d.ts +18 -0
- package/lib/methods/mulmo_presentation_style.js +23 -0
- package/lib/types/schema.d.ts +468 -0
- package/lib/utils/context.d.ts +52 -0
- package/lib/utils/image_plugins/slide.js +7 -4
- package/package.json +5 -5
- package/scripts/test/cinematic_showcase.json +0 -1356
- package/scripts/test/golden_age_of_discovery.json +0 -270
- package/scripts/test/image-2.png +0 -0
- package/scripts/test/img_detector.png +0 -0
- package/scripts/test/img_higgs.png +0 -0
- package/scripts/test/img_lhc.png +0 -0
- package/scripts/test/macoro_anime_proto.json +0 -120
- package/scripts/test/minimum_beats_completed.json +0 -45
- package/scripts/test/test_all_elevenlabs_tts_model.json +0 -111
- package/scripts/test/test_all_gemini_tts_model.json +0 -433
- package/scripts/test/test_all_image.json +0 -49
- package/scripts/test/test_all_movie.json +0 -33
- package/scripts/test/test_captions_2.json +0 -31
- package/scripts/test/test_genai2.json +0 -25
- package/scripts/test/test_lipsync5.json +0 -66
- package/scripts/test/test_reference.json +0 -0
- package/scripts/test/test_slide_image_ref_gemini_en.json +0 -289
- package/scripts/test/test_slide_showcase_corporate.json +0 -497
- package/scripts/test/test_slide_showcase_creative.json +0 -545
- package/scripts/test/test_slide_showcase_minimal.json +0 -501
- package/scripts/test/test_slide_showcase_pop.json +0 -547
- package/scripts/test/test_slide_showcase_warm.json +0 -486
- package/scripts/test/test_wipe_simple.json +0 -37
- package/scripts/test/zenn_combined_example.json +0 -39
- package/scripts/test/zenn_layout_samples.json +0 -92
- package/scripts/test/zenn_markdown_demo.json +0 -79
|
@@ -1,545 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"$mulmocast": { "version": "1.1" },
|
|
3
|
-
"lang": "en",
|
|
4
|
-
"title": "Slide Showcase - Creative Agency Style",
|
|
5
|
-
"beats": [
|
|
6
|
-
{
|
|
7
|
-
"text": "Title with moody dark creative palette",
|
|
8
|
-
"image": {
|
|
9
|
-
"type": "slide",
|
|
10
|
-
"theme": {
|
|
11
|
-
"colors": {
|
|
12
|
-
"bg": "1C1917",
|
|
13
|
-
"bgCard": "292524",
|
|
14
|
-
"bgCardAlt": "3D3733",
|
|
15
|
-
"text": "FAFAF9",
|
|
16
|
-
"textMuted": "D6D3D1",
|
|
17
|
-
"textDim": "A8A29E",
|
|
18
|
-
"primary": "F43F5E",
|
|
19
|
-
"accent": "FB923C",
|
|
20
|
-
"success": "4ADE80",
|
|
21
|
-
"warning": "FBBF24",
|
|
22
|
-
"danger": "EF4444",
|
|
23
|
-
"info": "38BDF8",
|
|
24
|
-
"highlight": "E879F9"
|
|
25
|
-
},
|
|
26
|
-
"fonts": { "title": "Georgia", "body": "Helvetica", "mono": "Consolas" }
|
|
27
|
-
},
|
|
28
|
-
"slide": {
|
|
29
|
-
"layout": "title",
|
|
30
|
-
"title": "Prism Creative\nStudio",
|
|
31
|
-
"subtitle": "Bold colors on dark canvas — where modern art meets functional design",
|
|
32
|
-
"author": "Design Portfolio | 2026",
|
|
33
|
-
"note": "Rose red primary, warm orange accent, and electric purple highlight on a stone-dark background."
|
|
34
|
-
}
|
|
35
|
-
}
|
|
36
|
-
},
|
|
37
|
-
{
|
|
38
|
-
"text": "Design process columns",
|
|
39
|
-
"image": {
|
|
40
|
-
"type": "slide",
|
|
41
|
-
"theme": {
|
|
42
|
-
"colors": {
|
|
43
|
-
"bg": "1C1917",
|
|
44
|
-
"bgCard": "292524",
|
|
45
|
-
"bgCardAlt": "3D3733",
|
|
46
|
-
"text": "FAFAF9",
|
|
47
|
-
"textMuted": "D6D3D1",
|
|
48
|
-
"textDim": "A8A29E",
|
|
49
|
-
"primary": "F43F5E",
|
|
50
|
-
"accent": "FB923C",
|
|
51
|
-
"success": "4ADE80",
|
|
52
|
-
"warning": "FBBF24",
|
|
53
|
-
"danger": "EF4444",
|
|
54
|
-
"info": "38BDF8",
|
|
55
|
-
"highlight": "E879F9"
|
|
56
|
-
},
|
|
57
|
-
"fonts": { "title": "Georgia", "body": "Helvetica", "mono": "Consolas" }
|
|
58
|
-
},
|
|
59
|
-
"slide": {
|
|
60
|
-
"layout": "columns",
|
|
61
|
-
"accentColor": "primary",
|
|
62
|
-
"stepLabel": "OUR PROCESS",
|
|
63
|
-
"title": "Design Philosophy",
|
|
64
|
-
"subtitle": "Every project follows our battle-tested creative framework",
|
|
65
|
-
"showArrows": true,
|
|
66
|
-
"columns": [
|
|
67
|
-
{
|
|
68
|
-
"title": "Discover",
|
|
69
|
-
"num": 1,
|
|
70
|
-
"accentColor": "primary",
|
|
71
|
-
"content": [
|
|
72
|
-
{ "type": "text", "value": "Deep dive into the brand DNA, audience, and competitive landscape." },
|
|
73
|
-
{ "type": "bullets", "items": ["Stakeholder interviews", "Brand audit", "Trend analysis"] }
|
|
74
|
-
]
|
|
75
|
-
},
|
|
76
|
-
{
|
|
77
|
-
"title": "Create",
|
|
78
|
-
"num": 2,
|
|
79
|
-
"accentColor": "accent",
|
|
80
|
-
"content": [
|
|
81
|
-
{ "type": "text", "value": "Rapid prototyping with bold creative exploration." },
|
|
82
|
-
{ "type": "bullets", "items": ["3 concept directions", "Interactive prototypes", "Motion studies"] }
|
|
83
|
-
]
|
|
84
|
-
},
|
|
85
|
-
{
|
|
86
|
-
"title": "Deliver",
|
|
87
|
-
"num": 3,
|
|
88
|
-
"accentColor": "highlight",
|
|
89
|
-
"content": [
|
|
90
|
-
{ "type": "text", "value": "Production-ready assets with comprehensive documentation." },
|
|
91
|
-
{ "type": "bullets", "items": ["Asset library", "Style guide", "Developer handoff"] }
|
|
92
|
-
]
|
|
93
|
-
}
|
|
94
|
-
],
|
|
95
|
-
"callout": { "label": "Speed", "text": "Average project delivery: 4 weeks from kickoff to final assets", "color": "accent", "leftBar": true }
|
|
96
|
-
}
|
|
97
|
-
}
|
|
98
|
-
},
|
|
99
|
-
{
|
|
100
|
-
"text": "Studio impact metrics",
|
|
101
|
-
"image": {
|
|
102
|
-
"type": "slide",
|
|
103
|
-
"theme": {
|
|
104
|
-
"colors": {
|
|
105
|
-
"bg": "1C1917",
|
|
106
|
-
"bgCard": "292524",
|
|
107
|
-
"bgCardAlt": "3D3733",
|
|
108
|
-
"text": "FAFAF9",
|
|
109
|
-
"textMuted": "D6D3D1",
|
|
110
|
-
"textDim": "A8A29E",
|
|
111
|
-
"primary": "F43F5E",
|
|
112
|
-
"accent": "FB923C",
|
|
113
|
-
"success": "4ADE80",
|
|
114
|
-
"warning": "FBBF24",
|
|
115
|
-
"danger": "EF4444",
|
|
116
|
-
"info": "38BDF8",
|
|
117
|
-
"highlight": "E879F9"
|
|
118
|
-
},
|
|
119
|
-
"fonts": { "title": "Georgia", "body": "Helvetica", "mono": "Consolas" }
|
|
120
|
-
},
|
|
121
|
-
"slide": {
|
|
122
|
-
"layout": "stats",
|
|
123
|
-
"accentColor": "primary",
|
|
124
|
-
"title": "Studio Impact",
|
|
125
|
-
"subtitle": "Numbers that tell our story",
|
|
126
|
-
"stats": [
|
|
127
|
-
{ "value": "200+", "label": "Projects Shipped", "color": "primary", "change": "+34%" },
|
|
128
|
-
{ "value": "4.9", "label": "Client Rating", "color": "accent" },
|
|
129
|
-
{ "value": "15", "label": "Countries", "color": "info" },
|
|
130
|
-
{ "value": "98%", "label": "Retention Rate", "color": "success", "change": "+5%" }
|
|
131
|
-
]
|
|
132
|
-
}
|
|
133
|
-
}
|
|
134
|
-
},
|
|
135
|
-
{
|
|
136
|
-
"text": "Traditional vs modern design comparison",
|
|
137
|
-
"image": {
|
|
138
|
-
"type": "slide",
|
|
139
|
-
"theme": {
|
|
140
|
-
"colors": {
|
|
141
|
-
"bg": "1C1917",
|
|
142
|
-
"bgCard": "292524",
|
|
143
|
-
"bgCardAlt": "3D3733",
|
|
144
|
-
"text": "FAFAF9",
|
|
145
|
-
"textMuted": "D6D3D1",
|
|
146
|
-
"textDim": "A8A29E",
|
|
147
|
-
"primary": "F43F5E",
|
|
148
|
-
"accent": "FB923C",
|
|
149
|
-
"success": "4ADE80",
|
|
150
|
-
"warning": "FBBF24",
|
|
151
|
-
"danger": "EF4444",
|
|
152
|
-
"info": "38BDF8",
|
|
153
|
-
"highlight": "E879F9"
|
|
154
|
-
},
|
|
155
|
-
"fonts": { "title": "Georgia", "body": "Helvetica", "mono": "Consolas" }
|
|
156
|
-
},
|
|
157
|
-
"slide": {
|
|
158
|
-
"layout": "comparison",
|
|
159
|
-
"accentColor": "primary",
|
|
160
|
-
"title": "Design Evolution",
|
|
161
|
-
"subtitle": "How we approach modern brand identity",
|
|
162
|
-
"left": {
|
|
163
|
-
"title": "Traditional",
|
|
164
|
-
"accentColor": "warning",
|
|
165
|
-
"content": [
|
|
166
|
-
{ "type": "bullets", "items": ["Static logo files", "Fixed color palette", "Print-first thinking", "Yearly refresh cycle"], "icon": "◇" },
|
|
167
|
-
{ "type": "callout", "text": "Slow to adapt, expensive to change", "style": "warning" }
|
|
168
|
-
],
|
|
169
|
-
"footer": "Static & rigid"
|
|
170
|
-
},
|
|
171
|
-
"right": {
|
|
172
|
-
"title": "Modern (Our Way)",
|
|
173
|
-
"accentColor": "primary",
|
|
174
|
-
"content": [
|
|
175
|
-
{
|
|
176
|
-
"type": "bullets",
|
|
177
|
-
"items": ["Dynamic design tokens", "Generative color systems", "Digital-native approach", "Continuous evolution"],
|
|
178
|
-
"icon": "◆"
|
|
179
|
-
},
|
|
180
|
-
{ "type": "callout", "text": "Living brands that grow with the product", "style": "info" }
|
|
181
|
-
],
|
|
182
|
-
"footer": "Dynamic & adaptive"
|
|
183
|
-
}
|
|
184
|
-
}
|
|
185
|
-
}
|
|
186
|
-
},
|
|
187
|
-
{
|
|
188
|
-
"text": "Capabilities grid",
|
|
189
|
-
"image": {
|
|
190
|
-
"type": "slide",
|
|
191
|
-
"theme": {
|
|
192
|
-
"colors": {
|
|
193
|
-
"bg": "1C1917",
|
|
194
|
-
"bgCard": "292524",
|
|
195
|
-
"bgCardAlt": "3D3733",
|
|
196
|
-
"text": "FAFAF9",
|
|
197
|
-
"textMuted": "D6D3D1",
|
|
198
|
-
"textDim": "A8A29E",
|
|
199
|
-
"primary": "F43F5E",
|
|
200
|
-
"accent": "FB923C",
|
|
201
|
-
"success": "4ADE80",
|
|
202
|
-
"warning": "FBBF24",
|
|
203
|
-
"danger": "EF4444",
|
|
204
|
-
"info": "38BDF8",
|
|
205
|
-
"highlight": "E879F9"
|
|
206
|
-
},
|
|
207
|
-
"fonts": { "title": "Georgia", "body": "Helvetica", "mono": "Consolas" }
|
|
208
|
-
},
|
|
209
|
-
"slide": {
|
|
210
|
-
"layout": "grid",
|
|
211
|
-
"accentColor": "primary",
|
|
212
|
-
"title": "Capabilities",
|
|
213
|
-
"subtitle": "Full-spectrum creative services",
|
|
214
|
-
"gridColumns": 4,
|
|
215
|
-
"items": [
|
|
216
|
-
{ "title": "Branding", "icon": "B", "accentColor": "primary", "description": "Identity, logo, guidelines" },
|
|
217
|
-
{ "title": "Web", "icon": "W", "accentColor": "accent", "description": "Sites, apps, dashboards" },
|
|
218
|
-
{ "title": "Motion", "icon": "M", "accentColor": "highlight", "description": "Animation, video, 3D" },
|
|
219
|
-
{ "title": "Product", "icon": "P", "accentColor": "info", "description": "UX/UI, prototyping" },
|
|
220
|
-
{ "title": "Social", "icon": "S", "accentColor": "success", "description": "Content, campaigns" },
|
|
221
|
-
{ "title": "Print", "icon": "Pr", "accentColor": "warning", "description": "Packaging, editorial" },
|
|
222
|
-
{ "title": "AR/VR", "icon": "XR", "accentColor": "danger", "description": "Immersive experiences" },
|
|
223
|
-
{ "title": "AI Art", "icon": "AI", "accentColor": "highlight", "description": "Generative design" }
|
|
224
|
-
]
|
|
225
|
-
}
|
|
226
|
-
}
|
|
227
|
-
},
|
|
228
|
-
{
|
|
229
|
-
"text": "Client testimonial",
|
|
230
|
-
"image": {
|
|
231
|
-
"type": "slide",
|
|
232
|
-
"theme": {
|
|
233
|
-
"colors": {
|
|
234
|
-
"bg": "1C1917",
|
|
235
|
-
"bgCard": "292524",
|
|
236
|
-
"bgCardAlt": "3D3733",
|
|
237
|
-
"text": "FAFAF9",
|
|
238
|
-
"textMuted": "D6D3D1",
|
|
239
|
-
"textDim": "A8A29E",
|
|
240
|
-
"primary": "F43F5E",
|
|
241
|
-
"accent": "FB923C",
|
|
242
|
-
"success": "4ADE80",
|
|
243
|
-
"warning": "FBBF24",
|
|
244
|
-
"danger": "EF4444",
|
|
245
|
-
"info": "38BDF8",
|
|
246
|
-
"highlight": "E879F9"
|
|
247
|
-
},
|
|
248
|
-
"fonts": { "title": "Georgia", "body": "Helvetica", "mono": "Consolas" }
|
|
249
|
-
},
|
|
250
|
-
"slide": {
|
|
251
|
-
"layout": "bigQuote",
|
|
252
|
-
"accentColor": "accent",
|
|
253
|
-
"quote": "Prism doesn't just design — they create visual languages that make brands unforgettable.",
|
|
254
|
-
"author": "Maria Santos",
|
|
255
|
-
"role": "CMO, TechNova Inc."
|
|
256
|
-
}
|
|
257
|
-
}
|
|
258
|
-
},
|
|
259
|
-
{
|
|
260
|
-
"text": "Award timeline",
|
|
261
|
-
"image": {
|
|
262
|
-
"type": "slide",
|
|
263
|
-
"theme": {
|
|
264
|
-
"colors": {
|
|
265
|
-
"bg": "1C1917",
|
|
266
|
-
"bgCard": "292524",
|
|
267
|
-
"bgCardAlt": "3D3733",
|
|
268
|
-
"text": "FAFAF9",
|
|
269
|
-
"textMuted": "D6D3D1",
|
|
270
|
-
"textDim": "A8A29E",
|
|
271
|
-
"primary": "F43F5E",
|
|
272
|
-
"accent": "FB923C",
|
|
273
|
-
"success": "4ADE80",
|
|
274
|
-
"warning": "FBBF24",
|
|
275
|
-
"danger": "EF4444",
|
|
276
|
-
"info": "38BDF8",
|
|
277
|
-
"highlight": "E879F9"
|
|
278
|
-
},
|
|
279
|
-
"fonts": { "title": "Georgia", "body": "Helvetica", "mono": "Consolas" }
|
|
280
|
-
},
|
|
281
|
-
"slide": {
|
|
282
|
-
"layout": "timeline",
|
|
283
|
-
"accentColor": "accent",
|
|
284
|
-
"stepLabel": "MILESTONES",
|
|
285
|
-
"title": "Our Journey",
|
|
286
|
-
"subtitle": "From garage studio to global creative agency",
|
|
287
|
-
"items": [
|
|
288
|
-
{ "date": "2020", "title": "Founded", "description": "3 designers in\na co-working space", "color": "primary", "done": true },
|
|
289
|
-
{ "date": "2022", "title": "First Award", "description": "Awwwards SOTD\nfor TechNova rebrand", "color": "accent", "done": true },
|
|
290
|
-
{ "date": "2023", "title": "25 Team", "description": "Expanded to\n4 departments", "color": "info", "done": true },
|
|
291
|
-
{ "date": "2025", "title": "3 Webbys", "description": "Best Agency,\nBest Visual Design, People's Voice", "color": "warning", "done": true },
|
|
292
|
-
{ "date": "2026", "title": "AI Studio", "description": "Generative design\npractice launched", "color": "highlight" }
|
|
293
|
-
]
|
|
294
|
-
}
|
|
295
|
-
}
|
|
296
|
-
},
|
|
297
|
-
{
|
|
298
|
-
"text": "Portfolio split with image",
|
|
299
|
-
"image": {
|
|
300
|
-
"type": "slide",
|
|
301
|
-
"theme": {
|
|
302
|
-
"colors": {
|
|
303
|
-
"bg": "1C1917",
|
|
304
|
-
"bgCard": "292524",
|
|
305
|
-
"bgCardAlt": "3D3733",
|
|
306
|
-
"text": "FAFAF9",
|
|
307
|
-
"textMuted": "D6D3D1",
|
|
308
|
-
"textDim": "A8A29E",
|
|
309
|
-
"primary": "F43F5E",
|
|
310
|
-
"accent": "FB923C",
|
|
311
|
-
"success": "4ADE80",
|
|
312
|
-
"warning": "FBBF24",
|
|
313
|
-
"danger": "EF4444",
|
|
314
|
-
"info": "38BDF8",
|
|
315
|
-
"highlight": "E879F9"
|
|
316
|
-
},
|
|
317
|
-
"fonts": { "title": "Georgia", "body": "Helvetica", "mono": "Consolas" }
|
|
318
|
-
},
|
|
319
|
-
"slide": {
|
|
320
|
-
"layout": "split",
|
|
321
|
-
"accentColor": "accent",
|
|
322
|
-
"left": {
|
|
323
|
-
"ratio": 50,
|
|
324
|
-
"content": [{ "type": "image", "src": "https://picsum.photos/seed/creative88/600/500", "alt": "Creative workspace", "fit": "cover" }]
|
|
325
|
-
},
|
|
326
|
-
"right": {
|
|
327
|
-
"title": "Case Study: TechNova",
|
|
328
|
-
"label": "FEATURED WORK",
|
|
329
|
-
"accentColor": "accent",
|
|
330
|
-
"ratio": 50,
|
|
331
|
-
"content": [
|
|
332
|
-
{ "type": "text", "value": "Complete rebrand for a Series B startup that increased brand recognition by 340%.", "bold": true },
|
|
333
|
-
{ "type": "divider", "color": "accent" },
|
|
334
|
-
{ "type": "bullets", "items": ["Logo & identity system", "Website redesign", "Marketing collateral", "Brand motion language"] },
|
|
335
|
-
{ "type": "metric", "value": "340%", "label": "Brand recognition increase", "color": "accent", "change": "+340%" }
|
|
336
|
-
]
|
|
337
|
-
}
|
|
338
|
-
}
|
|
339
|
-
}
|
|
340
|
-
},
|
|
341
|
-
{
|
|
342
|
-
"text": "Skills matrix",
|
|
343
|
-
"image": {
|
|
344
|
-
"type": "slide",
|
|
345
|
-
"theme": {
|
|
346
|
-
"colors": {
|
|
347
|
-
"bg": "1C1917",
|
|
348
|
-
"bgCard": "292524",
|
|
349
|
-
"bgCardAlt": "3D3733",
|
|
350
|
-
"text": "FAFAF9",
|
|
351
|
-
"textMuted": "D6D3D1",
|
|
352
|
-
"textDim": "A8A29E",
|
|
353
|
-
"primary": "F43F5E",
|
|
354
|
-
"accent": "FB923C",
|
|
355
|
-
"success": "4ADE80",
|
|
356
|
-
"warning": "FBBF24",
|
|
357
|
-
"danger": "EF4444",
|
|
358
|
-
"info": "38BDF8",
|
|
359
|
-
"highlight": "E879F9"
|
|
360
|
-
},
|
|
361
|
-
"fonts": { "title": "Georgia", "body": "Helvetica", "mono": "Consolas" }
|
|
362
|
-
},
|
|
363
|
-
"slide": {
|
|
364
|
-
"layout": "matrix",
|
|
365
|
-
"accentColor": "accent",
|
|
366
|
-
"title": "Service Positioning",
|
|
367
|
-
"subtitle": "Where we win vs. alternatives",
|
|
368
|
-
"xAxis": { "low": "Commodity", "high": "Premium" },
|
|
369
|
-
"yAxis": { "low": "Narrow Focus", "high": "Full Service" },
|
|
370
|
-
"cells": [
|
|
371
|
-
{ "label": "Freelancers", "accentColor": "warning", "items": ["Affordable", "Single skill", "Variable quality"] },
|
|
372
|
-
{ "label": "Prism Studio", "accentColor": "primary", "items": ["End-to-end", "Award-winning", "AI-augmented"] },
|
|
373
|
-
{ "label": "Template Tools", "accentColor": "info", "items": ["Self-service", "Quick output", "Generic results"] },
|
|
374
|
-
{ "label": "Big Agencies", "accentColor": "accent", "items": ["Enterprise scale", "Slow process", "High overhead"] }
|
|
375
|
-
]
|
|
376
|
-
}
|
|
377
|
-
}
|
|
378
|
-
},
|
|
379
|
-
{
|
|
380
|
-
"text": "Project types table",
|
|
381
|
-
"image": {
|
|
382
|
-
"type": "slide",
|
|
383
|
-
"theme": {
|
|
384
|
-
"colors": {
|
|
385
|
-
"bg": "1C1917",
|
|
386
|
-
"bgCard": "292524",
|
|
387
|
-
"bgCardAlt": "3D3733",
|
|
388
|
-
"text": "FAFAF9",
|
|
389
|
-
"textMuted": "D6D3D1",
|
|
390
|
-
"textDim": "A8A29E",
|
|
391
|
-
"primary": "F43F5E",
|
|
392
|
-
"accent": "FB923C",
|
|
393
|
-
"success": "4ADE80",
|
|
394
|
-
"warning": "FBBF24",
|
|
395
|
-
"danger": "EF4444",
|
|
396
|
-
"info": "38BDF8",
|
|
397
|
-
"highlight": "E879F9"
|
|
398
|
-
},
|
|
399
|
-
"fonts": { "title": "Georgia", "body": "Helvetica", "mono": "Consolas" }
|
|
400
|
-
},
|
|
401
|
-
"slide": {
|
|
402
|
-
"layout": "table",
|
|
403
|
-
"accentColor": "accent",
|
|
404
|
-
"title": "Engagement Models",
|
|
405
|
-
"subtitle": "Flexible options for every budget and timeline",
|
|
406
|
-
"headers": ["Package", "Duration", "Deliverables", "Starting At"],
|
|
407
|
-
"rowHeaders": true,
|
|
408
|
-
"striped": true,
|
|
409
|
-
"rows": [
|
|
410
|
-
["Sprint", "2 weeks", "1 focused deliverable", { "text": "$8K", "color": "success" }],
|
|
411
|
-
["Standard", "4-6 weeks", "Full brand package", { "text": "$25K", "color": "info" }],
|
|
412
|
-
["Premium", "8-12 weeks", "Brand + web + motion", { "text": "$60K", "color": "accent" }],
|
|
413
|
-
["Retainer", "Ongoing", "Dedicated team", { "text": "$15K/mo", "color": "primary", "bold": true }]
|
|
414
|
-
],
|
|
415
|
-
"callout": { "label": "Guarantee", "text": "100% satisfaction or we revise until it's right — no extra charge", "color": "success", "leftBar": true }
|
|
416
|
-
}
|
|
417
|
-
}
|
|
418
|
-
},
|
|
419
|
-
{
|
|
420
|
-
"text": "Client acquisition funnel",
|
|
421
|
-
"image": {
|
|
422
|
-
"type": "slide",
|
|
423
|
-
"theme": {
|
|
424
|
-
"colors": {
|
|
425
|
-
"bg": "1C1917",
|
|
426
|
-
"bgCard": "292524",
|
|
427
|
-
"bgCardAlt": "3D3733",
|
|
428
|
-
"text": "FAFAF9",
|
|
429
|
-
"textMuted": "D6D3D1",
|
|
430
|
-
"textDim": "A8A29E",
|
|
431
|
-
"primary": "F43F5E",
|
|
432
|
-
"accent": "FB923C",
|
|
433
|
-
"success": "4ADE80",
|
|
434
|
-
"warning": "FBBF24",
|
|
435
|
-
"danger": "EF4444",
|
|
436
|
-
"info": "38BDF8",
|
|
437
|
-
"highlight": "E879F9"
|
|
438
|
-
},
|
|
439
|
-
"fonts": { "title": "Georgia", "body": "Helvetica", "mono": "Consolas" }
|
|
440
|
-
},
|
|
441
|
-
"slide": {
|
|
442
|
-
"layout": "funnel",
|
|
443
|
-
"accentColor": "primary",
|
|
444
|
-
"title": "New Client Pipeline",
|
|
445
|
-
"subtitle": "Q1 2026 acquisition funnel",
|
|
446
|
-
"stages": [
|
|
447
|
-
{ "label": "Inquiries", "value": "280", "description": "Website forms & referrals", "color": "primary" },
|
|
448
|
-
{ "label": "Qualified", "value": "85", "description": "Budget & scope aligned", "color": "accent" },
|
|
449
|
-
{ "label": "Proposals", "value": "42", "description": "Custom proposals sent", "color": "info" },
|
|
450
|
-
{ "label": "Signed", "value": "18", "description": "Contracts executed", "color": "success" }
|
|
451
|
-
],
|
|
452
|
-
"callout": { "text": "6.4% inquiry-to-close rate — up from 4.2% last quarter", "align": "center" }
|
|
453
|
-
}
|
|
454
|
-
}
|
|
455
|
-
},
|
|
456
|
-
{
|
|
457
|
-
"text": "Portfolio gallery",
|
|
458
|
-
"image": {
|
|
459
|
-
"type": "slide",
|
|
460
|
-
"theme": {
|
|
461
|
-
"colors": {
|
|
462
|
-
"bg": "1C1917",
|
|
463
|
-
"bgCard": "292524",
|
|
464
|
-
"bgCardAlt": "3D3733",
|
|
465
|
-
"text": "FAFAF9",
|
|
466
|
-
"textMuted": "D6D3D1",
|
|
467
|
-
"textDim": "A8A29E",
|
|
468
|
-
"primary": "F43F5E",
|
|
469
|
-
"accent": "FB923C",
|
|
470
|
-
"success": "4ADE80",
|
|
471
|
-
"warning": "FBBF24",
|
|
472
|
-
"danger": "EF4444",
|
|
473
|
-
"info": "38BDF8",
|
|
474
|
-
"highlight": "E879F9"
|
|
475
|
-
},
|
|
476
|
-
"fonts": { "title": "Georgia", "body": "Helvetica", "mono": "Consolas" }
|
|
477
|
-
},
|
|
478
|
-
"slide": {
|
|
479
|
-
"layout": "columns",
|
|
480
|
-
"accentColor": "primary",
|
|
481
|
-
"title": "Featured Projects",
|
|
482
|
-
"subtitle": "Recent work we're proud of",
|
|
483
|
-
"columns": [
|
|
484
|
-
{
|
|
485
|
-
"title": "Neon Dreams",
|
|
486
|
-
"accentColor": "highlight",
|
|
487
|
-
"content": [
|
|
488
|
-
{ "type": "image", "src": "https://picsum.photos/seed/neon44/500/220", "alt": "Neon branding project", "fit": "cover" },
|
|
489
|
-
{ "type": "text", "value": "Album art and visual identity for an electronic music label.", "dim": true }
|
|
490
|
-
]
|
|
491
|
-
},
|
|
492
|
-
{
|
|
493
|
-
"title": "Earth First",
|
|
494
|
-
"accentColor": "success",
|
|
495
|
-
"content": [
|
|
496
|
-
{ "type": "image", "src": "https://picsum.photos/seed/earth55/500/220", "alt": "Sustainability campaign", "fit": "cover" },
|
|
497
|
-
{ "type": "text", "value": "Campaign design for a climate-tech startup's Series A launch.", "dim": true }
|
|
498
|
-
]
|
|
499
|
-
},
|
|
500
|
-
{
|
|
501
|
-
"title": "Metro Pulse",
|
|
502
|
-
"accentColor": "accent",
|
|
503
|
-
"content": [
|
|
504
|
-
{ "type": "image", "src": "https://picsum.photos/seed/metro66/500/220", "alt": "Urban design project", "fit": "cover" },
|
|
505
|
-
{ "type": "text", "value": "Wayfinding and digital signage for a smart city initiative.", "dim": true }
|
|
506
|
-
]
|
|
507
|
-
}
|
|
508
|
-
]
|
|
509
|
-
}
|
|
510
|
-
}
|
|
511
|
-
},
|
|
512
|
-
{
|
|
513
|
-
"text": "Closing contact slide",
|
|
514
|
-
"image": {
|
|
515
|
-
"type": "slide",
|
|
516
|
-
"theme": {
|
|
517
|
-
"colors": {
|
|
518
|
-
"bg": "1C1917",
|
|
519
|
-
"bgCard": "292524",
|
|
520
|
-
"bgCardAlt": "3D3733",
|
|
521
|
-
"text": "FAFAF9",
|
|
522
|
-
"textMuted": "D6D3D1",
|
|
523
|
-
"textDim": "A8A29E",
|
|
524
|
-
"primary": "F43F5E",
|
|
525
|
-
"accent": "FB923C",
|
|
526
|
-
"success": "4ADE80",
|
|
527
|
-
"warning": "FBBF24",
|
|
528
|
-
"danger": "EF4444",
|
|
529
|
-
"info": "38BDF8",
|
|
530
|
-
"highlight": "E879F9"
|
|
531
|
-
},
|
|
532
|
-
"fonts": { "title": "Georgia", "body": "Helvetica", "mono": "Consolas" }
|
|
533
|
-
},
|
|
534
|
-
"slide": {
|
|
535
|
-
"layout": "title",
|
|
536
|
-
"accentColor": "primary",
|
|
537
|
-
"title": "Let's Build\nSomething Bold",
|
|
538
|
-
"subtitle": "hello@prismstudio.design | prismstudio.design",
|
|
539
|
-
"author": "Prism Creative Studio | 2026",
|
|
540
|
-
"style": { "bgColor": "292524", "footer": "Creative Agency Showcase | MulmoCast Slide DSL" }
|
|
541
|
-
}
|
|
542
|
-
}
|
|
543
|
-
}
|
|
544
|
-
]
|
|
545
|
-
}
|