@@ -12,6 +12,7 @@ export interface HomePageProps {} const Home: NextPageWithLayout = () => { const deviceType = getDeviceType() + const isDesktop = deviceType === 'desktop' const router = useRouter() const account_type = useAppSelector((state) => state.user.account_type) @@ -70,11 +71,11 @@ const Home: NextPageWithLayout = () => { ] return ( - - + + = () => { Главная - +