From 070b41d85932819232280d7ee8acb5d6c2220414 Mon Sep 17 00:00:00 2001 From: joachimhummel <47454583-joachimhummel@users.noreply.replit.com> Date: Fri, 15 May 2026 15:57:11 +0000 Subject: [PATCH] Simplify navigation by reducing the number of links Remove redundant navigation links from the Navbar component to improve clarity and usability. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 6f3329ae-2dcc-46cc-bf2e-f58b7a5fa805 Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: eab25f99-99a6-4ba5-b3f6-be7eb8a07f20 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/navbar.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/artifacts/joachim-portfolio/src/components/navbar.tsx b/artifacts/joachim-portfolio/src/components/navbar.tsx index e9f3420..12bff07 100644 --- a/artifacts/joachim-portfolio/src/components/navbar.tsx +++ b/artifacts/joachim-portfolio/src/components/navbar.tsx @@ -13,11 +13,8 @@ export function Navbar() { const navLinks = [ { name: "Kompetenzen", href: "#competencies" }, - { name: "Stärken", href: "#strengths" }, { name: "Projekte", href: "#projects" }, - { name: "Über mich", href: "#bio" }, { name: "Erfahrung", href: "#experience" }, - { name: "Skills", href: "#skills" }, { name: "Kontakt", href: "#contact" }, ];