add atmata brand

This commit is contained in:
yotakii
2026-03-10 11:54:46 +03:00
parent 6d82c5007c
commit 8a20927044
5 changed files with 9 additions and 12 deletions

View File

View File

@@ -1,4 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
<rect width="32" height="32" rx="4" fill="#2563eb"/>
<text x="16" y="22" text-anchor="middle" fill="white" font-size="14" font-family="sans-serif" font-weight="bold">Z</text>
</svg>

Before

Width:  |  Height:  |  Size: 247 B

View File

@@ -19,7 +19,7 @@ const readexPro = Readex_Pro({
})
export const metadata: Metadata = {
title: 'Z.CRM - نظام إدارة علاقات العملاء',
title: 'ATMATA - نظام إدارة علاقات العملاء',
description: 'Enterprise CRM System for Contact Management, Sales, HR, Inventory, Projects, and Marketing',
}

View File

@@ -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 */}

View File

@@ -79,7 +79,7 @@ export default function Home() {
<Building2 className="h-8 w-8 text-white" />
</div>
<div>
<h1 className="text-2xl font-bold text-gray-900">Z.CRM</h1>
<h1 className="text-2xl font-bold text-gray-900">ATMATA</h1>
<p className="text-sm text-gray-600">نظام إدارة علاقات العملاء</p>
</div>
</div>
@@ -144,7 +144,7 @@ export default function Home() {
جاهز لتحويل إدارة أعمالك؟
</h3>
<p className="text-xl mb-8 text-primary-100">
ابدأ باستخدام Z.CRM اليوم وشاهد الفرق
ابدأ باستخدام Atmata System اليوم وشاهد الفرق
</p>
<Link
href="/login"
@@ -162,10 +162,10 @@ export default function Home() {
<div className="text-center">
<div className="flex items-center justify-center gap-2 mb-3">
<Building2 className="h-6 w-6 text-primary-600" />
<span className="text-lg font-bold text-gray-900">Z.CRM</span>
<span className="text-lg font-bold text-gray-900">Atmata System</span>
</div>
<p className="text-gray-600">
© 2024 Z.CRM. جميع الحقوق محفوظة.
© 2026 ATMATA جميع الحقوق محفوظة.
</p>
</div>
</div>