diff --git a/app/components/Contact.vue b/app/components/Contact.vue index 2a9e694..536dd73 100644 --- a/app/components/Contact.vue +++ b/app/components/Contact.vue @@ -47,13 +47,13 @@ const network = [ flavour: 'Website, SEO und Conversions. Auf einen Klick.', link: 'https://robertjanus.de/webertoire', }, - // { - // name: 'Matthias Lehmann', - // img: 'matthias', - // tags: ['Onlineportale für Patienten', 'Kunden', 'Mitarbeiter'], - // flavour: 'Software die macht, was DU willst!', - // link: 'https://mind-deploy.de', - // }, + { + name: 'Matthias Lehmann', + img: 'matthias', + tags: ['Onlineportale für Patienten', 'Kunden', 'Mitarbeiter'], + flavour: 'Software die macht, was DU willst!', + link: 'https://mind-deploy.de', + }, { name: 'Maximilian Schluer', img: 'max', diff --git a/public/img/network/matthias@1x.webp b/public/img/network/matthias@1x.webp new file mode 100644 index 0000000..1fe3ebd Binary files /dev/null and b/public/img/network/matthias@1x.webp differ diff --git a/public/img/network/matthias@2x.webp b/public/img/network/matthias@2x.webp new file mode 100644 index 0000000..fb2dae4 Binary files /dev/null and b/public/img/network/matthias@2x.webp differ diff --git a/public/img/network/matthias@3x.webp b/public/img/network/matthias@3x.webp new file mode 100644 index 0000000..425cb70 Binary files /dev/null and b/public/img/network/matthias@3x.webp differ