This commit is contained in:
hamid zarghami
2025-03-28 18:19:02 +03:30
parent ef64cb9694
commit fff96e33d2
13 changed files with 186 additions and 148 deletions
+3 -3
View File
@@ -3,12 +3,12 @@ import ServiceItem from '@/components/ServiceItem'
const DanakSuggestedService: FC = () => {
return (
<div className='max-w-maxWidth mx-auto mt-20'>
<h2 className='text-2xl'>
<div className='max-w-maxWidth mx-auto xl:mt-20 mt-12'>
<h2 className='xl:text-2xl text-sm font-bold text-center xl:text-right'>
سرویس های پیشنهادی داناک
</h2>
<div className='mt-14 flex gap-8'>
<div className='xl:mt-14 mt-10 flex xl:flex-row flex-col gap-8'>
<ServiceItem />
<ServiceItem />
</div>