chore: tune login branding

Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
This commit is contained in:
rever-tecnologia 2025-10-06 10:46:14 -03:00
parent fbb8511cf3
commit 1a71d49b4d

View file

@ -42,9 +42,8 @@ export default function LoginPage() {
<div className="bg-primary text-primary-foreground flex size-6 items-center justify-center rounded-md">
<GalleryVerticalEnd className="size-4" />
</div>
Sistema de Chamados
Sistema de chamados
</Link>
<span className="text-sm font-medium text-neutral-500">Rever Tecnologia</span>
</div>
<div className="flex flex-1 items-center justify-center">
<div className="w-full max-w-sm rounded-2xl border border-slate-200 bg-white p-6 shadow-sm">
@ -55,9 +54,9 @@ export default function LoginPage() {
<Image
src="/rever-8.png"
alt="Logotipo Rever Tecnologia"
width={96}
height={96}
className="h-12 w-auto"
width={110}
height={110}
className="h-[3.45rem] w-auto"
priority
/>
</div>