diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index b24ebce..f6f444a 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -36,9 +36,9 @@ const footerColumns = [ }, { title: "Legal", items: [ - { label: "Datenschutz", href: "#" }, - { label: "Impressum", href: "#" }, - { label: "AGB", href: "#" }, + { label: "Datenschutz", href: "/privacy" }, + { label: "Impressum", href: "/imprint" }, + { label: "AGB", href: "/terms" }, ], }, ];