add atmata brand
This commit is contained in:
@@ -37,7 +37,7 @@ export default function LoginPage() {
|
||||
</div>
|
||||
</Link>
|
||||
<h1 className="text-3xl font-bold text-gray-900 mb-2">تسجيل الدخول</h1>
|
||||
<p className="text-gray-600">Z.CRM - نظام إدارة علاقات العملاء</p>
|
||||
<p className="text-gray-600">ATMATA - نظام إدارة علاقات العملاء</p>
|
||||
</div>
|
||||
|
||||
{/* Login Form */}
|
||||
@@ -110,13 +110,14 @@ export default function LoginPage() {
|
||||
</button>
|
||||
</form>
|
||||
|
||||
{/* System Administrator */}
|
||||
{/* System Administrator
|
||||
<div className="mt-6 p-4 bg-blue-50 rounded-lg border border-blue-200">
|
||||
<h3 className="text-sm font-semibold text-blue-900 mb-2">مدير النظام:</h3>
|
||||
<div className="text-sm text-blue-800">
|
||||
<p><strong>admin@system.local</strong> / Admin@123</p>
|
||||
</div>
|
||||
</div>
|
||||
*/}
|
||||
</div>
|
||||
|
||||
{/* Back to Home */}
|
||||
@@ -131,4 +132,4 @@ export default function LoginPage() {
|
||||
</div>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user