feat(privacy, refund, terms): add Privacy Policy, Refund Policy, and Terms of Service pages with navigation links

This commit is contained in:
Yusuf İpek
2026-04-10 22:33:23 +03:00
parent 4ba7521a38
commit 20897ab418
6 changed files with 532 additions and 4 deletions
+4 -1
View File
@@ -218,7 +218,10 @@ export default function RegisterPageClient({ requireInviteCode }: { requireInvit
</Card>
<p className="text-center text-xs text-muted-foreground mt-4">
By continuing, you agree to our Terms of Service and Privacy Policy
By continuing, you agree to our{' '}
<a href="/terms" className="underline hover:text-foreground">Terms of Service</a>
{' '}and{' '}
<a href="/privacy" className="underline hover:text-foreground">Privacy Policy</a>
</p>
</div>
</div>