From 5a1493331c85d9b69aa8e5ba7e8c00e1ee458914 Mon Sep 17 00:00:00 2001 From: eshanized Date: Fri, 3 Jan 2025 12:01:44 +0530 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20style:=20minor=20changes=20in=20ui?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/About.tsx | 40 ++++++++++++++++++++++++++++------------ 1 file changed, 28 insertions(+), 12 deletions(-) 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 +}