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 Unique Value Proposition + +
+ +
+ Meet Our Team + +
+ +
+ Our History and Milestones + +
+ +
+ Community and Impact + +
+ +
+ Our Core Values + +
+ +
+ Contact Us + +
+ +
+
- ) -} + ); +}; + -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 (