From c2d0b6e36482efd7503b76cf1bf5466622275a86 Mon Sep 17 00:00:00 2001 From: Marco Date: Wed, 26 Aug 2026 18:55:49 +0000 Subject: [PATCH] Rename /ueber-bjoern to /ueber-mich, link it in the nav MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Nav's "Über Björn" entry pointed to the homepage's #ueber-bjoern teaser section, not the new bio page — updated the label to "Über mich" and the href to the real /ueber-mich page. The homepage's own #ueber-bjoern anchor id (About.tsx) is untouched, it's a separate section. --- app/components/Navbar.tsx | 2 +- app/{ueber-bjoern => ueber-mich}/page.tsx | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) rename app/{ueber-bjoern => ueber-mich}/page.tsx (98%) diff --git a/app/components/Navbar.tsx b/app/components/Navbar.tsx index 768c799..e8138ab 100644 --- a/app/components/Navbar.tsx +++ b/app/components/Navbar.tsx @@ -46,7 +46,7 @@ function getNavLinks(singleActiveProduct: boolean) { return [ { label: "Werkzeuge", href: "#werkzeuge" }, { label: "Blog", href: "/blog" }, - { label: "Über Björn", href: "#ueber-bjoern" }, + { label: "Über mich", href: "/ueber-mich" }, { label: "Shop", href: singleActiveProduct ? "#spotlight" : "/shop" }, ]; } diff --git a/app/ueber-bjoern/page.tsx b/app/ueber-mich/page.tsx similarity index 98% rename from app/ueber-bjoern/page.tsx rename to app/ueber-mich/page.tsx index b4e14dc..2341820 100644 --- a/app/ueber-bjoern/page.tsx +++ b/app/ueber-mich/page.tsx @@ -11,11 +11,11 @@ const description = export const metadata: Metadata = { title, description, - alternates: { canonical: "/ueber-bjoern" }, + alternates: { canonical: "/ueber-mich" }, openGraph: { title, description, - url: "/ueber-bjoern", + url: "/ueber-mich", type: "profile", images: ["/about-author.jpg"], }, @@ -65,7 +65,7 @@ const highlights = [ "Ehrliche Einblicke statt Perfektionsfassade", ]; -export default function UeberBjoernPage() { +export default function UeberMichPage() { return ( <>