diff --git a/index.html b/index.html
index 6f7b2ef..8db989b 100644
--- a/index.html
+++ b/index.html
@@ -1,13 +1,16 @@
-
-
-
-
-
- vite-project
-
-
-
-
-
-
+
+
+
+
+
+
+ Analytrick
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/App.jsx b/src/App.jsx
index b4f6543..76c639b 100644
--- a/src/App.jsx
+++ b/src/App.jsx
@@ -1,5 +1,160 @@
function App() {
- return <>>;
+ return (
+ <>
+
+
+
+
+
Total Employees
+
125
+
+
👥
+
+
+
+
+
+
+
Attendance Today
+
113
+
+
🕒
+
+
+
+
+
+
+
+
Monthly Attendance
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
Recent Activities
+
+
+
+
👨
+
John Doe added a new employee
+
+
5 mins ago
+
+
+
+
+
👩
+
Payroll processed for June
+
+
30 mins ago
+
+
+
+
+
🧑
+
Finance report updated
+
+
1 hour ago
+
+
+
+
+
+
+
+>
+);
}
export default App;