diff --git a/app/components/Navbar.tsx b/app/components/Navbar.tsx index e8138ab..de4a291 100644 --- a/app/components/Navbar.tsx +++ b/app/components/Navbar.tsx @@ -63,7 +63,7 @@ function getNavLinks(singleActiveProduct: boolean) { // /der-eine and /tasse-die-pause (both bespoke product detail pages, same // "own route, not nested" shape as /todo-cards) added here for the same // reason (2026-08-25). -const WERKZEUGE_ROUTES = ["/todo-cards", "/7-tage-klarheits-check", "/newsletter", "/der-eine", "/tasse-die-pause"]; +const WERKZEUGE_ROUTES = ["/todo-cards", "/7-tage-klarheits-check", "/newsletter", "/der-eine", "/tasse-die-pause", "/lebensuhr", "/3x3-system"]; function isNavLinkActive(href: string, pathname: string, activeSection: string): boolean { if (href === "#werkzeuge") {