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
This commit is contained in:
@@ -13,11 +13,8 @@ export function Navbar() {
|
|||||||
|
|
||||||
const navLinks = [
|
const navLinks = [
|
||||||
{ name: "Kompetenzen", href: "#competencies" },
|
{ name: "Kompetenzen", href: "#competencies" },
|
||||||
{ name: "Stärken", href: "#strengths" },
|
|
||||||
{ name: "Projekte", href: "#projects" },
|
{ name: "Projekte", href: "#projects" },
|
||||||
{ name: "Über mich", href: "#bio" },
|
|
||||||
{ name: "Erfahrung", href: "#experience" },
|
{ name: "Erfahrung", href: "#experience" },
|
||||||
{ name: "Skills", href: "#skills" },
|
|
||||||
{ name: "Kontakt", href: "#contact" },
|
{ name: "Kontakt", href: "#contact" },
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user