footer
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user