change card

This commit is contained in:
2026-04-09 12:02:14 +01:00
parent 07756128d3
commit 8a274e0623
3 changed files with 188 additions and 25 deletions
-6
View File
@@ -37,12 +37,6 @@ function PromoStripSingleSlide({ photo, onRatioLoad }: SlideProps) {
}}
/>
{/* Label Interna - Estilo Premium/iOS */}
<div className="absolute bottom-6 left-6 z-10 md:bottom-10 md:left-10">
<span className=" bg-black/40 backdrop-blur-xl px-4 py-2 text-[10px] font-bold uppercase tracking-[0.2em] text-white border border-white/10 shadow-2xl">
Destaque
</span>
</div>
</div>
);
}