From a5c37a72af95040b3213620d085f3d2a3b08ac87 Mon Sep 17 00:00:00 2001 From: joachimhummel <47454583-joachimhummel@users.noreply.replit.com> Date: Fri, 15 May 2026 15:58:36 +0000 Subject: [PATCH] Add a link to n8n automation profile in contact section Adds a new link for "n8n Automation" to the contact section in `contact.tsx`, pointing to the user's n8n creators profile. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 6f3329ae-2dcc-46cc-bf2e-f58b7a5fa805 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: ee21940e-1573-4c4f-84e4-b64621795fcb Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/e678fe28-87ab-4437-945b-7a15e872a292/6f3329ae-2dcc-46cc-bf2e-f58b7a5fa805/YmfGtQf Replit-Helium-Checkpoint-Created: true --- artifacts/joachim-portfolio/src/components/contact.tsx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/artifacts/joachim-portfolio/src/components/contact.tsx b/artifacts/joachim-portfolio/src/components/contact.tsx index 665ce67..fa0f6dd 100644 --- a/artifacts/joachim-portfolio/src/components/contact.tsx +++ b/artifacts/joachim-portfolio/src/components/contact.tsx @@ -17,6 +17,11 @@ const links = [ url: "https://ki-blog.unixweb.de", desc: "KI, Automation, n8n & KI-gestützte Entwicklung", }, + { + label: "n8n Automation", + url: "https://n8n.io/creators/jhummel/", + desc: "Workflows & Automatisierungen auf n8n.io", + }, { label: "Website", url: "https://joachimhummel.de",