From 08a764effae49d10a0ff2527f9ed551411d34903 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 04:11:23 +0000 Subject: [PATCH] Update src/app/privacy/page.tsx --- src/app/privacy/page.tsx | 55 +++++++++++++++++++++++++++------------- 1 file changed, 38 insertions(+), 17 deletions(-) diff --git a/src/app/privacy/page.tsx b/src/app/privacy/page.tsx index 8a0a8ea..0e5ece0 100644 --- a/src/app/privacy/page.tsx +++ b/src/app/privacy/page.tsx @@ -11,28 +11,28 @@ export default function PrivacyPage() { { name: "Features", id: "#features" }, { name: "Privacy", id: "/privacy" }, { name: "Terms", id: "/terms" }, - { name: "Download", id: "https://apps.apple.com" }, + { name: "Download", id: "https://apps.apple.com" } ]; const footerColumns = [ { title: "Product", items: [ { label: "Features", href: "#features" }, - { label: "Download", href: "https://apps.apple.com" }, - ], + { label: "Download", href: "https://apps.apple.com" } + ] }, { title: "Company", items: [ { label: "About", href: "/" }, - { label: "Contact", href: "mailto:hello@tryCivil.app" }, - ], + { label: "Contact", href: "mailto:hello@tryCivil.app" } + ] }, { title: "Legal", items: [ { label: "Privacy", href: "/privacy" }, - { label: "Terms", href: "/terms" }, - ], - }, + { label: "Terms", href: "/terms" } + ] + } ]; return ( @@ -57,20 +57,20 @@ export default function PrivacyPage() { /> -
-

+
+

Privacy Policy

-
+

1. Introduction

Civil ("we", "us", "our", or "Company") operates the Civil mobile application (the "Service"). This page informs you of our policies regarding the collection, use, and disclosure of personal data when you use our Service and the choices you have associated with that data.

-
+

2. Information Collection and Use

Civil collects several different types of information for various purposes to provide and improve our Service to you. @@ -85,7 +85,7 @@ export default function PrivacyPage() {

-
+

3. Use of Data

Civil uses the collected data for various purposes: @@ -101,21 +101,21 @@ export default function PrivacyPage() {

-
+

4. Security of Data

The security of your data is important to us, but remember that no method of transmission over the Internet or method of electronic storage is 100% secure. While we strive to use commercially acceptable means to protect your personal data, we cannot guarantee its absolute security.

-
+

5. Changes to This Privacy Policy

We may update our Privacy Policy from time to time. We will notify you of any changes by posting the new Privacy Policy on this page and updating the "effective date" at the top of this Privacy Policy.

-
+

6. Contact Us

If you have any questions about this Privacy Policy, please contact us at hello@tryCivil.app or visit our website at tryCivil.app. @@ -133,6 +133,27 @@ export default function PrivacyPage() { copyrightText="© 2025 Civil. Event discovery, reimagined." />

+ + ); -} \ No newline at end of file +}