feat: Integrate Remotion for video generation, add video compositions, and adapt ContactForm for Remotion compatibility.
Some checks failed
Build & Deploy Mintel Blog / build-and-deploy (push) Failing after 2m19s

This commit is contained in:
2026-02-01 12:55:01 +01:00
parent 76b6b2ca03
commit 2113055a90
21 changed files with 6045 additions and 141 deletions

5
video/mocks/reveal.tsx Normal file
View File

@@ -0,0 +1,5 @@
import React from 'react';
export const Reveal = ({ children }: { children: React.ReactNode }) => {
return <>{children}</>;
};