chore(film): scaffold remotion product-film project

This commit is contained in:
Satyam Rastogi
2026-05-30 00:57:12 +05:30
parent a15a77eb77
commit 0131424554
8 changed files with 4081 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
import { AbsoluteFill } from "remotion";
export const Film: React.FC = () => {
return (
<AbsoluteFill style={{ backgroundColor: "#09090b", alignItems: "center", justifyContent: "center" }}>
<h1 style={{ color: "white", fontFamily: "sans-serif" }}>LynkedUp Pro Film</h1>
</AbsoluteFill>
);
};