fix: fix animation for the card

This commit is contained in:
khadiatullo 2025-04-27 15:38:50 +03:00
parent 2b8c5473c0
commit 4e15eacee7

View File

@ -85,7 +85,7 @@ export function CompanyTimeline() {
>
<Card
className='overflow-hidden transition-all hover:shadow-md'
data-aos={index % 2 === 0 ? 'fade-left' : 'fade-right'}
data-aos={index % 2 === 0 ? 'fade-up' : 'fade-right'}
>
<CardContent className='p-4'>
<p className='text-gray-600'>{event.description}</p>