Aggiorna logo navbar e asset hero

This commit is contained in:
2026-05-23 10:11:29 +02:00
parent bc44ee497f
commit 3d7b4a5fcc
4 changed files with 6 additions and 25 deletions

BIN
assets/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 252 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.5 MiB

After

Width:  |  Height:  |  Size: 2.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 252 KiB

View File

@@ -92,31 +92,12 @@ export default function Navbar() {
>
<div className="container flex items-center justify-between h-16 md:h-20">
{/* Logo */}
<a href="#" className="flex items-center gap-3 group">
<div className="w-10 h-10 rounded-full bg-[#1B4F72] flex items-center justify-center flex-shrink-0">
<svg viewBox="0 0 40 40" fill="none" className="w-6 h-6">
<path d="M20 8c-1.5 0-2.5 1.2-2.5 2.5S18.5 13 20 13s2.5-1.2 2.5-2.5S21.5 8 20 8z" fill="#4ECDC4"/>
<path d="M13 11c-1.2 0-2 1-2 2.2S11.8 15.5 13 15.5s2-1 2-2.2S14.2 11 13 11z" fill="#4ECDC4"/>
<path d="M27 11c-1.2 0-2 1-2 2.2S25.8 15.5 27 15.5s2-1 2-2.2S28.2 11 27 11z" fill="#4ECDC4"/>
<path d="M10 17c-1.2 0-2 1-2 2.2S8.8 21.5 10 21.5s2-1 2-2.2S11.2 17 10 17z" fill="#4ECDC4"/>
<path d="M30 17c-1.2 0-2 1-2 2.2S28.8 21.5 30 21.5s2-1 2-2.2S31.2 17 30 17z" fill="#4ECDC4"/>
<path d="M20 17c-5 0-9 3.5-9 7.5 0 2.5 1.5 4.5 3.5 5.5.5.3 1 .5 1.5.5h8c.5 0 1-.2 1.5-.5 2-1 3.5-3 3.5-5.5 0-4-4-7.5-9-7.5z" fill="white"/>
</svg>
</div>
<div>
<div
className="font-bold text-[#1B4F72] leading-tight"
style={{ fontFamily: "'Cormorant Garamond', serif", fontSize: "1.1rem" }}
>
Clinica Veterinaria
</div>
<div
className="text-[#4ECDC4] font-semibold leading-tight tracking-widest uppercase text-xs"
style={{ fontFamily: "'Nunito Sans', sans-serif" }}
>
Formiginese
</div>
</div>
<a href="#" className="flex items-center group shrink-0">
<img
src="/images/logo.png"
alt="Clinica Veterinaria Formiginese"
className="h-11 md:h-14 w-auto object-contain"
/>
</a>
{/* Desktop menu */}