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
This commit is contained in:
joachimhummel
2026-05-15 15:58:36 +00:00
parent 070b41d859
commit a5c37a72af

View File

@@ -17,6 +17,11 @@ const links = [
url: "https://ki-blog.unixweb.de", url: "https://ki-blog.unixweb.de",
desc: "KI, Automation, n8n & KI-gestützte Entwicklung", 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", label: "Website",
url: "https://joachimhummel.de", url: "https://joachimhummel.de",