feat: refresh Raven branding

This commit is contained in:
Esdras Renan 2025-10-17 15:29:08 -03:00
parent 6e2bbb3494
commit c00b4300c1
31 changed files with 128 additions and 138 deletions

View file

@ -5,7 +5,6 @@ import Image from "next/image"
import Link from "next/link"
import { useRouter, useSearchParams } from "next/navigation"
import dynamic from "next/dynamic"
import { GalleryVerticalEnd } from "lucide-react"
import { LoginForm } from "@/components/login-form"
import { useSession } from "@/lib/auth-client"
@ -57,9 +56,14 @@ export function LoginPageClient() {
<div className="flex flex-col gap-6 p-6 md:p-10">
<div className="flex flex-col items-center gap-1.5 text-center">
<Link href="/" className="flex items-center gap-2 text-xl font-semibold text-neutral-900">
<div className="bg-primary text-primary-foreground flex size-6 items-center justify-center rounded-md">
<GalleryVerticalEnd className="size-4" />
</div>
<Image
src="/logo-raven.png"
alt="Logotipo Raven"
width={40}
height={40}
className="h-10 w-auto"
priority
/>
Raven
</Link>
</div>
@ -70,11 +74,11 @@ export function LoginPageClient() {
</div>
<div className="flex justify-center">
<Image
src="/raven.png"
alt="Logotipo Rever Tecnologia"
width={110}
height={110}
className="h-[3.45rem] w-auto"
src="/logo-raven.png"
alt="Logotipo Raven"
width={160}
height={160}
className="h-16 w-auto"
priority
/>
</div>