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
+4
View File
@@ -14,6 +14,7 @@ import { useGetQuikAccess } from './hooks/useHomeData'
import { QuikAccessItemType } from './types/HomeTypes'
import ServiceItem from '../../components/ServiceItem'
import PageLoading from '../../components/PageLoading'
import { Helmet } from 'react-helmet-async';
const Home: FC = () => {
@@ -24,6 +25,9 @@ const Home: FC = () => {
return (
<Fragment>
<Helmet>
<title>داناک | پیشخوان</title>
</Helmet>
{
getAds.isPending || getQuikAccess.isPending ?
<div className='mt-5'>