Remove redundant contact link from navigation

Removes the "Kontakt" link from the `navLinks` array in `navbar.tsx` as a CTA button already serves this purpose.

Replit-Commit-Author: Agent
Replit-Commit-Session-Id: 6f3329ae-2dcc-46cc-bf2e-f58b7a5fa805
Replit-Commit-Checkpoint-Type: full_checkpoint
Replit-Commit-Event-Id: dd4b3a0d-b11f-43a8-adfc-c10b64cb413d
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:59:38 +00:00
parent ac58359080
commit 53af04e920

View File

@@ -15,7 +15,6 @@ export function Navbar() {
{ name: "Kompetenzen", href: "#competencies" }, { name: "Kompetenzen", href: "#competencies" },
{ name: "Projekte", href: "#projects" }, { name: "Projekte", href: "#projects" },
{ name: "Erfahrung", href: "#experience" }, { name: "Erfahrung", href: "#experience" },
{ name: "Kontakt", href: "#contact" },
]; ];
const blogLinks: { name: string; href: string }[] = []; const blogLinks: { name: string; href: string }[] = [];