From df58d03b48192e8c89b296fc6ed3bf95ea5ec2a5 Mon Sep 17 00:00:00 2001 From: unknown Date: Sun, 12 Oct 2025 15:32:05 +0530 Subject: [PATCH] Update About Page --- src/components/Aboutpage/index.tsx | 87 +++++++++++++++++-- .../Aboutpage/sections/CallToAction.tsx | 79 ----------------- src/components/Aboutpage/sections/Hero.tsx | 54 ------------ .../Aboutpage/sections/MissionVision.tsx | 81 ----------------- .../Aboutpage/sections/TeamSection.tsx | 70 --------------- .../Aboutpage/sections/WhoWeAre.tsx | 73 +++++++--------- 6 files changed, 110 insertions(+), 334 deletions(-) delete mode 100644 src/components/Aboutpage/sections/CallToAction.tsx delete mode 100644 src/components/Aboutpage/sections/Hero.tsx delete mode 100644 src/components/Aboutpage/sections/MissionVision.tsx delete mode 100644 src/components/Aboutpage/sections/TeamSection.tsx diff --git a/src/components/Aboutpage/index.tsx b/src/components/Aboutpage/index.tsx index a4682d8a3..45103ca9e 100644 --- a/src/components/Aboutpage/index.tsx +++ b/src/components/Aboutpage/index.tsx @@ -1,23 +1,92 @@ -import HeroSection from "./sections/Hero"; -import MissionVision from "./sections/MissionVision"; import WhoWeAre from "./sections/WhoWeAre"; import Offerings from "./sections/Offerings"; import CoreValues from "./sections/CoreValues"; -import TeamSection from "./sections/TeamSection"; -import CallToAction from "./sections/CallToAction"; +import { Sparkles } from "lucide-react"; const About = () => { return (
- - + {/* */} +
+
+
+
+
+
+ + ABOUT CODEHARBORHUB +
+
+

+ Where Knowledge Meets Innovation +

+

+ At CodeHarborHub, we believe that learning is more than just + acquiring knowledge — it’s about transforming ideas into reality, + creativity into innovation, and passion into purpose. Our mission + is to empower learners, creators, and dreamers from every corner + of the world to explore their potential, build real-world + projects, and grow with a community that values collaboration and + curiosity. +

+
+
+
+ {/* Our Mission */} +
+

Our Mission

+
+
+
+
+

+ We're on a mission to democratize education and make + high-quality learning accessible to everyone, regardless of + their background, location, or financial circumstances. +

+

+ By breaking down traditional barriers in tech education, we're + creating pathways for millions to unlock their potential and + build the skills needed for tomorrow's world. +

+
+
+
+
+
+
+ 10M+ +
+
Learners Worldwide
+
+
+
+ 50+ +
+
Expert Instructors
+
+
+
+ 100+ +
+
Courses Available
+
+
+
+ 150+ +
+
Countries Reached
+
+
+
+
+
+
- -
); }; -export default About; \ No newline at end of file +export default About; diff --git a/src/components/Aboutpage/sections/CallToAction.tsx b/src/components/Aboutpage/sections/CallToAction.tsx deleted file mode 100644 index 24a55364f..000000000 --- a/src/components/Aboutpage/sections/CallToAction.tsx +++ /dev/null @@ -1,79 +0,0 @@ -import React from "react"; -import { motion } from "framer-motion"; -import { ArrowRight, Users, Star } from "lucide-react"; -import { contributors } from "../data/contributors"; -import { fadeInUp, scaleOnHover } from "../animations/motionVariants"; - -const CallToAction = () => ( - -
- -

- Ready to Start Your -
- Coding Journey? -

-

- Join thousands of learners transforming their careers with - CodeHarborHub. Your future in tech starts here. -

- -
- - Start Learning Today - - - - - - Join Our Community - -
- - {/* Contributors */} - -
- {contributors.map((c, i) => ( - - {c.name} - - ))} -
-
-
- {[...Array(5)].map((_, i) => ( - - ))} -
-

Trusted by 50,000+ learners

-
-
-
-
-
-); - -export default CallToAction; diff --git a/src/components/Aboutpage/sections/Hero.tsx b/src/components/Aboutpage/sections/Hero.tsx deleted file mode 100644 index e3d9f50cf..000000000 --- a/src/components/Aboutpage/sections/Hero.tsx +++ /dev/null @@ -1,54 +0,0 @@ -import React from "react"; -import { motion } from "framer-motion"; -import { Code2, Users, Rocket, BookOpen } from "lucide-react"; -import { fadeInUp } from "../animations/motionVariants"; - -const Hero = () => ( - -
- - - - - Welcome to CodeHarborHub - - - -

- About CodeHarborHub -

-

- Empowering Learners, Building Future Innovators -

-
- -
- {[Code2, Users, Rocket, BookOpen].map((Icon, index) => ( - - - - ))} -
-
-
-); - -export default Hero; diff --git a/src/components/Aboutpage/sections/MissionVision.tsx b/src/components/Aboutpage/sections/MissionVision.tsx deleted file mode 100644 index f1f77fda1..000000000 --- a/src/components/Aboutpage/sections/MissionVision.tsx +++ /dev/null @@ -1,81 +0,0 @@ -import React from "react"; -import { motion } from "framer-motion"; -import { Target, Rocket } from "lucide-react"; -import { fadeInUp } from "../animations/motionVariants"; - -const MissionVision = () => { - return ( - -
- -

- Our Mission & Vision -

-

- Driven by purpose, guided by innovation -

-
- -
- {/* Mission */} - -
-
-
- -
-

- Our Mission -

-
-

- To democratize quality programming education by providing - accessible, comprehensive, and practical learning resources - that empower individuals to transform their careers and - contribute to the tech community. -

-
-
- - {/* Vision */} - -
-
-
- -
-

- Our Vision -

-
-

- To become the world’s most trusted platform for learning - programming, fostering a global community where knowledge is - shared freely and every learner has the opportunity to reach - their full potential. -

-
-
-
-
-
- ); -}; - -export default MissionVision; \ No newline at end of file diff --git a/src/components/Aboutpage/sections/TeamSection.tsx b/src/components/Aboutpage/sections/TeamSection.tsx deleted file mode 100644 index 3d7764a8b..000000000 --- a/src/components/Aboutpage/sections/TeamSection.tsx +++ /dev/null @@ -1,70 +0,0 @@ -import React from "react"; -import { motion } from "framer-motion"; -import { Github, Twitter, Linkedin } from "lucide-react"; -import { teamMembers } from "../data/teamMembers"; -import { fadeInUp, staggerChildren } from "../animations/motionVariants"; - -const TeamSection = () => ( - -
- -

- Meet Our Team -

-

- Passionate educators and developers dedicated to your success -

-
- - - {teamMembers.map((member, index) => ( - -
- {member.name} -
-

- {member.name} -

-

- {member.role} -

- -
- ))} -
-
-
-); - -export default TeamSection; diff --git a/src/components/Aboutpage/sections/WhoWeAre.tsx b/src/components/Aboutpage/sections/WhoWeAre.tsx index a62f5fc0f..d6c4605af 100644 --- a/src/components/Aboutpage/sections/WhoWeAre.tsx +++ b/src/components/Aboutpage/sections/WhoWeAre.tsx @@ -12,57 +12,48 @@ const WhoWeAre = () => { viewport={{ once: true }} transition={{ duration: 0.8 }} > +

+ Who We Are +

- {/* Text */} - -

- Who We Are -

-
-

- CodeHarborHub was founded with one vision: everyone deserves access - to high-quality programming education. Built by passionate developers - and educators, we aim to bridge the gap between learning and real-world - industry skills. -

-

- Our community welcomes learners from all backgrounds — from complete - beginners taking their first step to seasoned professionals refining - their craft. -

-

- What sets us apart? A commitment to hands-on learning, open-source - collaboration, and building real-world projects that truly make a - difference. -

-
-
- - {/* Animated Graphic */} - -
-
- -
- -
-

- Empowering Learners Worldwide -

-
+
+
+ Vision Illustration
+ {/* Text */} + +
+

+ We at CodeHarborHub are a global community of enthusiastic + researchers, developers, and innovators committed to ensuring that + everyone has access to technology. We offer an open platform where + people can learn, develop, and work together through practical + projects and experiences, all based on the idea that knowledge + should be shared rather than restricted. +

+

+ Our goal is to help students become proficient developers and + creators who can transform their ideas into meaningful solutions + by bridging the gap between education and innovation. + CodeHarborHub provides the resources, guidance, and tools you need + to advance with confidence, whether your goal is to learn AI, + explore web development, or contribute to open-source. +

+
+
);