Multi-scene corporate intro with stats, cards, and video background
| 1 | { |
| 2 | "width": 1920, |
| 3 | "height": 1080, |
| 4 | "fps": 30, |
| 5 | "quality": "high", |
| 6 | "scenes": [ |
| 7 | { |
| 8 | "duration": 5, |
| 9 | "background": "#0f172a", |
| 10 | "elements": [ |
| 11 | { |
| 12 | "type": "video", |
| 13 | "src": "examples/city-aerial.mp4", |
| 14 | "opacity": 0.4, |
| 15 | "z_index": 0 |
| 16 | }, |
| 17 | { |
| 18 | "type": "text", |
| 19 | "text": "NEXUS GLOBAL", |
| 20 | "style": "006", |
| 21 | "font": "Montserrat", |
| 22 | "font_size": 96, |
| 23 | "color": "#FFFFFF", |
| 24 | "position": "center", |
| 25 | "z_index": 1 |
| 26 | }, |
| 27 | { |
| 28 | "type": "text", |
| 29 | "text": "Connecting businesses across borders", |
| 30 | "style": "002", |
| 31 | "font": "Montserrat", |
| 32 | "font_size": 32, |
| 33 | "color": "#94a3b8", |
| 34 | "position": "center", |
| 35 | "y": 80, |
| 36 | "z_index": 2 |
| 37 | } |
| 38 | ] |
| 39 | }, |
| 40 | { |
| 41 | "duration": 5, |
| 42 | "background": "#0f172a", |
| 43 | "transition": { |
| 44 | "type": "smoothleft", |
| 45 | "duration": 0.8 |
| 46 | }, |
| 47 | "elements": [ |
| 48 | { |
| 49 | "type": "component", |
| 50 | "component_id": "basic/card-left-bar", |
| 51 | "variables": { |
| 52 | "headline": "12 Years of Growth", |
| 53 | "body": "From a team of 5 to over 2,000 employees in 40 countries. We help enterprises scale their international operations seamlessly.", |
| 54 | "bar_color": "#6366f1" |
| 55 | }, |
| 56 | "position": "center", |
| 57 | "width": 800, |
| 58 | "height": 300, |
| 59 | "z_index": 1, |
| 60 | "fade_in": 0.5 |
| 61 | } |
| 62 | ] |
| 63 | }, |
| 64 | { |
| 65 | "duration": 5, |
| 66 | "background": "#0f172a", |
| 67 | "transition": { |
| 68 | "type": "smoothleft", |
| 69 | "duration": 0.8 |
| 70 | }, |
| 71 | "elements": [ |
| 72 | { |
| 73 | "type": "component", |
| 74 | "component_id": "social/stat", |
| 75 | "variables": { |
| 76 | "value": "500+", |
| 77 | "label": "Enterprise Clients Worldwide" |
| 78 | }, |
| 79 | "position": "center", |
| 80 | "width": 600, |
| 81 | "height": 250, |
| 82 | "z_index": 1, |
| 83 | "fade_in": 0.5 |
| 84 | } |
| 85 | ] |
| 86 | }, |
| 87 | { |
| 88 | "duration": 4, |
| 89 | "background": "#0f172a", |
| 90 | "transition": { |
| 91 | "type": "fade", |
| 92 | "duration": 0.5 |
| 93 | }, |
| 94 | "elements": [ |
| 95 | { |
| 96 | "type": "video", |
| 97 | "src": "examples/city-aerial.mp4", |
| 98 | "opacity": 0.3, |
| 99 | "z_index": 0 |
| 100 | }, |
| 101 | { |
| 102 | "type": "text", |
| 103 | "text": "Let's build what's next.", |
| 104 | "style": "003", |
| 105 | "font": "Montserrat", |
| 106 | "font_size": 56, |
| 107 | "color": "#FFFFFF", |
| 108 | "position": "center", |
| 109 | "z_index": 1 |
| 110 | }, |
| 111 | { |
| 112 | "type": "text", |
| 113 | "text": "nexusglobal.com", |
| 114 | "style": "002", |
| 115 | "font": "Montserrat", |
| 116 | "font_size": 24, |
| 117 | "color": "#6366f1", |
| 118 | "position": "center", |
| 119 | "y": 60, |
| 120 | "z_index": 2 |
| 121 | } |
| 122 | ] |
| 123 | } |
| 124 | ] |
| 125 | } |