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() { /> -
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.
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() {
Civil uses the collected data for various purposes: @@ -101,21 +101,21 @@ export default function PrivacyPage() {
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.
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.
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." />