import React from "react"; import "./catalogPersonCard.scss"; export const CatalogPersonCard = ({ img, name, salary, category, skills, level, description }) => { return (
Разработка: {category}
{description}