Add shared legal pages and wire Privacy Policy and Terms across the app.
Extract privacy and terms content into reusable components, replace auth modals with links to /privacy and /terms, add settings legal section, and remove duplicate legal-modal markup. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
export const LEGAL_LAST_UPDATED = "June 18, 2026";
|
||||
|
||||
export const LEGAL_PRIVACY_EMAIL = "privacy@beenvoice.com";
|
||||
export const LEGAL_TERMS_EMAIL = "legal@beenvoice.com";
|
||||
export const LEGAL_WEBSITE = "https://beenvoice.com";
|
||||
Reference in New Issue
Block a user