modifica a log 3
This commit is contained in:
parent
e6559fc129
commit
467135595c
1 changed files with 4 additions and 4 deletions
|
|
@ -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>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue