Update app/(root)/terms/page.tsx

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
Mr. Algorithm 2025-10-04 21:06:51 +05:30 committed by GitHub
parent 26edc7547c
commit f82312b2d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -11,7 +11,9 @@ export default function TermsPage() {
<div className="mb-8"> <div className="mb-8">
<h1 className="text-4xl font-bold text-gray-100 mb-4">Terms of Service</h1> <h1 className="text-4xl font-bold text-gray-100 mb-4">Terms of Service</h1>
<p className="text-gray-300 mb-4"> <p className="text-gray-300 mb-4">
Last updated: {new Date().toLocaleDateString()} <p className="text-gray-300 mb-4">
Last updated: October 4, 2025
</p>
</p> </p>
<div className="bg-green-900 border border-green-700 rounded-lg p-4"> <div className="bg-green-900 border border-green-700 rounded-lg p-4">
<p className="text-green-200 text-sm"> <p className="text-green-200 text-sm">