diff --git a/src/app/admin/page.tsx b/src/app/admin/page.tsx
new file mode 100644
index 0000000..ec33e66
--- /dev/null
+++ b/src/app/admin/page.tsx
@@ -0,0 +1,64 @@
+"use client";
+
+import ReactLenis from "lenis/react";
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
+import FeatureBento from "@/components/sections/feature/FeatureBento";
+import MetricCardOne from "@/components/sections/metrics/MetricCardOne";
+import { Shield, Users, Settings, Bell, FileText, UserCheck } from "lucide-react";
+
+export default function AdminDashboardPage() {
+ return (
+
+
+
+
+
+
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/src/app/page.tsx b/src/app/page.tsx
index f6cbffe..b507cfd 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -65,24 +65,21 @@ export default function WebAgency2Page() {
carouselItemClassName="!aspect-[4/5]"
/>
@@ -177,4 +174,4 @@ export default function WebAgency2Page() {
);
-}
\ No newline at end of file
+}