This commit is contained in:
hamid zarghami
2025-03-03 11:14:49 +03:30
parent f6fa0890e4
commit ce9308e559
@@ -58,12 +58,12 @@ const OtherServicesComponent: FC = () => {
</div> </div>
<div className='flex w-full gap-6 items-center'> <div className='flex w-full gap-6 items-center'>
<div className='flex w-full flex-wrap xl:gap-6 gap-4 items-center mt-8'> <div className='flex items-stretch w-full flex-wrap xl:gap-6 gap-4 mt-8'>
{ {
getServices.data?.data?.services?.map((item: ItemServiceType) => { getServices.data?.data?.services?.map((item: ItemServiceType) => {
return ( return (
<div className='flex-1 min-w-full xl:min-w-0 bg-white rounded-3xl py-4 px-6'> <div className='flex-1 min-w-full xl:min-w-0 bg-white rounded-3xl py-4 px-6 '>
<div className='flex gap-2 justify-between items-center'> <div className='flex flex-col gap-2 justify-between items-center'>
<ServiceSection <ServiceSection
item={item} item={item}
/> />