diff --git a/app/(admin)/admin/dashboard/page.tsx b/app/(admin)/admin/dashboard/page.tsx index 7f3d529..b1cecd4 100644 --- a/app/(admin)/admin/dashboard/page.tsx +++ b/app/(admin)/admin/dashboard/page.tsx @@ -1,11 +1,11 @@ import DashboardContainer from "@/components/main/dashboard/dashboard-container"; export default function AdminPage() { - return ( -
-
- -
-
- ) -} \ No newline at end of file + return ( +
+
+ +
+
+ ); +} diff --git a/components/main/dashboard/dashboard-container.tsx b/components/main/dashboard/dashboard-container.tsx index 0d09829..a86382a 100644 --- a/components/main/dashboard/dashboard-container.tsx +++ b/components/main/dashboard/dashboard-container.tsx @@ -1,5 +1,14 @@ -'use client' -import { DashboardBookmarkIcon, DashboardBriefcaseIcon, DashboardConnectIcon, DashboardMailboxIcon, DashboardRightDownPointIcon, DashboardSpeecIcon, DashboardTopLeftPointIcon, DashboardUserIcon } from "@/components/icons/dashboard-icon"; +"use client"; +import { + DashboardBookmarkIcon, + DashboardBriefcaseIcon, + DashboardConnectIcon, + DashboardMailboxIcon, + DashboardRightDownPointIcon, + DashboardSpeecIcon, + DashboardTopLeftPointIcon, + DashboardUserIcon, +} from "@/components/icons/dashboard-icon"; import { Submenu1Icon } from "@/components/icons/sidebar-icon"; import { Button, Select, SelectItem, SelectSection } from "@nextui-org/react"; import ApexChartColumn from "./chart/column-chart"; @@ -7,170 +16,202 @@ import ApexChartDonut from "./chart/donut-chart"; import ApexChartLineArea from "./chart/line-area-chart"; export default function DashboardContainer() { - return ( -
-
-
-
-
-
Employees
-
96
-
-
-
-
Clients
-
3650
-
-
-
-
Projects
-
356
-
-
-
-
Events
-
696
-
-
-
-
Payroll
-
$96k
-
-
-
-
Reports
-
56
-
-
-
-
-
-
Revenue Update - Overview of Profit -
-
- -
-
-
-
- -
-
-
-
- -
-
-

$63,489.50

-

Total Earnings

-
-
-
-
-
-

Earning this month

-

$48,820

-
-
-
-
-
-

Expense this month

-

$26,498

-
-
- -
-
-
-
-
-
-

Yearly Breakup

-
-

$36,358

-
-
-

+9% last year

-
-

-

-
- 2020 -
-
-
- 2020 -
-

- -
-
-
-
-
-
- Monthly Earning - $ -
-
-

$6,820

-
-
- -
-

-6% last year

-
-
-
-
-
-
-
bawah
+ return ( +
+
+
+
+
+
+
Employees
+
96
+
+
+
+ +
+
Clients
+
3650
+
+
+
+ +
+
Projects
+
356
+
+
+
+ +
+
Events
+
696
+
+
+
+ +
+
Payroll
+
$96k
+
+
+
+ +
+
Reports
+
56
+
- ) -} \ No newline at end of file +
+
+
+
+ Revenue Update + + Overview of Profit + +
+
+ +
+
+
+
+ +
+
+
+
+ +
+
+

$63,489.50

+

Total Earnings

+
+
+
+
+
+

Earning this month

+

$48,820

+
+
+
+
+
+

Expense this month

+

$26,498

+
+
+ +
+
+
+
+
+
+

Yearly Breakup

+
+

$36,358

+
+
+ +
+

+9% last year

+
+
+

+

+
+ 2020 +
+
+
+ 2020 +
+

+
+
+ +
+
+
+
+
+ Monthly Earning + + $ + +
+
+

$6,820

+
+
+ +
+

-6% last year

+
+
+
+
+ +
+
+
+
+
+
+ ); +}