diff --git a/src/components/about/MissionSection.tsx b/src/components/about/MissionSection.tsx index a1a32208..5606353f 100644 --- a/src/components/about/MissionSection.tsx +++ b/src/components/about/MissionSection.tsx @@ -6,29 +6,58 @@ export function MissionSection() { -
- -

Our Mission

+
+ +

Our Mission

-
-

+

+

Snigdha OS aims to provide security professionals and enthusiasts with the most comprehensive, - reliable, and up-to-date collection of security tools. Our mission is to enable the security - community to perform professional-grade security auditing and penetration testing with a - standardized, well-documented platform. + reliable, and up-to-date collection of security tools. Our mission is to empower the security + community with a standardized platform that allows for professional-grade security auditing and + penetration testing, enhancing both efficiency and accuracy.

-

Core Values

-
    -
  • Open Source: Maintaining transparency and community collaboration
  • -
  • Security: Providing robust tools for security testing
  • -
  • Education: Supporting learning and skill development
  • -
  • Community: Fostering a strong, supportive user community
  • +

    Core Values

    +
      + + Open Source: + Maintaining transparency and community collaboration. + + + Security: + Providing robust tools for security testing. + + + Education: + Supporting learning and skill development. + + + Community: + Fostering a strong, supportive user community. +
); -} \ No newline at end of file +} diff --git a/src/components/about/TeamSection.tsx b/src/components/about/TeamSection.tsx index 77e72752..d60bef4c 100644 --- a/src/components/about/TeamSection.tsx +++ b/src/components/about/TeamSection.tsx @@ -22,22 +22,24 @@ const teamStructure = [ export function TeamSection() { return ( -
+
{teamStructure.map((team, index) => ( -
- -

{team.title}

+
+
+ +
+

{team.title}

-

{team.description}

+

{team.description}

))}
); -} \ No newline at end of file +} diff --git a/src/components/about/Timeline.tsx b/src/components/about/Timeline.tsx index 0e52e32b..7a990f0d 100644 --- a/src/components/about/Timeline.tsx +++ b/src/components/about/Timeline.tsx @@ -19,22 +19,22 @@ export function Timeline() { key={release.version} initial={{ opacity: 0, x: -20 }} whileInView={{ opacity: 1, x: 0 }} - transition={{ delay: index * 0.1 }} - className="relative pl-12 pb-8" + transition={{ delay: index * 0.2, duration: 0.8 }} + className="relative pl-12 pb-12" > -
- +
+
-
-

- Kali {release.version} +
+

+ Snigdha OS {release.version}

- -

{release.description}

+ +

{release.description}

))}

); -} \ No newline at end of file +}