diff --git a/marketing/product-film/src/sequences/CraneClose.tsx b/marketing/product-film/src/sequences/CraneClose.tsx index c16bc59..9903cc0 100644 --- a/marketing/product-film/src/sequences/CraneClose.tsx +++ b/marketing/product-film/src/sequences/CraneClose.tsx @@ -1,5 +1,26 @@ -import { PillarTitle } from "../components/PillarTitle"; -import { DURATIONS } from "../timing"; -export const CraneClose: React.FC = () => ( - -); +import { AbsoluteFill } from "remotion"; +import { BlueprintBg } from "../components/BlueprintBg"; +import { Crane } from "../components/Crane"; +import { CraneCard } from "../components/CraneCard"; +import { theme } from "../theme"; + +export const CraneClose: React.FC = () => { + return ( + + + {/* crane anchored top; card hangs from its hoist cable */} + + + + + + + + + {/* end plate */} + + LynkedUpPro.com ยท 866-259-6533 + + + ); +};