timing approve and quik access

This commit is contained in:
hamid zarghami
2025-03-05 16:11:28 +03:30
parent 6fba801ee9
commit 634fae4d4a
8 changed files with 120 additions and 76 deletions
+3 -1
View File
@@ -37,7 +37,7 @@ const Home: FC = () => {
:
<div className='w-full flex gap-6'>
<div className='flex-1'>
<Carousel autoplay className="rounded-xl overflow-hidden h-fit dltr z-[1]" placeholder="" onPointerEnterCapture={() => { }} onPointerLeaveCapture={() => { }} >
<Carousel autoplay className="rounded-xl carousel overflow-hidden h-fit dltr z-[1]" placeholder="" onPointerEnterCapture={() => { }} onPointerLeaveCapture={() => { }} >
{
getAds.data?.data?.ads?.map((item: AdsItemType) => {
return (
@@ -129,6 +129,8 @@ const Home: FC = () => {
key={item.service.id}
item={item.service}
className='flex-1 min-w-[40%] xl:!min-w-[20%] xl:p-6 p-4 flex flex-col'
isQuikAccess
businessName={item.userSubscription.businessName}
/>
)
})