mirror of
https://github.com/Ichitux/lambada-fiesta-live.git
synced 2026-05-15 17:52:20 +02:00
Enable pm2 deploy & changes in visual
This commit is contained in:
@@ -84,12 +84,12 @@ const StaffSection = () => {
|
||||
className="snap-start shrink-0 w-4/5 sm:w-1/2 lg:w-1/3 xl:w-1/4 bg-card rounded-2xl overflow-hidden shadow-card hover:shadow-elevated transition-shadow group"
|
||||
>
|
||||
{/* Foto */}
|
||||
<div className="aspect-square bg-muted flex items-center justify-center overflow-hidden">
|
||||
<div className="bg-muted flex items-center justify-center overflow-hidden">
|
||||
{member.image ? (
|
||||
<img
|
||||
src={member.image}
|
||||
alt={member.name}
|
||||
className="w-full h-full object-cover group-hover:scale-105 transition-transform duration-500"
|
||||
className="w-full h-auto object-contain object-center group-hover:scale-105 transition-transform duration-500 bg-muted"
|
||||
/>
|
||||
) : (
|
||||
<User className="w-16 h-16 text-muted-foreground/40" />
|
||||
|
||||
Reference in New Issue
Block a user