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 ( <>