From 500b2b6d0471c40dbb759034e1caecb5ae0c3006 Mon Sep 17 00:00:00 2001 From: ello Date: Wed, 11 Mar 2026 02:00:48 +0000 Subject: [PATCH 1/3] Refactor expert profile details for clarity Updated email and video call links, and improved the description for clarity and detail. --- .../src/components/experts/experts-data.tsx | 44 ++++++++++++------- 1 file changed, 27 insertions(+), 17 deletions(-) diff --git a/packages/promo-pages/src/components/experts/experts-data.tsx b/packages/promo-pages/src/components/experts/experts-data.tsx index f14fad2108f..e3002d9ea13 100644 --- a/packages/promo-pages/src/components/experts/experts-data.tsx +++ b/packages/promo-pages/src/components/experts/experts-data.tsx @@ -475,26 +475,36 @@ export const experts: Expert[] = [ x: null, github: 'sambowenhughes', linkedin: 'in/sambowenhughes/', - email: 'sambowenhughes@icloud.com', - videocall: 'https://calendly.com/hello-reactvideoeditor/30min', + email: 'sam@reactvideoeditor.com', + videocall: 'https://calendly.com/reactvideoeditor/30min', since: new Date('2025-06-03').getTime(), description: (
- Full-stack engineer with 10+ years experience. I built{' '} - - React Video Editor - {' '} - and{' '} - - Clippkit - - .
I can help with anything Remotion-related, or just be a reliable - engineering partner if you need someone who moves fast and builds things - right – SaaS, design, backend, whatever's needed. -
+

+ Experienced engineer with 10+ years building advanced software products. + Creator of React Video Editor + and Clippkit. +

+ +

+ I work with companies building products with Remotion at their core. + Custom video editors, automated video generation tools, and + scalable rendering pipelines. +

+ + + +

+ 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. +

+ ), }, { From 51fa573702cd427bc60cd0522f01c3ce5200fb42 Mon Sep 17 00:00:00 2001 From: Hironao OTSUBO Date: Wed, 11 Mar 2026 16:54:25 +0900 Subject: [PATCH 2/3] `@remotion/google-fonts`: Add ignoreTooManyRequestsWarning to generated loadFont options This is a follow-up of b9645d85a02. --- packages/google-fonts/scripts/generate-index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/google-fonts/scripts/generate-index.ts b/packages/google-fonts/scripts/generate-index.ts index c9a944bc68d..476b8036c0c 100644 --- a/packages/google-fonts/scripts/generate-index.ts +++ b/packages/google-fonts/scripts/generate-index.ts @@ -38,6 +38,7 @@ export type GoogleFont = { weights?: Variants[T]["weights"][] | undefined; subsets?: Variants[T]["subsets"][] | undefined; document?: Document | undefined; + ignoreTooManyRequestsWarning?: boolean; } | undefined ) => { From fe16ccb1f8230f60cb4afc1a7885736b31a227a5 Mon Sep 17 00:00:00 2001 From: JonnyBurger Date: Wed, 11 Mar 2026 09:39:10 +0100 Subject: [PATCH 3/3] Update experts-data.tsx --- .../src/components/experts/experts-data.tsx | 59 ++++++++++++------- 1 file changed, 37 insertions(+), 22 deletions(-) diff --git a/packages/promo-pages/src/components/experts/experts-data.tsx b/packages/promo-pages/src/components/experts/experts-data.tsx index e3002d9ea13..fa790a2fa74 100644 --- a/packages/promo-pages/src/components/experts/experts-data.tsx +++ b/packages/promo-pages/src/components/experts/experts-data.tsx @@ -480,31 +480,46 @@ export const experts: Expert[] = [ since: new Date('2025-06-03').getTime(), description: (
-

- Experienced engineer with 10+ years building advanced software products. - Creator of React Video Editor - and Clippkit. -

+

+ Experienced engineer with 10+ years building advanced software + products. Creator of{' '} + + React Video Editor + + and{' '} + + Clippkit + + . +

-

- I work with companies building products with Remotion at their core. - Custom video editors, automated video generation tools, and - scalable rendering pipelines. -

+

+ I work with companies building products with{' '} + Remotion at their core. Custom video editors, + automated video generation tools, and scalable rendering pipelines. +

-
    -
  • Custom video editors built with Remotion
  • -
  • Automated video generation systems
  • -
  • Rendering infrastructure and media pipelines
  • -
  • UI/UX and full-stack product development
  • -
+
    +
  • + Custom video editors built with Remotion +
  • +
  • + Automated video generation systems +
  • +
  • + Rendering infrastructure and media pipelines +
  • +
  • + UI/UX and full-stack product development +
  • +
-

- 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. -

-
+

+ 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. +

+ ), }, {