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