docs(readme): update privacy slogan

This commit is contained in:
null 2026-06-23 22:17:42 -05:00
parent 6e9cdfe8f6
commit 9269a769be
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# Closer # Closer
> *Your information is securely private. We never look. We never sell it.* > *Your information is securely stored and private. We can't look and we can't sell what we don't see.*
> >
> *Private daily questions for couples who want honest answers before shared conversations.* > *Private daily questions for couples who want honest answers before shared conversations.*

View File

@ -3,6 +3,7 @@ package app.closer.ui.brand
/** Public-facing privacy copy that is accurate for every app state and account generation. */ /** Public-facing privacy copy that is accurate for every app state and account generation. */
object CloserBrandCopy { object CloserBrandCopy {
val privacyMessages: List<String> = listOf( val privacyMessages: List<String> = listOf(
"Your information is securely private. We never Look. We never Sell it.",
"Your relationship is yours, not ours.", "Your relationship is yours, not ours.",
"Answer honestly. Reveal intentionally.", "Answer honestly. Reveal intentionally.",
"For conversations that belong to the two of you.", "For conversations that belong to the two of you.",