ADD: orell wip

need tags
This commit is contained in:
webfussel 2025-06-04 07:18:03 +02:00
parent 614f3fee68
commit 16ca6cc25b

View file

@ -82,5 +82,12 @@ const network = [
flavour: 'Ich betreue deinen Shop, als wäre es mein eigener.', flavour: 'Ich betreue deinen Shop, als wäre es mein eigener.',
link: 'https://shrimp-commerce.com', 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)) ].sort((a, b) => a.name.localeCompare(b.name))
</script> </script>