diff --git a/website/src/pages/_home/_config.jsx b/website/src/pages/_home/_config.jsx index d4f2c43f9f..9e3a2764bc 100644 --- a/website/src/pages/_home/_config.jsx +++ b/website/src/pages/_home/_config.jsx @@ -96,4 +96,9 @@ export const companies = [ src: "space307.svg", alt: "~/.space307", }, + { + url: "https://pmp-tech.ru/", + src: "pmp-tech.png", + alt: "PMP Tech", + }, ]; diff --git a/website/static/img/companies/pmp-tech.png b/website/static/img/companies/pmp-tech.png new file mode 100644 index 0000000000..c38c90cd73 Binary files /dev/null and b/website/static/img/companies/pmp-tech.png differ