update: update animation
This commit is contained in:
parent
ad57eed6e9
commit
d77e4b4610
@ -15,7 +15,7 @@ import {
|
||||
} from '@/shared/shadcn-ui/card';
|
||||
|
||||
import { TransactionsTable } from '@/widgets/transactions-table';
|
||||
import Loader from '@/shared/shadcn-ui/loader';
|
||||
import Loader from '@/shared/components/loader';
|
||||
|
||||
export function CustomerDashboard() {
|
||||
const { t } = useTextController();
|
||||
|
||||
@ -138,7 +138,7 @@ export function LoyaltyPage() {
|
||||
</div>
|
||||
|
||||
<div className='grid gap-8 sm:grid-cols-2 lg:grid-cols-4'>
|
||||
<div data-aos='zoom-in-right' className='text-center'>
|
||||
<div data-aos='zoom-in-up' className='text-center'>
|
||||
<div className='mx-auto mb-4 flex h-16 w-16 items-center justify-center rounded-full bg-red-600 text-2xl font-bold text-white'>
|
||||
1
|
||||
</div>
|
||||
@ -149,7 +149,7 @@ export function LoyaltyPage() {
|
||||
{t('clients.loyalty.works.stage.description-1')}
|
||||
</p>
|
||||
</div>
|
||||
<div data-aos='zoom-in-right' className='text-center'>
|
||||
<div data-aos='zoom-in-up' className='text-center'>
|
||||
<div className='mx-auto mb-4 flex h-16 w-16 items-center justify-center rounded-full bg-red-600 text-2xl font-bold text-white'>
|
||||
2
|
||||
</div>
|
||||
@ -160,7 +160,7 @@ export function LoyaltyPage() {
|
||||
{t('clients.loyalty.works.stage.description-2')}
|
||||
</p>
|
||||
</div>
|
||||
<div data-aos='zoom-in-right' className='text-center'>
|
||||
<div data-aos='zoom-in-up' className='text-center'>
|
||||
<div className='mx-auto mb-4 flex h-16 w-16 items-center justify-center rounded-full bg-red-600 text-2xl font-bold text-white'>
|
||||
3
|
||||
</div>
|
||||
@ -171,7 +171,7 @@ export function LoyaltyPage() {
|
||||
{t('clients.loyalty.works.stage.description-3')}
|
||||
</p>
|
||||
</div>
|
||||
<div data-aos='zoom-in-right' className='text-center'>
|
||||
<div data-aos='zoom-in-up' className='text-center'>
|
||||
<div className='mx-auto mb-4 flex h-16 w-16 items-center justify-center rounded-full bg-red-600 text-2xl font-bold text-white'>
|
||||
4
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user