update: update animation
This commit is contained in:
parent
ad57eed6e9
commit
d77e4b4610
@ -15,7 +15,7 @@ import {
|
|||||||
} from '@/shared/shadcn-ui/card';
|
} from '@/shared/shadcn-ui/card';
|
||||||
|
|
||||||
import { TransactionsTable } from '@/widgets/transactions-table';
|
import { TransactionsTable } from '@/widgets/transactions-table';
|
||||||
import Loader from '@/shared/shadcn-ui/loader';
|
import Loader from '@/shared/components/loader';
|
||||||
|
|
||||||
export function CustomerDashboard() {
|
export function CustomerDashboard() {
|
||||||
const { t } = useTextController();
|
const { t } = useTextController();
|
||||||
|
|||||||
@ -138,7 +138,7 @@ export function LoyaltyPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className='grid gap-8 sm:grid-cols-2 lg:grid-cols-4'>
|
<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'>
|
<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
|
1
|
||||||
</div>
|
</div>
|
||||||
@ -149,7 +149,7 @@ export function LoyaltyPage() {
|
|||||||
{t('clients.loyalty.works.stage.description-1')}
|
{t('clients.loyalty.works.stage.description-1')}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</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'>
|
<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
|
2
|
||||||
</div>
|
</div>
|
||||||
@ -160,7 +160,7 @@ export function LoyaltyPage() {
|
|||||||
{t('clients.loyalty.works.stage.description-2')}
|
{t('clients.loyalty.works.stage.description-2')}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</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'>
|
<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
|
3
|
||||||
</div>
|
</div>
|
||||||
@ -171,7 +171,7 @@ export function LoyaltyPage() {
|
|||||||
{t('clients.loyalty.works.stage.description-3')}
|
{t('clients.loyalty.works.stage.description-3')}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</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'>
|
<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
|
4
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user