feat: add privacy policy with SMS data sharing section

This commit is contained in:
2026-04-23 15:34:19 -04:00
parent d72cc63c7a
commit 46cbb4e551
2 changed files with 136 additions and 0 deletions
+8
View File
@@ -95,6 +95,14 @@ export default function LoginPage() {
<p className="mt-4 text-center text-sm text-muted-foreground">
Join the flock and get rewarded for your watch time
</p>
<p className="mt-2 text-center text-xs text-muted-foreground">
<a
href="/privacy"
className="underline hover:text-primary transition-colors"
>
Privacy Policy
</a>
</p>
</CardContent>
</Card>
</div>