diff --git a/src/pages/About.tsx b/src/pages/About.tsx index b5af21fa..5bca7900 100644 --- a/src/pages/About.tsx +++ b/src/pages/About.tsx @@ -5,35 +5,51 @@ import { MissionSection } from '../components/about/MissionSection'; export default function About() { return ( -
-
+
+
+ {/* Hero Section */} -

About Snigdha OS

-

+

+ About Snigdha OS +

+

The most advanced penetration testing distribution, made for security professionals.

-
-
+ {/* Content Sections */} +
+ {/* Mission Section */} +
+ {/* Team Section */}
-

Our Team Structure

- +

+ Our Team Structure +

+
+ +
+ {/* Timeline Section */}
-

Release Timeline

- +

+ Release Timeline +

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