This commit is contained in:
hamid zarghami
2025-02-26 14:57:11 +03:30
parent e3466bc951
commit 7a4e8ecaa5
29 changed files with 350 additions and 39 deletions
+5
View File
@@ -10,6 +10,7 @@ import ServiceItem from '../../components/ServiceItem'
import OtherServicesComponent from './components/OtherServices'
import { useGetAds } from '../ads/hooks/useAdsData'
import { AdsDisplayLocation, AdsItemType } from '../ads/types/AdsTypes'
import { Helmet } from 'react-helmet-async'
const OtherServices: FC = () => {
@@ -22,6 +23,10 @@ const OtherServices: FC = () => {
return (
<div className='w-full flex gap-6'>
<Helmet>
<title>داناک | لیست سرویس ها
</title>
</Helmet>
<div className='flex-1'>
{
getSuggestedServices.isPending || getAdsLeft.isPending ?