modifica al logo 3
All checks were successful
Deploy to VPS / build (push) Successful in 39s
Deploy to VPS / deploy (push) Successful in 27s

This commit is contained in:
AV77web 2026-05-29 17:58:52 +02:00
parent 486107d1ea
commit e6559fc129

View file

@ -34,12 +34,12 @@ export default function Navbar({ actions }: { actions?: ReactNode }) {
className="flex items-center hover:opacity-80 transition-opacity" className="flex items-center hover:opacity-80 transition-opacity"
> >
<Image <Image
src="/immagini/Logo.png" src="/immagini/Logo.webp"
alt="MagRicambi" alt="MagRicambi"
width={120} width={240}
height={40} height={60}
priority priority
className="h-10 w-auto" className="h-14 w-auto"
/> />
</Link> </Link>