diff --git a/src/app/dashboard/page.tsx b/src/app/dashboard/page.tsx index 319b74b..b5e6eb1 100644 --- a/src/app/dashboard/page.tsx +++ b/src/app/dashboard/page.tsx @@ -4,7 +4,8 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; -import { Users, TrendingUp, Award, Settings, Bell, User, BarChart, Activity } from "lucide-react"; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; +import { BarChart3, TrendingUp, Users, Clock, Award } from "lucide-react"; export default function DashboardPage() { return ( @@ -22,65 +23,42 @@ export default function DashboardPage() { > -
-
-
- -
-
-

Notifications

-

No pending alerts for your current mentorship sessions.

-
-
+
+ +
-
-
-

Session Analytics

-
- -
-
-
-

User Profile

-
-
-
-

Senior Mentor

-

Lead Software Architect

-
-
-
-
- -
- -
-
+
); -} \ No newline at end of file +}