modifica a log 3
All checks were successful
Deploy to VPS / build (push) Successful in 40s
Deploy to VPS / deploy (push) Successful in 27s

This commit is contained in:
AV77web 2026-05-29 18:01:14 +02:00
parent e6559fc129
commit 467135595c

View file

@ -27,7 +27,7 @@ export default function Navbar({ actions }: { actions?: ReactNode }) {
return (
<nav className="border-b border-zinc-800 bg-black">
<div className="max-w-7xl mx-auto px-4">
<div className="flex items-center justify-between h-14">
<div className="flex items-center justify-between h-32">
{/* Logo */}
<Link
href="/"
@ -36,10 +36,10 @@ export default function Navbar({ actions }: { actions?: ReactNode }) {
<Image
src="/immagini/Logo.webp"
alt="MagRicambi"
width={240}
height={60}
width={480}
height={120}
priority
className="h-14 w-auto"
className="h-28 w-auto"
/>
</Link>