Update src/app/about/page.tsx

This commit is contained in:
2026-03-07 00:19:21 +00:00
parent 42d241868b
commit 2ebd2db03f

View File

@@ -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" },
],
},
];