import style from './Outstaffing.module.css'; const OutstaffingBlock = ({ text, image, data, onTest }) => { return (
img

{text}

); }; export default OutstaffingBlock;