feat: add Terms of Service page

This commit is contained in:
M1
2026-03-18 03:52:58 +04:00
parent 705073b508
commit 7db2889960
3 changed files with 113 additions and 1 deletions
+2
View File
@@ -124,6 +124,7 @@
<nav class="hidden md:flex items-center gap-7 text-sm text-gray-400">
<a href="/docs" class="hover:text-gray-200 transition-colors">Docs</a>
<a href="/privacy" class="hover:text-gray-200 transition-colors">Privacy</a>
<a href="/tos" class="hover:text-gray-200 transition-colors">Terms</a>
<a href="#pricing" class="hover:text-gray-200 transition-colors">Pricing</a>
</nav>
<div class="flex items-center gap-3">
@@ -585,6 +586,7 @@
<a href="/dashboard" class="hover:text-gray-300 transition-colors">Dashboard</a>
<a href="/docs" class="hover:text-gray-300 transition-colors">Docs</a>
<a href="/privacy" class="hover:text-gray-300 transition-colors">Privacy</a>
<a href="/tos" class="hover:text-gray-300 transition-colors">Terms</a>
<a href="#pricing" class="hover:text-gray-300 transition-colors">Pricing</a>
</nav>
</div>