update: update for the links | fix: fix animation for the card | remove: remove section fuel-card #5

Merged
adilovcode merged 4 commits from add-pages into dev 2025-04-27 18:55:21 +05:00
Showing only changes of commit 4e15eacee7 - Show all commits

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>