From df56dc1f546248b7ef61caf71dd42a3d8f883b60 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 02:54:20 +0000 Subject: [PATCH] Update src/app/privacy/page.tsx --- src/app/privacy/page.tsx | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/src/app/privacy/page.tsx b/src/app/privacy/page.tsx index cf5da6a..e6e9036 100644 --- a/src/app/privacy/page.tsx +++ b/src/app/privacy/page.tsx @@ -16,22 +16,19 @@ export default function PrivacyPage() { const footerColumns = [ { - title: "Product", - items: [ + title: "Product", items: [ { label: "Features", href: "#features" }, { label: "Download", href: "https://apps.apple.com" }, ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About", href: "/" }, { label: "Contact", href: "mailto:hello@tryCivil.app" }, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy", href: "/privacy" }, { label: "Terms", href: "/terms" }, ], @@ -129,7 +126,7 @@ export default function PrivacyPage() {