Actualizar index.html

This commit is contained in:
2026-04-06 07:30:23 +00:00
parent 6df03beaaa
commit 26af28c0c4

View File

@@ -86,19 +86,19 @@
</header> </header>
<div id="promo-banner" class="hidden mt-4 mb-2 mx-5 fade-in relative"> <div id="promo-banner" class="hidden mt-4 mb-2 mx-5 fade-in relative">
<div onclick="openProtectionPlan()" class="relative cursor-pointer rounded-[2rem] overflow-hidden shadow-[0_12px_30px_rgba(15,23,42,0.18)] active:scale-[0.98] transition-all duration-300"> <div onclick="openProtectionPlan()" class="relative cursor-pointer rounded-3xl overflow-hidden shadow-[0_8px_20px_rgba(15,23,42,0.12)] active:scale-[0.98] transition-all duration-300">
<img <img
src="img/banner-proteccion.jpg" src="img/banner-proteccion.jpg"
alt="Plan Protección Eléctrica" alt="Plan Protección Eléctrica"
class="w-full h-auto block" class="w-full h-[120px] object-cover object-center block"
> >
<button <button
onclick="event.stopPropagation(); closeProtectionBanner()" onclick="event.stopPropagation(); closeProtectionBanner()"
class="absolute top-3 right-3 w-8 h-8 rounded-full bg-black/35 hover:bg-black/50 text-white flex items-center justify-center transition-all z-10" class="absolute top-2 right-2 w-7 h-7 rounded-full bg-black/35 hover:bg-black/50 text-white flex items-center justify-center transition-all z-10 backdrop-blur-sm"
> >
<i data-lucide="x" class="w-4 h-4"></i> <i data-lucide="x" class="w-3 h-3"></i>
</button> </button>
</div> </div>
</div> </div>