@remotion/promo-pages 4.0.475 → 4.0.477

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.
Files changed (278) hide show
  1. package/dist/Homepage.js +1397 -949
  2. package/dist/cn.d.ts +2 -0
  3. package/dist/cn.js +5 -0
  4. package/dist/components/3DEngine/ButtonDemo.d.ts +2 -0
  5. package/dist/components/3DEngine/ButtonDemo.js +43 -0
  6. package/dist/components/3DEngine/Faces.d.ts +5 -0
  7. package/dist/components/3DEngine/Faces.js +7 -0
  8. package/dist/components/3DEngine/Outer.d.ts +8 -0
  9. package/dist/components/3DEngine/Outer.js +56 -0
  10. package/dist/components/3DEngine/Switch.d.ts +4 -0
  11. package/dist/components/3DEngine/Switch.js +4 -0
  12. package/dist/components/3DEngine/get-child-node-from.d.ts +1 -0
  13. package/dist/components/3DEngine/get-child-node-from.js +14 -0
  14. package/dist/components/3DEngine/hover-transforms.d.ts +9 -0
  15. package/dist/components/3DEngine/hover-transforms.js +177 -0
  16. package/dist/components/BackButton.d.ts +6 -0
  17. package/dist/components/BackButton.js +9 -0
  18. package/dist/components/CommandCopyButton.d.ts +5 -0
  19. package/dist/components/CommandCopyButton.js +4 -0
  20. package/dist/components/Homepage.d.ts +6 -0
  21. package/dist/components/Homepage.js +20 -0
  22. package/dist/components/ManageTeamMembers.d.ts +2 -0
  23. package/dist/components/ManageTeamMembers.js +42 -0
  24. package/dist/components/Spinner.d.ts +3 -0
  25. package/dist/components/Spinner.js +4 -0
  26. package/dist/components/TeamPicture.d.ts +1 -0
  27. package/dist/components/TeamPicture.js +4 -0
  28. package/dist/components/design.d.ts +1 -0
  29. package/dist/components/design.js +33 -0
  30. package/dist/components/experts/ExpertsPage.d.ts +11 -0
  31. package/dist/components/experts/ExpertsPage.js +50 -0
  32. package/dist/components/experts/experts-data.d.ts +19 -0
  33. package/dist/components/experts/experts-data.js +391 -0
  34. package/dist/components/experts/experts-icons.d.ts +8 -0
  35. package/dist/components/experts/experts-icons.js +42 -0
  36. package/dist/components/experts.d.ts +3 -0
  37. package/dist/components/experts.js +2 -0
  38. package/dist/components/homepage/AutomationsSection.d.ts +3 -0
  39. package/dist/components/homepage/AutomationsSection.js +85 -0
  40. package/dist/components/homepage/BackgroundAnimation.d.ts +2 -0
  41. package/dist/components/homepage/BackgroundAnimation.js +66 -0
  42. package/dist/components/homepage/ChooseTemplate.d.ts +2 -0
  43. package/dist/components/homepage/ChooseTemplate.js +25 -0
  44. package/dist/components/homepage/CommunityStats.d.ts +3 -0
  45. package/dist/components/homepage/CommunityStats.js +6 -0
  46. package/dist/components/homepage/CommunityStatsItems.d.ts +7 -0
  47. package/dist/components/homepage/CommunityStatsItems.js +58 -0
  48. package/dist/components/homepage/Demo/Card.d.ts +15 -0
  49. package/dist/components/homepage/Demo/Card.js +174 -0
  50. package/dist/components/homepage/Demo/Cards.d.ts +15 -0
  51. package/dist/components/homepage/Demo/Cards.js +57 -0
  52. package/dist/components/homepage/Demo/Comp.d.ts +38 -0
  53. package/dist/components/homepage/Demo/Comp.js +72 -0
  54. package/dist/components/homepage/Demo/CurrentCountry.d.ts +9 -0
  55. package/dist/components/homepage/Demo/CurrentCountry.js +48 -0
  56. package/dist/components/homepage/Demo/DemoError.d.ts +2 -0
  57. package/dist/components/homepage/Demo/DemoError.js +10 -0
  58. package/dist/components/homepage/Demo/DemoErrorIcon.d.ts +2 -0
  59. package/dist/components/homepage/Demo/DemoErrorIcon.js +16 -0
  60. package/dist/components/homepage/Demo/DemoRender.d.ts +33 -0
  61. package/dist/components/homepage/Demo/DemoRender.js +107 -0
  62. package/dist/components/homepage/Demo/DigitWheel.d.ts +9 -0
  63. package/dist/components/homepage/Demo/DigitWheel.js +94 -0
  64. package/dist/components/homepage/Demo/DisplayedEmoji.d.ts +5 -0
  65. package/dist/components/homepage/Demo/DisplayedEmoji.js +59 -0
  66. package/dist/components/homepage/Demo/DoneCheckmark.d.ts +2 -0
  67. package/dist/components/homepage/Demo/DoneCheckmark.js +20 -0
  68. package/dist/components/homepage/Demo/DownloadNudge.d.ts +2 -0
  69. package/dist/components/homepage/Demo/DownloadNudge.js +27 -0
  70. package/dist/components/homepage/Demo/DragAndDropNudge.d.ts +3 -0
  71. package/dist/components/homepage/Demo/DragAndDropNudge.js +26 -0
  72. package/dist/components/homepage/Demo/EmojiCard.d.ts +10 -0
  73. package/dist/components/homepage/Demo/EmojiCard.js +120 -0
  74. package/dist/components/homepage/Demo/Minus.d.ts +5 -0
  75. package/dist/components/homepage/Demo/Minus.js +11 -0
  76. package/dist/components/homepage/Demo/PlayPauseButton.d.ts +5 -0
  77. package/dist/components/homepage/Demo/PlayPauseButton.js +47 -0
  78. package/dist/components/homepage/Demo/PlayerControls.d.ts +8 -0
  79. package/dist/components/homepage/Demo/PlayerControls.js +15 -0
  80. package/dist/components/homepage/Demo/PlayerSeekBar.d.ts +11 -0
  81. package/dist/components/homepage/Demo/PlayerSeekBar.js +216 -0
  82. package/dist/components/homepage/Demo/PlayerVolume.d.ts +5 -0
  83. package/dist/components/homepage/Demo/PlayerVolume.js +53 -0
  84. package/dist/components/homepage/Demo/Progress.d.ts +4 -0
  85. package/dist/components/homepage/Demo/Progress.js +14 -0
  86. package/dist/components/homepage/Demo/Spinner.d.ts +5 -0
  87. package/dist/components/homepage/Demo/Spinner.js +37 -0
  88. package/dist/components/homepage/Demo/Switcher.d.ts +6 -0
  89. package/dist/components/homepage/Demo/Switcher.js +25 -0
  90. package/dist/components/homepage/Demo/Temperature.d.ts +6 -0
  91. package/dist/components/homepage/Demo/Temperature.js +21 -0
  92. package/dist/components/homepage/Demo/TemperatureNumber.d.ts +5 -0
  93. package/dist/components/homepage/Demo/TemperatureNumber.js +36 -0
  94. package/dist/components/homepage/Demo/ThemeNudge.d.ts +3 -0
  95. package/dist/components/homepage/Demo/ThemeNudge.js +35 -0
  96. package/dist/components/homepage/Demo/TimeDisplay.d.ts +6 -0
  97. package/dist/components/homepage/Demo/TimeDisplay.js +27 -0
  98. package/dist/components/homepage/Demo/TrendingRepos.d.ts +6 -0
  99. package/dist/components/homepage/Demo/TrendingRepos.js +65 -0
  100. package/dist/components/homepage/Demo/icons.d.ts +10 -0
  101. package/dist/components/homepage/Demo/icons.js +22 -0
  102. package/dist/components/homepage/Demo/index.d.ts +2 -0
  103. package/dist/components/homepage/Demo/index.js +95 -0
  104. package/dist/components/homepage/Demo/math.d.ts +10 -0
  105. package/dist/components/homepage/Demo/math.js +29 -0
  106. package/dist/components/homepage/Demo/types.d.ts +6 -0
  107. package/dist/components/homepage/Demo/types.js +0 -0
  108. package/dist/components/homepage/EditorStarterSection.d.ts +3 -0
  109. package/dist/components/homepage/EditorStarterSection.js +8 -0
  110. package/dist/components/homepage/EvaluateRemotion.d.ts +3 -0
  111. package/dist/components/homepage/EvaluateRemotion.js +21 -0
  112. package/dist/components/homepage/FreePricing.d.ts +4 -0
  113. package/dist/components/homepage/FreePricing.js +133 -0
  114. package/dist/components/homepage/GetStartedStrip.d.ts +2 -0
  115. package/dist/components/homepage/GetStartedStrip.js +14 -0
  116. package/dist/components/homepage/GitHubButton.d.ts +2 -0
  117. package/dist/components/homepage/GitHubButton.js +7 -0
  118. package/dist/components/homepage/IconForTemplate.d.ts +6 -0
  119. package/dist/components/homepage/IconForTemplate.js +105 -0
  120. package/dist/components/homepage/IfYouKnowReact.d.ts +3 -0
  121. package/dist/components/homepage/IfYouKnowReact.js +23 -0
  122. package/dist/components/homepage/MoreTemplatesButton.d.ts +2 -0
  123. package/dist/components/homepage/MoreTemplatesButton.js +11 -0
  124. package/dist/components/homepage/MuxVideo.d.ts +7 -0
  125. package/dist/components/homepage/MuxVideo.js +45 -0
  126. package/dist/components/homepage/NewsletterButton.d.ts +2 -0
  127. package/dist/components/homepage/NewsletterButton.js +38 -0
  128. package/dist/components/homepage/ParameterizeAndEdit.d.ts +2 -0
  129. package/dist/components/homepage/ParameterizeAndEdit.js +22 -0
  130. package/dist/components/homepage/Pricing.d.ts +2 -0
  131. package/dist/components/homepage/Pricing.js +15 -0
  132. package/dist/components/homepage/PricingBulletPoint.d.ts +6 -0
  133. package/dist/components/homepage/PricingBulletPoint.js +19 -0
  134. package/dist/components/homepage/RealMp4Videos.d.ts +2 -0
  135. package/dist/components/homepage/RealMp4Videos.js +41 -0
  136. package/dist/components/homepage/Spacer.d.ts +2 -0
  137. package/dist/components/homepage/Spacer.js +4 -0
  138. package/dist/components/homepage/TemplateIcon.d.ts +5 -0
  139. package/dist/components/homepage/TemplateIcon.js +24 -0
  140. package/dist/components/homepage/TextInput.d.ts +7 -0
  141. package/dist/components/homepage/TextInput.js +34 -0
  142. package/dist/components/homepage/TrustedByBanner.d.ts +2 -0
  143. package/dist/components/homepage/TrustedByBanner.js +27 -0
  144. package/dist/components/homepage/VideoApps.d.ts +4 -0
  145. package/dist/components/homepage/VideoApps.js +72 -0
  146. package/dist/components/homepage/VideoAppsShowcase.d.ts +3 -0
  147. package/dist/components/homepage/VideoAppsShowcase.js +139 -0
  148. package/dist/components/homepage/VideoAppsTitle.d.ts +4 -0
  149. package/dist/components/homepage/VideoAppsTitle.js +4 -0
  150. package/dist/components/homepage/VideoPlayerWithControls.d.ts +20 -0
  151. package/dist/components/homepage/VideoPlayerWithControls.js +105 -0
  152. package/dist/components/homepage/WriteInReact.d.ts +2 -0
  153. package/dist/components/homepage/WriteInReact.js +10 -0
  154. package/dist/components/homepage/YouAreHere.d.ts +2 -0
  155. package/dist/components/homepage/YouAreHere.js +23 -0
  156. package/dist/components/homepage/layout/Button.d.ts +22 -0
  157. package/dist/components/homepage/layout/Button.js +30 -0
  158. package/dist/components/homepage/layout/colors.d.ts +13 -0
  159. package/dist/components/homepage/layout/colors.js +14 -0
  160. package/dist/components/homepage/layout/use-color-mode.d.ts +21 -0
  161. package/dist/components/homepage/layout/use-color-mode.js +22 -0
  162. package/dist/components/homepage/layout/use-el-size.d.ts +5 -0
  163. package/dist/components/homepage/layout/use-el-size.js +40 -0
  164. package/dist/components/homepage/layout/use-mobile-layout.d.ts +1 -0
  165. package/dist/components/homepage/layout/use-mobile-layout.js +6 -0
  166. package/dist/components/icons/blank.d.ts +3 -0
  167. package/dist/components/icons/blank.js +4 -0
  168. package/dist/components/icons/brain.d.ts +2 -0
  169. package/dist/components/icons/brain.js +4 -0
  170. package/dist/components/icons/clone.d.ts +2 -0
  171. package/dist/components/icons/clone.js +2 -0
  172. package/dist/components/icons/code-hike.d.ts +3 -0
  173. package/dist/components/icons/code-hike.js +4 -0
  174. package/dist/components/icons/cubes.d.ts +3 -0
  175. package/dist/components/icons/cubes.js +4 -0
  176. package/dist/components/icons/editor.d.ts +3 -0
  177. package/dist/components/icons/editor.js +4 -0
  178. package/dist/components/icons/electron.d.ts +4 -0
  179. package/dist/components/icons/electron.js +4 -0
  180. package/dist/components/icons/js.d.ts +3 -0
  181. package/dist/components/icons/js.js +4 -0
  182. package/dist/components/icons/music.d.ts +2 -0
  183. package/dist/components/icons/music.js +4 -0
  184. package/dist/components/icons/next.d.ts +4 -0
  185. package/dist/components/icons/next.js +4 -0
  186. package/dist/components/icons/overlay.d.ts +3 -0
  187. package/dist/components/icons/overlay.js +4 -0
  188. package/dist/components/icons/prompt-to-video.d.ts +2 -0
  189. package/dist/components/icons/prompt-to-video.js +4 -0
  190. package/dist/components/icons/recorder.d.ts +3 -0
  191. package/dist/components/icons/recorder.js +4 -0
  192. package/dist/components/icons/remix.d.ts +3 -0
  193. package/dist/components/icons/remix.js +4 -0
  194. package/dist/components/icons/render-server.d.ts +3 -0
  195. package/dist/components/icons/render-server.js +4 -0
  196. package/dist/components/icons/skia.d.ts +3 -0
  197. package/dist/components/icons/skia.js +4 -0
  198. package/dist/components/icons/stargazer.d.ts +3 -0
  199. package/dist/components/icons/stargazer.js +4 -0
  200. package/dist/components/icons/still.d.ts +3 -0
  201. package/dist/components/icons/still.js +4 -0
  202. package/dist/components/icons/tailwind.d.ts +3 -0
  203. package/dist/components/icons/tailwind.js +4 -0
  204. package/dist/components/icons/tiktok.d.ts +3 -0
  205. package/dist/components/icons/tiktok.js +4 -0
  206. package/dist/components/icons/timeline.d.ts +3 -0
  207. package/dist/components/icons/timeline.js +4 -0
  208. package/dist/components/icons/ts.d.ts +3 -0
  209. package/dist/components/icons/ts.js +4 -0
  210. package/dist/components/icons/undo.d.ts +3 -0
  211. package/dist/components/icons/undo.js +2 -0
  212. package/dist/components/icons/vercel.d.ts +4 -0
  213. package/dist/components/icons/vercel.js +4 -0
  214. package/dist/components/icons/waveform.d.ts +3 -0
  215. package/dist/components/icons/waveform.js +4 -0
  216. package/dist/components/prompts/CardLikeButton.d.ts +5 -0
  217. package/dist/components/prompts/CardLikeButton.js +49 -0
  218. package/dist/components/prompts/ClipboardIcon.d.ts +5 -0
  219. package/dist/components/prompts/ClipboardIcon.js +4 -0
  220. package/dist/components/prompts/CopyPromptButton.d.ts +4 -0
  221. package/dist/components/prompts/CopyPromptButton.js +13 -0
  222. package/dist/components/prompts/LikeButton.d.ts +5 -0
  223. package/dist/components/prompts/LikeButton.js +49 -0
  224. package/dist/components/prompts/MuxPlayer.d.ts +8 -0
  225. package/dist/components/prompts/MuxPlayer.js +21 -0
  226. package/dist/components/prompts/NewBackButton.d.ts +5 -0
  227. package/dist/components/prompts/NewBackButton.js +8 -0
  228. package/dist/components/prompts/Page.d.ts +8 -0
  229. package/dist/components/prompts/Page.js +7 -0
  230. package/dist/components/prompts/PromptsGallery.d.ts +7 -0
  231. package/dist/components/prompts/PromptsGallery.js +60 -0
  232. package/dist/components/prompts/PromptsShow.d.ts +5 -0
  233. package/dist/components/prompts/PromptsShow.js +17 -0
  234. package/dist/components/prompts/PromptsSubmit.d.ts +2 -0
  235. package/dist/components/prompts/PromptsSubmit.js +173 -0
  236. package/dist/components/prompts/config.d.ts +1 -0
  237. package/dist/components/prompts/config.js +1 -0
  238. package/dist/components/prompts/prompt-helpers.d.ts +8 -0
  239. package/dist/components/prompts/prompt-helpers.js +76 -0
  240. package/dist/components/prompts/prompt-types.d.ts +14 -0
  241. package/dist/components/prompts/prompt-types.js +0 -0
  242. package/dist/components/prompts/use-heart-animation.d.ts +5 -0
  243. package/dist/components/prompts/use-heart-animation.js +29 -0
  244. package/dist/components/team/TeamCards.d.ts +6 -0
  245. package/dist/components/team/TeamCards.js +19 -0
  246. package/dist/components/team/TitleTeamCards.d.ts +2 -0
  247. package/dist/components/team/TitleTeamCards.js +6 -0
  248. package/dist/components/team/TrustSection.d.ts +2 -0
  249. package/dist/components/team/TrustSection.js +59 -0
  250. package/dist/components/team.d.ts +3 -0
  251. package/dist/components/team.js +15 -0
  252. package/dist/components/template-modal-content.d.ts +5 -0
  253. package/dist/components/template-modal-content.js +73 -0
  254. package/dist/components/templates.d.ts +2 -0
  255. package/dist/components/templates.js +27 -0
  256. package/dist/design.js +1180 -766
  257. package/dist/experts.js +655 -554
  258. package/dist/helpers/mobile-layout.d.ts +1 -0
  259. package/dist/helpers/mobile-layout.js +6 -0
  260. package/dist/helpers/use-el-size.d.ts +5 -0
  261. package/dist/helpers/use-el-size.js +40 -0
  262. package/dist/homepage/Pricing.js +1174 -760
  263. package/dist/main.d.ts +1 -0
  264. package/dist/main.js +6 -0
  265. package/dist/prompts/PromptsGallery.js +1176 -762
  266. package/dist/prompts/PromptsShow.js +1180 -766
  267. package/dist/prompts/PromptsSubmit.js +1182 -768
  268. package/dist/prompts-show.d.ts +1 -0
  269. package/dist/prompts-show.js +20 -0
  270. package/dist/prompts-submit.d.ts +1 -0
  271. package/dist/prompts-submit.js +6 -0
  272. package/dist/prompts.d.ts +1 -0
  273. package/dist/prompts.js +6 -0
  274. package/dist/team.d.ts +1 -0
  275. package/dist/team.js +1172 -758
  276. package/dist/template-modal-content.js +1179 -765
  277. package/dist/templates.js +1172 -758
  278. package/package.json +13 -13
@@ -0,0 +1,19 @@
1
+ import React from 'react';
2
+ export type Expert = {
3
+ name: string;
4
+ image: string;
5
+ website: string | null;
6
+ description: React.ReactNode;
7
+ x: string | null;
8
+ github: string | null;
9
+ linkedin: string | null;
10
+ email: string | null;
11
+ videocall: string | null;
12
+ discord: {
13
+ username: string;
14
+ userId: string;
15
+ } | null;
16
+ slug: string;
17
+ since: number;
18
+ };
19
+ export declare const experts: Expert[];
@@ -0,0 +1,391 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ export const experts = [
3
+ {
4
+ slug: 'stephen-sullivan',
5
+ name: 'Stephen Sullivan',
6
+ image: '/img/freelancers/stephen.png',
7
+ website: null,
8
+ x: null,
9
+ github: null,
10
+ linkedin: 'in/sterv/',
11
+ email: 'stephen@middy.com',
12
+ videocall: null,
13
+ discord: {
14
+ username: 'stervdotcom',
15
+ userId: '613828260534550719',
16
+ },
17
+ since: new Date('2022-08-15').getTime(),
18
+ description: (_jsxs("div", { children: ["I made:", ' ', _jsx("a", { target: '_blank', href: "https://middy.com", children: "middy.com" }), "!"] })),
19
+ },
20
+ {
21
+ slug: 'mohit-yadav',
22
+ name: 'Mohit Yadav',
23
+ image: '/img/freelancers/mohit.jpeg',
24
+ website: null,
25
+ x: 'Just_Moh_it',
26
+ github: 'Just-Moh-it',
27
+ linkedin: 'in/just-moh-it/',
28
+ email: 'yo@mohitya.dev',
29
+ videocall: null,
30
+ discord: {
31
+ username: 'justmohit',
32
+ userId: '616199379530940426',
33
+ },
34
+ since: new Date('2022-08-15').getTime(),
35
+ description: (_jsxs("div", { children: ["I made:", ' ', _jsx("a", { target: '_blank', href: "https://mockoops.mohitya.dev", children: "Mockoops" }), "! ", _jsx("br", {}), "My services: SaaS platform from scratch including SSR, creating individual videos and templates, and creating integrations for Remotion with existing infrastructure."] })),
36
+ },
37
+ {
38
+ slug: 'yehor-misiats',
39
+ name: 'Yehor Misiats',
40
+ image: '/img/freelancers/yehor.jpeg',
41
+ website: null,
42
+ x: 'isatelllte',
43
+ github: 'satelllte',
44
+ linkedin: 'in/satelllte/',
45
+ email: 'lunaerxs@gmail.com',
46
+ videocall: null,
47
+ discord: {
48
+ username: 'satelllte',
49
+ userId: '564382615105306634',
50
+ },
51
+ since: new Date('2022-09-16').getTime(),
52
+ description: (_jsxs("div", { children: ["I made:", ' ', _jsx("a", { target: '_blank', href: "https://github.com/satelllte/remotion-audio-visualizer", children: "Minimalistic audio visualizations" }), ' and ', _jsx("a", { target: '_blank', href: "https://github.com/satelllte/remotion-template", children: "Template for crafting programmatic videos" }), "."] })),
53
+ },
54
+ {
55
+ slug: 'benjamin-jameson',
56
+ name: 'Benjamin Jameson',
57
+ image: '/img/freelancers/benjamin.jpeg',
58
+ x: null,
59
+ github: 'BenjaminJameson',
60
+ linkedin: null,
61
+ email: 'ben@captok.ai',
62
+ videocall: null,
63
+ discord: {
64
+ username: 'ben201000',
65
+ userId: '833862694372245515',
66
+ },
67
+ since: new Date('2022-11-03').getTime(),
68
+ description: (_jsxs("div", { children: ["Creator of", ' ', _jsx("a", { target: '_blank', href: "https://www.captok.ai", children: "CapTok" }), _jsx("br", {}), "I specialize in creating serverless AI web applications using AWS, Javascript and Python."] })),
69
+ website: null,
70
+ },
71
+ {
72
+ slug: 'karel-nagel',
73
+ name: 'Karel Nagel',
74
+ image: '/img/freelancers/karel.jpeg',
75
+ website: 'https://asius.ai/',
76
+ x: 'AsiusAI',
77
+ github: 'karelnagel',
78
+ linkedin: 'in/karelnagel/',
79
+ since: new Date('2022-08-22').getTime(),
80
+ email: 'karel@asius.ai',
81
+ videocall: null,
82
+ discord: null,
83
+ description: (_jsxs("div", { children: ["I have created Remotion videos for many companies and helped them with deployment, some examples are visible", ' ', _jsx("a", { target: '_blank', href: "https://asius.ai/#portfolio", children: "here" }), ". Additionally, I am the creator of the", ' ', _jsx("a", { target: '_blank', href: "https://github.com/karelnagel/remotion-sst", children: "remotion-sst" }), ' ', "package, which simplifies the deployment of Remotion Lambda to AWS using SST.", _jsx("br", {}), "I am available for contract opportunities in Remotion projects and web development."] })),
84
+ },
85
+ {
86
+ slug: 'alex-fernandez',
87
+ name: 'Alex Fernandez',
88
+ image: '/img/freelancers/alex.jpeg',
89
+ website: null,
90
+ x: null,
91
+ github: 'alexfernandez803',
92
+ linkedin: 'in/alex-f-17a5bb56/',
93
+ email: 'alex.frndz@gmail.com',
94
+ videocall: 'https://cal.com/remotion-expert-alex-fernandez',
95
+ discord: {
96
+ username: 'alex12345670000',
97
+ userId: '1046357837976182894',
98
+ },
99
+ since: new Date('2022-12-02').getTime(),
100
+ description: (_jsx("div", { children: "I am an experienced integration developer using Mulesoft, a backend developer and on the side frontend and animation enthusiast." })),
101
+ },
102
+ {
103
+ slug: 'matthew-mcgillivray',
104
+ name: 'Matt McGillivray',
105
+ image: '/img/freelancers/umungo.png',
106
+ website: 'https://mattm9y.com',
107
+ x: null,
108
+ github: 'UmungoBungo',
109
+ linkedin: 'in/matthew-mcgillivray-68295a55',
110
+ email: 'mm@mattm9y.com',
111
+ videocall: 'https://cal.com/remotion-expert-matt-mcgillivray',
112
+ discord: {
113
+ username: 'umungobungo',
114
+ userId: '225141342894948352',
115
+ },
116
+ since: new Date('2023-01-30').getTime(),
117
+ description: (_jsx("div", { children: _jsxs("p", { children: ["Are you kicking off a project or feature that will have Remotion at the core, and you want to get it right from the start? Or perhaps you want to migrate from an expensive After Effects or MoviePy solution, to offer your users a free live preview, with cheap rendering costs while also keeping animation quality high.", _jsx("br", {}), _jsx("br", {}), "I've worked extensively on the Remotion core repository itself, helping Jonny and the team by building the", ' ', _jsx("a", { target: '_blank', href: "https://www.npmjs.com/package/@remotion/cloudrun", children: "@remotion/cloudrun package" }), ' ', "and making many many tiny improvements to the documentation to help other developers move as fast as possible. I've helped many companies ensure they get started with a strong foundation, as well as launch with a buttoned-up solution that can be depended upon;", _jsxs("ul", { children: [_jsx("li", { children: _jsx("a", { target: '_blank', href: "https://www.memento.com/", children: "Memento" }) }), _jsx("li", { children: _jsx("a", { target: '_blank', href: "https://beaconstreetstudios.com/", children: "Beacon Street Studios" }) }), _jsx("li", { children: _jsx("a", { target: '_blank', href: "https://minvo.pro/", children: "Minvo" }) }), _jsx("li", { children: "+ many more." })] }), "95% of my time is spent in the Remotion ecosystem, and I am able to work independently or integrate into existing teams across your full stack. On the front-end, I craft thoughtful, responsive UIs tailored to user goals. For back-end work, I deploy cloud resources in repeatable patterns and shape easy-to-use, transparent APIs.", _jsx("br", {}), _jsx("br", {}), "I", "'", "m available for one-off consulting sessions with your whole team, or for longer engagements working inside your codebase."] }) })),
118
+ },
119
+ {
120
+ slug: 'ray-lotmar',
121
+ name: 'Ray Lotmar',
122
+ image: '/img/freelancers/ray.jpeg',
123
+ website: null,
124
+ x: 'romrif',
125
+ github: 'rayBlock',
126
+ linkedin: 'in/raymond-lotmar/',
127
+ email: 'ray@blocklab.ch',
128
+ videocall: 'https://cal.com/remotion-expert-ray-lotmar',
129
+ discord: {
130
+ username: 'ray_block',
131
+ userId: '402806969980944384',
132
+ },
133
+ since: new Date('2023-01-30').getTime(),
134
+ description: (_jsxs("div", { children: ["I made", ' ', _jsx("a", { target: '_blank', href: "https://www.romrif.com/", children: "Romrif" }), "!", _jsx("br", {}), "I build Websites & Videos with Remotion. I", "'", "m alway interested in the latest Tech and love building stuff. Feel free to contact me - I", "'", "m available for hire."] })),
135
+ },
136
+ {
137
+ slug: 'lorenzo-bertolini',
138
+ name: 'Lorenzo Bertolini',
139
+ image: '/img/freelancers/lorenzo.jpeg',
140
+ website: 'https://www.lorenzobertolini.com/',
141
+ x: 'MagoDiSegrate',
142
+ github: 'encho',
143
+ linkedin: 'in/lorenzobertolini/',
144
+ email: 'ciao@lorenzobertolini.com',
145
+ videocall: null,
146
+ discord: {
147
+ username: 'lorenzobertolini',
148
+ userId: '933408520789950516',
149
+ },
150
+ since: new Date('2023-03-14').getTime(),
151
+ description: (_jsxs("div", { children: ["I made:", ' ', _jsx("a", { target: '_blank', href: "https://www.dataflics.com/", children: "DataFlics" }), ' ', "and", ' ', _jsx("a", { target: '_blank', href: "https://nerdy.finance/", children: "Nerdy Finance" }), "! This is my personal website:", ' ', _jsx("a", { target: '_blank', href: "https://www.lorenzobertolini.com/", children: "Lorenzo Bertolini" }), _jsx("br", {}), "Reach out to me for data-driven video generation, data visualization, and web app prototyping with React.js and d3.js."] })),
152
+ },
153
+ {
154
+ slug: 'antoine-caron',
155
+ name: 'Antoine Caron',
156
+ image: '/img/freelancers/antoine.jpeg',
157
+ website: 'https://blog.slashgear.dev/',
158
+ x: 'Slashgear_',
159
+ github: 'Slashgear',
160
+ linkedin: 'in/antoine-caron-slash/',
161
+ email: 'antoine395.caron+remotion@gmail.com',
162
+ videocall: null,
163
+ discord: {
164
+ username: 'antoinecaron.',
165
+ userId: '199566011849113600',
166
+ },
167
+ since: new Date('2023-03-17').getTime(),
168
+ description: (_jsx("div", { children: _jsxs("p", { children: ["I made:", ' ', _jsx("a", { target: '_blank', href: "https://social-video-generator.vercel.app/", children: "Social Video Generator" }), ", with Micka\u00EBl Alves"] }) })),
169
+ },
170
+ {
171
+ slug: 'mickael-alves',
172
+ name: 'Mickaël Alves',
173
+ image: '/img/freelancers/mickael.jpeg',
174
+ website: 'https://mickaelalvs.dev/',
175
+ x: 'mickaelalvs',
176
+ github: 'mickaelalvs',
177
+ linkedin: 'in/mickaelalves/',
178
+ email: 'alves.mckl@gmail.com',
179
+ videocall: null,
180
+ discord: {
181
+ username: 'cruuzazul',
182
+ userId: '455697698050277378',
183
+ },
184
+ since: new Date('2023-03-17').getTime(),
185
+ description: (_jsx("div", { children: _jsxs("p", { children: ["I made:", ' ', _jsx("a", { target: '_blank', href: "https://social-video-generator.vercel.app/", children: "Social Video Generator" }), ", with Antoine Caron"] }) })),
186
+ },
187
+ {
188
+ slug: 'pranav-kulkarni',
189
+ name: 'Pranav Kulkarni',
190
+ image: '/img/freelancers/pranav.jpg',
191
+ website: 'https://pranava.dev/',
192
+ x: 'thecmdrunner',
193
+ github: 'thecmdrunner',
194
+ linkedin: 'in/pranavk7/',
195
+ email: 'hey@pranava.dev',
196
+ videocall: null,
197
+ discord: {
198
+ username: 'thecmdrunner',
199
+ userId: '768013898385063936',
200
+ },
201
+ since: new Date('2023-07-03').getTime(),
202
+ description: (_jsxs("div", { children: ["Launched apps that combine Remotion & AI for generative video -", ' ', _jsx("a", { target: '_blank', href: "https://maxroom.co/", children: "MaxRoom" }), ' ', "and", ' ', _jsx("a", { target: '_blank', href: "https://swiftube.vercel.app/", children: "Swiftube" }), ".", _jsx("br", {}), "Looking at leveraging the power of Remotion for your projects? Let's join forces!"] })),
203
+ },
204
+ {
205
+ slug: 'rahul-bansal',
206
+ name: 'Rahul Bansal',
207
+ image: '/img/freelancers/rahul.png',
208
+ website: 'https://bansalrahul.com/',
209
+ x: 'BansalRahul14',
210
+ github: 'rahulbansal16',
211
+ linkedin: 'in/rahulbansalrb/',
212
+ email: 'bansalrahul14@gmail.com',
213
+ videocall: 'https://cal.com/remotion-expert-rahul-bansal',
214
+ discord: {
215
+ username: 'raxrb',
216
+ userId: '564805165211713536',
217
+ },
218
+ since: new Date('2023-08-04').getTime(),
219
+ description: (_jsxs("div", { children: ["I can help you with building products using Remotion, Firebase, Antd, and Typescripts. I have made", ' ', _jsx("a", { target: '_blank', href: "https://app.blinkcuts.com/", children: "Blinkcuts" }), ' ', "an AI video editor for short talking head videos. I have worked in companies like Microsoft and early-stage startups like Directi. I can build products super fast from scratch. Looking forward to helping you."] })),
220
+ },
221
+ {
222
+ slug: 'pramod-kumar',
223
+ name: 'Pramod Kumar',
224
+ image: '/img/freelancers/pramod.jpg',
225
+ website: null,
226
+ x: 'pramodk73',
227
+ github: 'pskd73',
228
+ linkedin: 'in/pramod-kumar-1a135b74/',
229
+ email: 'pramodkumar.damam73@gmail.com',
230
+ videocall: 'https://cal.com/remotion-expert-pramod-kumar',
231
+ discord: {
232
+ username: 'pskd73',
233
+ userId: '517057574483525655',
234
+ },
235
+ since: new Date('2024-03-10').getTime(),
236
+ description: (_jsxs("div", { children: ["I have been building software for the last 10 years across multiple technologies with strong software architecture skills. I have built two products that are based on Remotion.", ' ', _jsx("a", { target: '_blank', href: "https://slickwid.com", children: "SlickWid" }), ' ', "a quick way to make videos for your social media, and", ' ', _jsx("a", { target: '_blank', href: "https://motionshot.app", children: "MotionShot" }), ' ', "through which you can make informative walkthrough guides for your products, tutorials, and how-tos. ", _jsx("br", {}), "I made", ' ', _jsx("a", { target: '_blank', href: "https://github.com/pskd73/remotion-animate-text", children: "remotion-animate-text" }), ' ', "for Remotion to animate text. I build products in public on X and currently building", ' ', _jsx("a", { target: '_blank', href: "https://crawlchat.app", children: "CrawlChat" }), ". I love helping the community. Feel free to reach out. Looking forward!"] })),
237
+ },
238
+ {
239
+ slug: 'ayush-soni',
240
+ name: 'Ayush Soni',
241
+ image: '/img/freelancers/ayush.png',
242
+ website: 'https://ayushsoni.com/',
243
+ x: 'ayysoni',
244
+ github: null,
245
+ linkedin: 'in/ayushsoni1001/',
246
+ email: 'hi@ayushsoni.com',
247
+ videocall: 'https://cal.com/remotion-expert-ayush-soni',
248
+ discord: {
249
+ username: 'ayushsoni',
250
+ userId: '624968675916513310',
251
+ },
252
+ since: new Date('2024-03-17').getTime(),
253
+ description: (_jsxs("div", { children: ["I", "'", "ve been coding and building cool projects since 5th grade (software and hardware both) across multiple technologies. Currently I", "'", "m building", ' ', _jsx("a", { target: '_blank', href: "https://www.typeframes.com/", children: "Typeframes" }), ' ', "using Remotion, it is a tool to create videos. I build products in public on X. I", "'", "d love to hear your story."] })),
254
+ },
255
+ {
256
+ slug: 'andrei-terteci',
257
+ name: 'Andrei Terteci',
258
+ image: '/img/freelancers/andrei.png',
259
+ website: null,
260
+ x: 'andrei_terteci',
261
+ github: null,
262
+ linkedin: 'in/andrei-terteci-935331151/',
263
+ email: 'hello@andreiterteci.com',
264
+ videocall: 'https://cal.com/remotion-expert-andrei-terteci',
265
+ discord: {
266
+ username: 'andreiterteci',
267
+ userId: '710924274361172078',
268
+ },
269
+ since: new Date('2024-03-17').getTime(),
270
+ description: (_jsxs("div", { children: ["I made", ' ', _jsx("a", { target: '_blank', href: "https://www.krumzi.com/", children: "Krumzi" }), ' ', "- using Remotion. ", _jsx("br", {}), "I", "'", "m a full-stack developer with 5+ years of experience, specializing in building SaaS products. I mostly work with React and Next.js, and for the past 2 years, I", "'", "ve been using Remotion to build video-based products. I focus on shipping fast, delivering value, and creating things people actually enjoy using."] })),
271
+ },
272
+ {
273
+ slug: 'sam-bowen-hughes',
274
+ name: 'Sam Bowen Hughes',
275
+ image: '/img/freelancers/sam-bowen-hughes.jpeg',
276
+ website: null,
277
+ x: null,
278
+ github: 'sambowenhughes',
279
+ linkedin: 'in/sambowenhughes/',
280
+ email: 'sam@reactvideoeditor.com',
281
+ videocall: 'https://calendly.com/reactvideoeditor/30min',
282
+ discord: {
283
+ username: '.samelliott',
284
+ userId: '862593906972688385',
285
+ },
286
+ since: new Date('2025-06-03').getTime(),
287
+ description: (_jsxs("div", { children: [_jsxs("p", { children: ["Experienced engineer with 10+ years building advanced software products. Creator of", ' ', _jsx("a", { target: "_blank", href: "https://reactvideoeditor.com", children: "React Video Editor" }), "and", ' ', _jsx("a", { target: "_blank", href: "https://clippkit.com", children: "Clippkit" }), "."] }), _jsxs("p", { children: ["I work with companies building products with", ' ', _jsx("strong", { children: "Remotion at their core" }), ". Custom video editors, automated video generation tools, and scalable rendering pipelines."] }), _jsxs("ul", { children: [_jsxs("li", { children: [_jsx("strong", { children: "Custom video editors" }), " built with Remotion"] }), _jsxs("li", { children: [_jsx("strong", { children: "Automated video generation" }), " systems"] }), _jsxs("li", { children: [_jsx("strong", { children: "Rendering infrastructure" }), " and media pipelines"] }), _jsx("li", { children: _jsx("strong", { children: "UI/UX and full-stack product development" }) })] }), _jsxs("p", { children: ["If you", "'", "re building software around video, or just need a reliable engineering partner who moves fast and builds things right, feel free to reach out."] })] })),
288
+ },
289
+ {
290
+ name: 'Shankhadeep Dey',
291
+ image: '/img/freelancers/shankhadeep.png',
292
+ website: 'https://shankhadeep.dev',
293
+ x: 'iamshankhadeep',
294
+ github: 'iamshankhadeep',
295
+ linkedin: 'in/iamshankhadeep/',
296
+ email: 'shankhadeepdey99@gmail.com',
297
+ slug: 'iamshankhadeep',
298
+ videocall: 'https://cal.com/iamshankhadeep',
299
+ discord: {
300
+ username: 'iamshankhadeep',
301
+ userId: '441576588937527306',
302
+ },
303
+ since: new Date('2021-02-13').getTime(),
304
+ description: (_jsx("div", { children: "I created @remotion/player and @remotion/lambda with Jonny. I have 5+ years of experience in building products using Remotion, React, Next.js, and Typescript. I have worked in companies like Camcorder and early-stage startups like a funnel builder marketplace. I can build products super fast from scratch. Looking forward to helping you." })),
305
+ },
306
+ {
307
+ slug: 'amir-tadrisi',
308
+ name: 'Amir Tadrisi',
309
+ image: '/img/freelancers/amir.jpeg',
310
+ website: 'https://vidbuilder.ai',
311
+ x: 'amirtds',
312
+ github: 'amirtds',
313
+ linkedin: 'in/amirtadrisi/',
314
+ email: 'amir@cubite.io',
315
+ videocall: null,
316
+ discord: {
317
+ username: 'aioppsos1565',
318
+ userId: '709545234882756711',
319
+ },
320
+ since: new Date('2025-01-01').getTime(),
321
+ description: (_jsxs("div", { children: [_jsxs("p", { children: ["Founder of", ' ', _jsx("a", { target: '_blank', href: "https://vidbuilder.ai", children: "VidBuilder.ai" }), ' ', "and hands-on Remotion expert for companies that need premium, custom-built ", _jsx("strong", { children: "explainer" }), " and", ' ', _jsx("strong", { children: "educational" }), " videos. When a team needs the best partner to own their video pipeline end-to-end, I'm the person they call."] }), _jsxs("ul", { children: [_jsxs("li", { children: [_jsx("strong", { children: "Discovery:" }), " I interview stakeholders, study brand guidelines, and map each storyboard beat to measurable product or education goals."] }), _jsxs("li", { children: [_jsx("strong", { children: "Custom engineering:" }), " I build a dedicated Remotion codebase with component systems tailored to your content, allowing rapid iteration on visuals, motion, and data integrations."] }), _jsxs("li", { children: [_jsx("strong", { children: "Collaborative delivery:" }), " Every client receives a private VidBuilder.ai workspace so their team can tweak scripts, colors, and clips without incurring new engineering costs."] })] }), _jsx("p", { children: "Whether you're launching a new onboarding journey, explainer or demo videos for your SaaS product, or an internal academy, I'm here to help." })] })),
322
+ },
323
+ {
324
+ slug: 'pablito-silva',
325
+ name: 'Pablito Silva',
326
+ image: '/img/freelancers/pablito.png',
327
+ website: 'https://pablituuu.space/',
328
+ x: null,
329
+ github: 'pablituuu',
330
+ linkedin: 'in/pablito-jean-pool-silva-inca-735a03192/',
331
+ email: 'pablito.silvainca@gmail.com',
332
+ videocall: null,
333
+ discord: {
334
+ username: 'pablituuu',
335
+ userId: '513743221109555206',
336
+ },
337
+ since: new Date('2026-02-13').getTime(),
338
+ description: (_jsxs("div", { children: ["Creator of", ' ', _jsx("a", { target: '_blank', href: "https://react-video-editor-mu.vercel.app/", children: "Pablituuu Studio" }), ", a premium AI-powered video editor.", _jsx("br", {}), "I specialize in building complex Remotion applications integrated with AI services like Gemini (for video analysis and highlights) and Deepgram (for automated captions). I also focus on high-performance canvas interactions using Fabric.js and cost-effective AI workflows."] })),
339
+ },
340
+ {
341
+ slug: 'hai-nguyen',
342
+ name: 'Hai Nguyen',
343
+ image: '/img/freelancers/hai.jpg',
344
+ website: 'https://haingt.dev',
345
+ x: 'haingt_dev',
346
+ github: 'haingt-dev',
347
+ linkedin: 'in/haingt-dev/',
348
+ email: 'hai@haingt.dev',
349
+ videocall: null,
350
+ discord: {
351
+ username: 'haingt.dev',
352
+ userId: '384392709902827522',
353
+ },
354
+ since: new Date('2026-04-02').getTime(),
355
+ description: (_jsxs("div", { children: ["Built a full", ' ', _jsx("a", { target: '_blank', href: "https://github.com/haingt-dev/Bookie/tree/master/projects/ai-book-video", children: "AI video production pipeline" }), ' ', "using Remotion 4.0 \u2014 orchestrating self-hosted TTS (viXTTS), Gemini API image generation, SRT-driven subtitle timing, and Ken Burns motion presets. The pipeline produces complete book-to-video content in about an hour (1-person operation) with editorial design overlays, cross-dissolve transitions, and audio spectrum visualization. GPU-accelerated rendering on Linux.", _jsx("br", {}), "Available for AI-powered video pipelines, multi-API media orchestration, and Remotion integrations with existing backend infrastructure."] })),
356
+ },
357
+ {
358
+ slug: 'ashok-reddy',
359
+ name: 'Ashok Reddy',
360
+ image: '/img/freelancers/ashok.png',
361
+ website: null,
362
+ x: 'indieashok',
363
+ github: 'ashokDevs',
364
+ linkedin: 'in/ashok-reddy-kakumanu-8a3078247/',
365
+ email: 'ashok17748@gmail.com',
366
+ videocall: null,
367
+ discord: {
368
+ username: '.8gates',
369
+ userId: '668293302767845376',
370
+ },
371
+ since: new Date('2026-04-30').getTime(),
372
+ description: (_jsxs("div", { children: ["I built many trending templates at", ' ', _jsx("a", { target: '_blank', href: "https://vubo.ai", children: "Vubo" }), ", along with automations and AI-generated media pipelines using Remotion. I specialize in creating custom video templates, AI-powered video generation workflows, and integrations with existing infrastructure.", _jsx("br", {}), "Available for hourly and project/milestone-based engagements."] })),
373
+ },
374
+ {
375
+ slug: 'huang-chi-chang',
376
+ name: 'Huang Chi Chang',
377
+ image: '/img/freelancers/huang-chi-chang.jpg',
378
+ website: 'https://swift-clip.vercel.app/',
379
+ x: null,
380
+ github: 'zz41354899',
381
+ linkedin: null,
382
+ email: 'zz41354899@gmail.com',
383
+ videocall: null,
384
+ discord: {
385
+ username: 'Nocts',
386
+ userId: '444852671191580672',
387
+ },
388
+ since: new Date('2026-05-05').getTime(),
389
+ description: (_jsxs("div", { children: ["I'm a Product Designer and Indie Hacker based in Taiwan. I specialize in using Remotion to automate video production, building dynamic templates and automated rendering pipelines.", _jsx("br", {}), "My project,", ' ', _jsx("a", { target: '_blank', href: "https://swift-clip.vercel.app/", children: "SwiftClip" }), ", is a tool designed to streamline professional video creation through programmatic workflows."] })),
390
+ },
391
+ ];
@@ -0,0 +1,8 @@
1
+ import React from 'react';
2
+ export declare const TwitterLogo: React.FC;
3
+ export declare const LinkedInLogo: React.FC;
4
+ export declare const GitHubLogo: React.FC;
5
+ export declare const DiscordLogo: React.FC;
6
+ export declare const EmailLogo: React.FC;
7
+ export declare const VideoCallLogo: React.FC;
8
+ export declare const PersonalWebsite: React.FC;
@@ -0,0 +1,42 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ export const TwitterLogo = () => {
3
+ return (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 600 600", style: {
4
+ width: 30,
5
+ marginRight: 10,
6
+ }, children: _jsx("path", { fill: "white", d: "M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z" }) }));
7
+ };
8
+ export const LinkedInLogo = () => {
9
+ return (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 1000 1000", style: {
10
+ width: 30,
11
+ marginRight: 10,
12
+ }, children: _jsx("path", { fill: "white", d: "M195.877 0C88.16 0 0 88.158 0 195.877V803.718C0 911.435 88.158 999.563 195.877 999.563H803.718C911.436 999.563 999.563 911.436 999.563 803.718V195.877C999.563 88.16 911.436 0 803.718 0H195.877ZM245.143 164.948C296.791 164.948 328.604 198.854 329.586 243.423C329.586 287.008 296.789 321.867 244.144 321.867H243.175C192.51 321.867 159.763 287.01 159.763 243.423C159.763 198.855 193.501 164.948 245.142 164.948H245.143ZM690.223 373.258C789.552 373.258 864.013 438.18 864.013 577.694V838.143H713.06V595.156C713.06 534.096 691.213 492.438 636.584 492.438C594.88 492.438 570.022 520.516 559.108 547.64C555.121 557.344 554.141 570.897 554.141 584.472V838.143H403.188C403.188 838.143 405.169 426.53 403.188 383.91H554.172V448.234C574.232 417.284 610.114 373.257 690.223 373.257V373.258ZM168.667 383.943H319.62V838.145H168.667V383.943V383.943Z" }) }));
13
+ };
14
+ export const GitHubLogo = () => {
15
+ return (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 1084 1084", style: {
16
+ width: 30,
17
+ marginRight: 10,
18
+ }, children: _jsx("path", { fill: "white", d: "M542 0C242.545 0 0 242.545 0 542C0 781.835 155.147 984.408 370.592 1056.22C397.692 1060.97 407.855 1044.71 407.855 1030.48C407.855 1017.61 407.178 974.923 407.178 929.53C271 954.598 235.77 896.332 224.93 865.845C218.832 850.262 192.41 802.16 169.375 789.287C150.405 779.125 123.305 754.057 168.698 753.38C211.38 752.702 241.868 792.675 252.03 808.935C300.81 890.912 378.723 867.878 409.888 853.65C414.63 818.42 428.857 794.707 444.44 781.157C323.845 767.607 197.83 720.86 197.83 513.545C197.83 454.602 218.833 405.822 253.385 367.882C247.965 354.332 228.995 298.777 258.805 224.252C258.805 224.252 304.198 210.025 407.855 279.808C451.215 267.613 497.285 261.515 543.355 261.515C589.425 261.515 635.495 267.613 678.855 279.808C782.513 209.348 827.905 224.252 827.905 224.252C857.715 298.777 838.745 354.332 833.325 367.882C867.878 405.822 888.88 453.925 888.88 513.545C888.88 721.537 762.188 767.607 641.593 781.157C661.24 798.095 678.178 830.615 678.178 881.428C678.178 953.92 677.5 1012.19 677.5 1030.48C677.5 1044.71 687.663 1061.64 714.763 1056.22C822.365 1019.91 915.868 950.759 982.106 858.512C1048.34 766.264 1083.98 655.565 1084 542C1084 242.545 841.455 0 542 0Z" }) }));
19
+ };
20
+ export const DiscordLogo = () => {
21
+ return (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", style: {
22
+ width: 30,
23
+ marginRight: 10,
24
+ }, children: _jsx("path", { fill: "white", d: "M20.317 4.37a19.791 19.791 0 0 0-4.885-1.515.074.074 0 0 0-.079.037c-.21.375-.444.864-.608 1.25a18.27 18.27 0 0 0-5.487 0 12.64 12.64 0 0 0-.617-1.25.077.077 0 0 0-.079-.037A19.736 19.736 0 0 0 3.677 4.37a.07.07 0 0 0-.032.027C.533 9.046-.32 13.58.099 18.057a.082.082 0 0 0 .031.057 19.9 19.9 0 0 0 5.993 3.03.078.078 0 0 0 .084-.028c.462-.63.874-1.295 1.226-1.994a.076.076 0 0 0-.041-.106 13.107 13.107 0 0 1-1.872-.892.077.077 0 0 1-.008-.128 10.2 10.2 0 0 0 .372-.292.074.074 0 0 1 .077-.01c3.928 1.793 8.18 1.793 12.062 0a.074.074 0 0 1 .078.01c.12.098.246.198.373.292a.077.077 0 0 1-.006.127 12.299 12.299 0 0 1-1.873.892.077.077 0 0 0-.041.107c.36.698.772 1.362 1.225 1.993a.076.076 0 0 0 .084.028 19.839 19.839 0 0 0 6.002-3.03.077.077 0 0 0 .032-.054c.5-5.177-.838-9.674-3.549-13.66a.061.061 0 0 0-.031-.03zM8.02 15.33c-1.183 0-2.157-1.085-2.157-2.419 0-1.333.956-2.419 2.157-2.419 1.21 0 2.176 1.096 2.157 2.42 0 1.333-.956 2.418-2.157 2.418zm7.975 0c-1.183 0-2.157-1.085-2.157-2.419 0-1.333.955-2.419 2.157-2.419 1.21 0 2.176 1.096 2.157 2.42 0 1.333-.946 2.418-2.157 2.418z" }) }));
25
+ };
26
+ export const EmailLogo = () => {
27
+ return (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 1299 1299", style: {
28
+ width: 30,
29
+ marginRight: 10,
30
+ }, children: _jsx("path", { fill: "white", d: "M1177.22 202.969H121.781C99.3278 202.969 81.1875 221.109 81.1875 243.562V1055.44C81.1875 1077.89 99.3278 1096.03 121.781 1096.03H1177.22C1199.67 1096.03 1217.81 1077.89 1217.81 1055.44V243.562C1217.81 221.109 1199.67 202.969 1177.22 202.969ZM1126.48 343.525V1004.7H172.523V343.525L137.511 316.251L187.366 252.189L241.66 294.432H1057.47L1111.76 252.189L1161.62 316.251L1126.48 343.525V343.525ZM1057.47 294.305L649.5 611.443L241.533 294.305L187.239 252.062L137.384 316.124L172.397 343.398L605.735 680.326C618.197 690.008 633.529 695.263 649.31 695.263C665.091 695.263 680.422 690.008 692.885 680.326L1126.48 343.525L1161.49 316.251L1111.63 252.189L1057.47 294.305Z" }) }));
31
+ };
32
+ export const VideoCallLogo = () => {
33
+ return (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 576 576", style: {
34
+ width: 30,
35
+ marginRight: 10,
36
+ }, children: _jsx("path", { fill: "white", d: "M64 112c-8.8 0-16 7.2-16 16V384c0 8.8 7.2 16 16 16H320c8.8 0 16-7.2 16-16V128c0-8.8-7.2-16-16-16H64zM0 128C0 92.7 28.7 64 64 64H320c35.3 0 64 28.7 64 64v33V351v33c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V128zM528 363.4V148.6L416 199V146.4L520.3 99.5c5.1-2.3 10.6-3.5 16.2-3.5c21.8 0 39.5 17.7 39.5 39.5v241c0 21.8-17.7 39.5-39.5 39.5c-5.6 0-11.1-1.2-16.2-3.5L416 365.6V313l112 50.4z" }) }));
37
+ };
38
+ export const PersonalWebsite = () => {
39
+ return (_jsx("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 576 576", style: {
40
+ width: 30,
41
+ }, children: _jsx("path", { fill: "currentcolor", d: "M317.9 422.7C296.4 465.6 272.7 480 256 480c-7.9 0-17.3-3.2-27.3-11l-6.9 18.6c-2.9 7.8-7.7 14.7-13.9 19.9c15.6 3 31.6 4.5 48.1 4.5c141.4 0 256-114.6 256-256S397.4 0 256 0S0 114.6 0 256c0 16.4 1.5 32.5 4.5 48.1c5.3-6.2 12.1-11 19.9-13.9l9.6-3.5c-1.4-10-2.1-20.2-2.1-30.6c0-22.2 3.2-43.7 9.3-64H132c-2.5 19.2-3.9 39.3-4 60l32.2-11.9c.5-16.7 1.9-32.8 4.1-48.1H347.7c2.8 20.2 4.3 41.7 4.3 64s-1.5 43.8-4.3 64H283.6l-11.8 32H342c-5.9 27-14.2 50.9-24.1 70.7zM194.1 89.3C215.6 46.4 239.3 32 256 32s40.4 14.4 61.9 57.3c9.9 19.8 18.2 43.7 24.1 70.7H170c5.9-27 14.2-50.9 24.1-70.7zM384 256c0-22.1-1.4-43.5-4-64h90.8c6 20.3 9.3 41.8 9.3 64s-3.2 43.7-9.3 64H380c2.6-20.5 4-41.9 4-64zm-9.3-96c-9.6-47.6-26.2-88-47.2-116.3c57.8 19.5 105 61.8 130.9 116.3H374.7zM53.6 160c25.9-54.5 73.1-96.9 130.9-116.3c-21 28.3-37.5 68.8-47.2 116.3H53.6zM374.7 352h83.8c-25.9 54.5-73.1 96.9-130.9 116.3c21-28.3 37.6-68.8 47.2-116.3zM271 261.5c2.2-5.9 .7-12.4-3.7-16.8s-11-5.9-16.8-3.7l-215 79.2c-6.2 2.3-10.3 8.1-10.5 14.7s3.8 12.6 9.9 15.1l74 30.5L4.7 484.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0L131.5 403.1l30.5 74c2.5 6.1 8.5 10 15.1 9.9s12.4-4.3 14.7-10.5l79.2-215zM143.3 360L85.1 336 229 283 176 426.9l-24-58.2c-1.6-3.9-4.8-7.1-8.7-8.7z" }) }));
42
+ };
@@ -0,0 +1,3 @@
1
+ export { experts } from './experts/experts-data';
2
+ export type { Expert } from './experts/experts-data';
3
+ export { ExpertsPageContent } from './experts/ExpertsPage';
@@ -0,0 +1,2 @@
1
+ export { experts } from './experts/experts-data';
2
+ export { ExpertsPageContent } from './experts/ExpertsPage';
@@ -0,0 +1,3 @@
1
+ import React from 'react';
2
+ declare const AutomationsSection: React.FC;
3
+ export default AutomationsSection;
@@ -0,0 +1,85 @@
1
+ import { jsx as _jsx, Fragment as _Fragment, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import { SectionTitle } from './VideoAppsTitle';
3
+ const appPipeline = [
4
+ {
5
+ step: '01',
6
+ title: 'Design a template',
7
+ description: 'Start in Remotion Studio and build a reusable composition for your video workflow.',
8
+ link: '/docs/studio',
9
+ buttonText: 'Remotion Studio',
10
+ illustration: 'studio',
11
+ },
12
+ {
13
+ step: '02',
14
+ title: 'Build an app around it',
15
+ description: 'Expose props for text, images, colors, timing, and layouts to power editors, generators, and automations.',
16
+ link: '/docs/parameterized-rendering',
17
+ buttonText: 'Parameterized rendering',
18
+ illustration: 'preview',
19
+ },
20
+ {
21
+ step: '03',
22
+ title: 'Preview and render',
23
+ description: (_jsxs(_Fragment, { children: ["Use the", ' ', _jsx("a", { href: "/player", className: "font-semibold text-text no-underline", children: "Player" }), ' ', "for interactive previews, then render locally, on servers, serverlessly, or in-browser."] })),
24
+ link: '/docs/render',
25
+ buttonText: 'Rendering options',
26
+ illustration: 'render',
27
+ },
28
+ ];
29
+ const launchOptions = [
30
+ {
31
+ title: 'Start from a template',
32
+ description: 'Use starter projects for SaaS workflows, social videos, slideshows, captions, and repeatable video products.',
33
+ link: '/templates',
34
+ buttonText: 'Browse templates',
35
+ },
36
+ {
37
+ title: 'Build a video editor',
38
+ description: 'Editor Starter is an official paid template for a timeline, canvas, asset uploads, and rendering.',
39
+ link: '/docs/editor-starter',
40
+ buttonText: 'Editor Starter',
41
+ },
42
+ {
43
+ title: 'See what teams ship',
44
+ description: 'Audiograms, captioning tools, year-in-review generators, creative editors, and other products built with Remotion.',
45
+ link: '/showcase',
46
+ buttonText: 'Showcase',
47
+ },
48
+ ];
49
+ const icon = {
50
+ height: 16,
51
+ marginLeft: 10,
52
+ };
53
+ const Arrow = () => (_jsx("svg", { style: icon, viewBox: "0 0 448 512", children: _jsx("path", { fill: "currentColor", d: "M438.6 278.6l-160 160C272.4 444.9 264.2 448 256 448s-16.38-3.125-22.62-9.375c-12.5-12.5-12.5-32.75 0-45.25L338.8 288H32C14.33 288 .0016 273.7 .0016 256S14.33 224 32 224h306.8l-105.4-105.4c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0l160 160C451.1 245.9 451.1 266.1 438.6 278.6z" }) }));
54
+ const InlineLink = ({ href, children }) => {
55
+ return (_jsxs("a", { href: href, className: "mt-3 inline-flex flex-row items-center font-brand text-base font-semibold text-text no-underline sm:text-sm", children: [children, _jsx(Arrow, {})] }));
56
+ };
57
+ const illustrationFrame = 'relative mb-5 flex h-40 w-full items-center justify-center px-3';
58
+ const StudioIllustration = () => {
59
+ return (_jsx("div", { className: illustrationFrame, "aria-hidden": "true", children: _jsxs("div", { className: "relative w-full max-w-[220px] rounded-md bg-pane px-4 py-6 fontbrand", children: [_jsxs("div", { className: "absolute bottom-5 left-1/2 top-3 flex -translate-x-1/2 flex-col items-center", children: [_jsx("div", { className: "h-2 w-1 rounded-full bg-brand" }), _jsx("div", { className: "w-px flex-1 bg-brand/50" })] }), _jsxs("div", { className: "space-y-4", children: [_jsxs("div", { className: "grid grid-cols-[28px_1fr] items-center gap-3", children: [_jsx("div", { className: "h-2 rounded-full bg-muted" }), _jsx("div", { className: "h-3 rounded-full bg-brand" })] }), _jsxs("div", { className: "grid grid-cols-[28px_1fr] items-center gap-3", children: [_jsx("div", { className: "h-2 rounded-full bg-muted" }), _jsx("div", { className: "ml-8 h-3 rounded-full bg-muted" })] }), _jsxs("div", { className: "grid grid-cols-[28px_1fr] items-center gap-3", children: [_jsx("div", { className: "h-2 rounded-full bg-muted" }), _jsx("div", { className: "mr-10 h-3 rounded-full bg-muted" })] })] })] }) }));
60
+ };
61
+ const PropsIllustration = () => {
62
+ return (_jsx("div", { className: illustrationFrame, "aria-hidden": "true", children: _jsxs("div", { className: "flex h-[124px] w-full max-w-[240px] flex-col justify-center whitespace-nowrap rounded-md bg-pane p-4 text-left font-mono text-base leading-6 text-text sm:text-sm sm:leading-5", children: [_jsx("div", { className: "text-brand", children: "{" }), _jsx("div", { className: "pl-4", children: "title: 'Sale'," }), _jsx("div", { className: "pl-4", children: "color: '#0B84F3'," }), _jsx("div", { className: "pl-4", children: "items: 42" }), _jsx("div", { className: "text-brand", children: "}" })] }) }));
63
+ };
64
+ const PreviewIllustration = () => {
65
+ return (_jsx("div", { className: illustrationFrame, "aria-hidden": "true", children: _jsxs("div", { className: "w-full max-w-[240px] rounded-md border border-solid border-muted bg-card-bg p-2 fontbrand", children: [_jsx("div", { className: "relative flex h-[92px] items-center justify-center rounded-sm border border-solid border-muted bg-pane text-brand", children: _jsxs("svg", { className: "h-14 w-14 text-brand", viewBox: "-11.5 -10.23174 23 20.46348", fill: "none", children: [_jsx("circle", { cx: "0", cy: "0", r: "2.05", fill: "currentColor" }), _jsx("ellipse", { cx: "0", cy: "0", rx: "11", ry: "4.2", stroke: "currentColor", strokeWidth: "1" }), _jsx("ellipse", { cx: "0", cy: "0", rx: "11", ry: "4.2", stroke: "currentColor", strokeWidth: "1", transform: "rotate(60)" }), _jsx("ellipse", { cx: "0", cy: "0", rx: "11", ry: "4.2", stroke: "currentColor", strokeWidth: "1", transform: "rotate(120)" })] }) }), _jsxs("div", { className: "mt-2 flex items-center gap-2", children: [_jsx("div", { className: "fontbrand text-xs font-semibold text-text", children: "0:12" }), _jsx("div", { className: "h-1.5 flex-1 rounded-full bg-muted", children: _jsx("div", { className: "h-full w-2/5 rounded-full bg-brand" }) }), _jsx("div", { className: "fontbrand text-xs font-semibold text-text", children: "0:30" })] })] }) }));
66
+ };
67
+ const RenderIllustration = () => {
68
+ return (_jsx("div", { className: illustrationFrame, "aria-hidden": "true", children: _jsx("div", { className: "grid w-full max-w-[240px] grid-cols-2 gap-2 fontbrand text-base font-semibold", children: ['.mp4', '.webm', '.gif', '.png'].map((format) => (_jsx("div", { className: "rounded-md bg-pane px-4 py-3 text-center text-brand", children: format }, format))) }) }));
69
+ };
70
+ const PipelineIllustration = ({ kind }) => {
71
+ if (kind === 'studio') {
72
+ return _jsx(StudioIllustration, {});
73
+ }
74
+ if (kind === 'props') {
75
+ return _jsx(PropsIllustration, {});
76
+ }
77
+ if (kind === 'preview') {
78
+ return _jsx(PreviewIllustration, {});
79
+ }
80
+ return _jsx(RenderIllustration, {});
81
+ };
82
+ const AutomationsSection = () => {
83
+ return (_jsxs("div", { children: [_jsx(SectionTitle, { children: "Create video apps and automations" }), _jsx("div", { className: "mx-auto mb-8 mt-3 max-w-[70ch] text-center fontbrand text-base leading-relaxed text-muted text-pretty", children: "Design a reusable video template in Remotion, expose props for app UIs and automations, then preview and render it wherever your workflow runs." }), _jsx("div", { className: "py-4", children: _jsx("dl", { className: "grid grid-cols-1 justify-items-stretch gap-5 lg:grid-cols-3 lg:justify-items-center lg:gap-0", children: appPipeline.map((item) => (_jsxs("div", { className: "flex w-full flex-col rounded-lg border border-solid border-text/10 bg-card-bg px-4 py-5 text-left sm:px-5 lg:max-w-[300px] lg:rounded-none lg:border-y-0 lg:border-r-0 lg:border-l lg:bg-transparent lg:px-6 lg:py-0 lg:first:border-l-0", children: [_jsx(PipelineIllustration, { kind: item.illustration }), _jsxs("div", { className: "mb-2 flex items-center gap-2.5", children: [_jsx("div", { className: "flex h-6 w-6 shrink-0 items-center justify-center rounded-full bg-pane fontbrand text-xs font-semibold text-brand", children: item.step }), _jsx("dt", { className: "fontbrand text-xl font-semibold tracking-tight text-text text-balance", children: item.title })] }), _jsx("dd", { className: "m-0 mt-1 flex-1 fontbrand text-base leading-relaxed text-muted text-pretty sm:text-sm", children: item.description }), _jsx(InlineLink, { href: item.link, children: item.buttonText })] }, item.step))) }) }), _jsxs("div", { className: "mt-8 flex flex-wrap justify-center gap-x-5 gap-y-2 fontbrand text-base text-muted sm:text-sm", children: [_jsx("span", { children: "Explore:" }), launchOptions.map((item) => (_jsx("a", { href: item.link, className: "font-semibold text-text no-underline", title: item.description, children: item.buttonText }, item.link)))] })] }));
84
+ };
85
+ export default AutomationsSection;
@@ -0,0 +1,2 @@
1
+ import React from 'react';
2
+ export declare const BackgroundAnimation: React.FC;