feat: apply new Revanios logos and typography in UI shells
This commit is contained in:
@@ -64,19 +64,13 @@ export function AuthPageShell({
|
||||
<div className="absolute inset-0 opacity-20 bg-[linear-gradient(rgba(255,255,255,.18)_1px,transparent_1px),linear-gradient(90deg,rgba(255,255,255,.18)_1px,transparent_1px)] bg-size-[32px_32px]" />
|
||||
<div className="relative z-10 flex items-center gap-4 p-10">
|
||||
<Image
|
||||
src="/logo/LogoWithBg.png"
|
||||
alt="Cognis logo"
|
||||
width={64}
|
||||
src="/logo/lightLogo.png"
|
||||
alt="Revanios"
|
||||
width={240}
|
||||
height={64}
|
||||
className="h-16 w-16 rounded-sm object-cover border border-red-500"
|
||||
className="h-16 w-auto object-contain"
|
||||
priority
|
||||
/>
|
||||
<div>
|
||||
<div className="text-lg font-bold leading-none">Cognis</div>
|
||||
<div className="mt-1 text-sm text-primary-foreground/75">
|
||||
Freelancer OS
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="relative z-10 px-10">
|
||||
@@ -91,7 +85,7 @@ export function AuthPageShell({
|
||||
variant="lead"
|
||||
className="mt-6 max-w-xl text-primary-foreground/78"
|
||||
>
|
||||
Cognis, günlük operasyonunu, projelerini, side projectlerini ve
|
||||
Revanios, günlük operasyonunu, projelerini, side projectlerini ve
|
||||
temel finans durumunu sade raporlarla takip etmen için
|
||||
tasarlanır.
|
||||
</Typography>
|
||||
@@ -156,11 +150,11 @@ export function AuthPageShell({
|
||||
>
|
||||
<div className="mb-8 flex justify-center lg:hidden">
|
||||
<Image
|
||||
src="/logo/LogoWithBg.png"
|
||||
alt="Cognis logo"
|
||||
width={84}
|
||||
height={84}
|
||||
className="h-20 w-20 rounded-sm object-cover"
|
||||
src="/logo/blackLogo.png"
|
||||
alt="Revanios logo"
|
||||
width={180}
|
||||
height={56}
|
||||
className="h-14 w-auto object-contain"
|
||||
priority
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user