);
@@ -93,6 +96,7 @@ function App() {
} />
} />
+ } /> {/* ✅ Add About page route */}
);
diff --git a/frontend/src/components/about.js b/frontend/src/components/about.js
new file mode 100644
index 00000000..808563dc
--- /dev/null
+++ b/frontend/src/components/about.js
@@ -0,0 +1,65 @@
+import React from "react";
+import { Card, CardContent } from "@/components/ui/card";
+import { Button } from "@/components/ui/button";
+import { motion } from "framer-motion";
+
+const AboutUs = () => {
+ return (
+
+
+ About Us
+
+
+
+
+
+ Welcome to AI-Based Code Debugger,
+ your intelligent coding companion. Our mission is to empower developers by providing
+ real-time debugging assistance, code optimization suggestions, and AI-powered insights
+ to make programming faster and smarter.
+
+
+
+ We are passionate about bridging the gap between human creativity and artificial
+ intelligence. With a focus on accuracy, usability, and innovation, we aim to revolutionize
+ the way developers debug and enhance their code.
+
+
+
+ Join us on our journey to build the future of coding with AI. Whether you are a student,
+ beginner, or experienced professional, our platform is designed to support you at every
+ stage of development.
+
+
+
+ Welcome to AI Debug, your
+ AI-powered debugging companion. Our mission is to help developers find
+ and fix bugs smarter and faster with real-time insights and code
+ suggestions.
+
+
+
+ Whether you’re a beginner learning to code or an experienced developer
+ working on large projects, our platform provides intelligent
+ recommendations, performance optimizations, and bug detection powered by
+ AI.
+
+
+
+ We believe in making coding easier, more efficient, and accessible to
+ everyone. 🚀
+