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