diff --git a/app/components/Contact.vue b/app/components/Contact.vue index 536dd73..2682106 100644 --- a/app/components/Contact.vue +++ b/app/components/Contact.vue @@ -82,5 +82,12 @@ const network = [ flavour: 'Ich betreue deinen Shop, als wäre es mein eigener.', link: 'https://shrimp-commerce.com', }, + { + name: 'Orell Garten', + img: 'orell', + tags: ['Ich', 'weiß', 'net'], + flavour: 'Automatische Auswertung von Betriebsdaten - von Requirements bis Production.', + link: 'https://orellgarten.com', + }, ].sort((a, b) => a.name.localeCompare(b.name)) \ No newline at end of file