Redesign legal pages with readable paragraph layout and updated contact info.

Privacy Policy and Terms now share a document layout with table of contents,
plain-paragraph copy, and beenvoice.soconnor.dev contact details for App Store review.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-18 02:44:43 -04:00
co-authored by Cursor
parent 5019a7597d
commit 4cd8ad3c4c
7 changed files with 546 additions and 665 deletions
+4 -1
View File
@@ -11,7 +11,10 @@ export const metadata: Metadata = {
export default function PrivacyPolicyPage() {
return (
<LegalPageShell title="Privacy Policy">
<LegalPageShell
title="Privacy Policy"
description={`How ${brand.name} collects, uses, and protects your data across the web and mobile apps.`}
>
<PrivacyPolicyContent />
</LegalPageShell>
);
+4 -1
View File
@@ -11,7 +11,10 @@ export const metadata: Metadata = {
export default function TermsOfServicePage() {
return (
<LegalPageShell title="Terms of Service">
<LegalPageShell
title="Terms of Service"
description={`The rules for using ${brand.name} on the web and mobile apps.`}
>
<TermsOfServiceContent />
</LegalPageShell>
);