Rimuove icona brand dal footer
This commit is contained in:
@@ -25,27 +25,15 @@ export default function Footer() {
|
||||
<div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-10">
|
||||
{/* Brand */}
|
||||
<div className="lg:col-span-1">
|
||||
<div className="flex items-center gap-3 mb-4">
|
||||
<div className="w-10 h-10 rounded-full bg-[#1B4F72] flex items-center justify-center">
|
||||
<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 className="mb-4">
|
||||
<div
|
||||
className="font-bold text-white leading-tight"
|
||||
style={{ fontFamily: "'Cormorant Garamond', serif", fontSize: "1rem" }}
|
||||
>
|
||||
Clinica Veterinaria
|
||||
</div>
|
||||
<div>
|
||||
<div
|
||||
className="font-bold text-white leading-tight"
|
||||
style={{ fontFamily: "'Cormorant Garamond', serif", fontSize: "1rem" }}
|
||||
>
|
||||
Clinica Veterinaria
|
||||
</div>
|
||||
<div className="text-[#4ECDC4] text-xs font-semibold tracking-widest uppercase">
|
||||
Formiginese
|
||||
</div>
|
||||
<div className="text-[#4ECDC4] text-xs font-semibold tracking-widest uppercase">
|
||||
Formiginese
|
||||
</div>
|
||||
</div>
|
||||
<p className="text-white/60 text-sm leading-relaxed mb-4">
|
||||
|
||||
Reference in New Issue
Block a user