diff --git a/frontend/src/components/About.jsx b/frontend/src/components/About.jsx
index ed2e84c..f74f545 100644
--- a/frontend/src/components/About.jsx
+++ b/frontend/src/components/About.jsx
@@ -1,14 +1,88 @@
import React from 'react'
-import Navbar from './Navbar'
-const About = () => {
+const About = () => {
return (
-
-
-
- About
+
+
+
+
+
+
+
+
+
+
+ Our Mission and Our Vision
+
+ Our Mission is to connect passionate individuals with live projects, enabling them to gain practical experience, expand their skill set, and contribute to real-world products.
+ We envision a future where learning and collaboration go hand in hand, propelling the growth and innovation of the tech industry.
+
+
+
+
+ Our Unique Value Proposition
+
+ At CodeBooter, we offer an immersive platform that bridges the gap between learning and practical application.
+ By providing a curated repository of projects, a supportive community, and a wealth of learning resources, we create an environment where individuals can sharpen their skills, build their portfolios, and make meaningful contributions to projects they are passionate about.
+
+
+
+
+ Meet Our Team
+
+ We are a team of dedicated professionals with diverse backgrounds in software development, design, and community building.
+ Our collective expertise and passion for technology drive us to create an engaging and inclusive space for individuals to thrive.
+
+
+
+
+ Our History and Milestones
+
+ Since our inception in [year], we have reached significant milestones that have shaped our journey.
+ From launching our platform to forging partnerships with leading tech organizations, we have continuously strived to provide the best experience for our community. Our growth is a testament to the impact we have made and the trust we have earned from our users.
+
+
+
+
+ Community and Impact
+
+ CodeBooter has brought together a vibrant community of tech enthusiasts, project contributors, and learners.
+ Through our platform, we have witnessed countless success stories, where individuals have honed their skills, collaborated on exciting projects, and landed rewarding opportunities. Together, we are making a lasting impact on the tech industry and fostering a culture of continuous learning.
+
+
+
+
+ Our Core Values
+
+ At CodeBooter, we uphold core values that drive our work and define our community. We are committed to inclusivity, fostering a supportive environment where everyone's voice is heard.
+ We value innovation, pushing the boundaries of technology and inspiring creativity. Knowledge sharing is at the heart of what we do, as we believe in the power of learning from and teaching others.
+
+
+
+
+ Contact Us
+
+ We would love to hear from you! Whether you have questions, feedback, or partnership inquiries, please reach out to us at [email protected]
+ You can also connect with us on social media platforms, such as Twitter, Facebook, and LinkedIn.
+
+
+
+
+
- )
-}
+ );
+};
+
-export default About
\ No newline at end of file
+export default About;
\ No newline at end of file
diff --git a/frontend/src/components/Contact.jsx b/frontend/src/components/Contact.jsx
index 58807f0..7b2f797 100644
--- a/frontend/src/components/Contact.jsx
+++ b/frontend/src/components/Contact.jsx
@@ -1,5 +1,4 @@
import React from 'react'
-import { motion } from "framer-motion"
const Contact = () => {
return (