feat: refresh Raven branding
This commit is contained in:
parent
6e2bbb3494
commit
c00b4300c1
31 changed files with 128 additions and 138 deletions
|
|
@ -1,9 +1,10 @@
|
|||
"use client"
|
||||
|
||||
import { type ReactNode, useMemo, useState } from "react"
|
||||
import Image from "next/image"
|
||||
import Link from "next/link"
|
||||
import { usePathname, useRouter } from "next/navigation"
|
||||
import { GalleryVerticalEnd, LogOut, PlusCircle } from "lucide-react"
|
||||
import { LogOut, PlusCircle } from "lucide-react"
|
||||
import { toast } from "sonner"
|
||||
|
||||
import { Button } from "@/components/ui/button"
|
||||
|
|
@ -76,9 +77,16 @@ export function PortalShell({ children }: PortalShellProps) {
|
|||
<header className="border-b border-slate-200 bg-white/90 backdrop-blur">
|
||||
<div className="mx-auto flex w-full max-w-6xl flex-wrap items-center justify-between gap-4 px-6 py-4">
|
||||
<div className="flex items-center gap-3">
|
||||
<span className="flex size-9 items-center justify-center rounded-xl bg-neutral-900 text-white shadow-sm">
|
||||
<GalleryVerticalEnd className="size-4" />
|
||||
</span>
|
||||
<div className="flex h-12 w-12 items-center justify-center">
|
||||
<Image
|
||||
src="/logo-raven.png"
|
||||
alt="Logotipo Raven"
|
||||
width={48}
|
||||
height={48}
|
||||
className="h-12 w-12 object-contain"
|
||||
priority
|
||||
/>
|
||||
</div>
|
||||
<div className="flex flex-col">
|
||||
<span className="text-sm text-neutral-500">
|
||||
Portal do Cliente
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue