diff --git a/src/pages/manage/index.tsx b/src/pages/manage/index.tsx index 7e1b52238..0de53cc5b 100644 --- a/src/pages/manage/index.tsx +++ b/src/pages/manage/index.tsx @@ -12,26 +12,29 @@ import { import { IconArrowRight } from '@tabler/icons-react'; import Image from 'next/image'; import { MainLayout } from '~/components/layout/admin/main-admin.layout'; +import { useScreenLargerThan } from '~/hooks/useScreenLargerThan'; const ManagementPage = () => { const { classes } = useStyles(); + const largerThanMd = useScreenLargerThan('md'); return ( - - + + Welcome back, Manicraft1001 - - Are you ready to organize? -
- You currently have 3 dashboards with 39 apps on them. -
+ Welcome to Your Application Hub. Organize, Optimize, and Conquer!
- - + +