diff --git a/src/app/dashboard/page.tsx b/src/app/dashboard/page.tsx new file mode 100644 index 0000000..f87555b --- /dev/null +++ b/src/app/dashboard/page.tsx @@ -0,0 +1,62 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import ReactLenis from "lenis/react"; +import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; +import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; +import { LayoutDashboard, Users, CheckCircle2, UserX } from 'lucide-react'; + +export default function DashboardPage() { + return ( + + + + +
+ +
+ + +
+
+ ); +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 84f8eb1..ecc77eb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,22 +28,11 @@ export default function LandingPage() { @@ -243,38 +119,8 @@ export default function LandingPage() {