feat: add privacy, terms, and cookies pages

Footer and login legal links were stubs. Point them at real marketing
pages that follow the Figma content-page template.
This commit is contained in:
adilallo
2026-08-17 11:15:04 -06:00
parent 99419915d7
commit 0167b03231
16 changed files with 634 additions and 9 deletions
+15
View File
@@ -63,5 +63,20 @@
"operating manual",
"decision-making"
]
},
"privacy": {
"title": "Privacy Policy — CommunityRule",
"description": "What we collect, where it is stored, and how template recommendations work.",
"keywords": ["privacy", "personal information", "communityrule"]
},
"terms": {
"title": "Terms of Service — CommunityRule",
"description": "How you may use CommunityRule, including licenses and the templates API.",
"keywords": ["terms of service", "license", "communityrule"]
},
"cookies": {
"title": "Cookies Settings — CommunityRule",
"description": "CommunityRule uses one cookie, to keep you signed in.",
"keywords": ["cookies", "session", "privacy", "communityrule"]
}
}