From 2ebd2db03f68c8900aa4a41345a89ee6f74f7e41 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 00:19:21 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" }, ], }, ];