update: update for the links | fix: fix animation for the card | remove: remove section fuel-card #5
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user