diff --git a/package.json b/package.json
index cf740fe..f2d89f5 100644
--- a/package.json
+++ b/package.json
@@ -19,6 +19,7 @@
"@primer/octicons-react": "^19.15.5",
"@vitejs/plugin-react": "^4.3.3",
"axios": "^1.7.7",
+ "framer-motion": "^12.23.12",
"lucide-react": "^0.525.0",
"octokit": "^4.0.2",
"postcss": "^8.4.47",
diff --git a/src/pages/About/About.tsx b/src/pages/About/About.tsx
index c1d258d..04af204 100644
--- a/src/pages/About/About.tsx
+++ b/src/pages/About/About.tsx
@@ -1,58 +1,83 @@
+import { motion } from "framer-motion";
+import { Lightbulb, Users, Settings, Search } from "lucide-react";
+
+const features = [
+ {
+ icon:
- Welcome to GitHub Tracker! We simplify issue tracking for developers. -
+- We aim to provide an efficient and user-friendly way to track GitHub issues and pull requests. - Our goal is to make it easy for developers to stay organized and focused on their projects without getting bogged down by the details. -
++ We aim to provide an efficient and user-friendly way to track GitHub issues and pull requests. + Our goal is to make it easy for developers to stay organized and focused on their projects + without getting bogged down by the details. +
+- Track your GitHub issues seamlessly with intuitive filters and search options. -
-- Collaborate with your team in real-time, manage issues and pull requests effectively. -
-- Customize your issue tracking workflow to match your team's needs. -
-{feature.description}
+