diff --git a/src/components/layout/Header.tsx b/src/components/layout/Header.tsx
index f8757d2..bb410fc 100644
--- a/src/components/layout/Header.tsx
+++ b/src/components/layout/Header.tsx
@@ -14,7 +14,7 @@ export function Header() {
- Linux Mint
+ SNIGDHA OS
{/* Mobile menu button */}
@@ -50,7 +50,7 @@ function NavLinks({ isActive }: { isActive: (path: string) => boolean }) {
Home
@@ -58,7 +58,7 @@ function NavLinks({ isActive }: { isActive: (path: string) => boolean }) {
About
@@ -66,7 +66,7 @@ function NavLinks({ isActive }: { isActive: (path: string) => boolean }) {
Download
@@ -74,7 +74,7 @@ function NavLinks({ isActive }: { isActive: (path: string) => boolean }) {
Donors
@@ -82,7 +82,7 @@ function NavLinks({ isActive }: { isActive: (path: string) => boolean }) {
Maintainers
diff --git a/src/pages/Home.tsx b/src/pages/Home.tsx
index 6a12c03..99c4357 100644
--- a/src/pages/Home.tsx
+++ b/src/pages/Home.tsx
@@ -9,7 +9,7 @@ export function Home() {
Welcome to Snigdha OS
-
From freedom comes elegance
+
Arch based Linux Distribution for Penetration Testing and Ethical Hacking
-
-
- }
- title="Secure"
- description="Regular security updates and a robust system architecture keep your data safe."
- />
- }
- title="Powerful"
- description="Full access to the terminal and system components for advanced users."
- />
- }
- title="Free Forever"
- description="Linux Mint is free and open source. No costs, no subscriptions."
- />
-
-
-
+
+
Key Features
+
+ }
+ title="Secure"
+ description="Regular security updates and a robust system architecture keep your data safe."
+ />
+ }
+ title="Powerful"
+ description="Full access to the terminal and system components for advanced users."
+ />
+ }
+ title="Free Forever"
+ description="Linux Mint is free and open source. No costs, no subscriptions."
+ />
+ }
+ title="Customizable"
+ description="Personalize your desktop environment to suit your needs and style."
+ />
+ }
+ title="Community Support"
+ description="A vibrant community ready to help and share knowledge."
+ />
+ }
+ title="Feature Rich"
+ description="Pre-installed applications and tools for everyday use."
+ />
+ }
+ title="Energy Efficient"
+ description="Optimized performance to save energy and enhance hardware longevity."
+ />
+ }
+ title="Fast Boot"
+ description="Experience faster boot times and smooth transitions."
+ />
+ }
+ title="Advanced Tools"
+ description="Access specialized penetration testing and ethical hacking tools."
+ />
+
+
+
+
{/* Latest Release Section */}
-
-
-
Latest Release
-
-
-
-
-
-
-
Linux Mint 21.3
-
- Experience the latest features and improvements in our newest
- release. Enjoy enhanced performance, better hardware support, and
- a refined user interface.
-
-
-
-
-
-
-
- Learn More
-
-
-
-
-
+
+
+
Latest Release
+
+
+ {/* Image Section */}
+
+
-
- {/* Why Choose Linux Mint */}
-
-
-
Why Choose Linux Mint?
-
- }
- title="User-Friendly"
- description="Perfect for beginners and experts alike"
+ {/* Details Section */}
+
+
Linux Mint 21.3
+
+ Experience the latest features and improvements in our newest release.
+ Enjoy enhanced performance, better hardware support, and a refined user interface.
+
+
+
+ {/* Key Features */}
+
- }
- title="Active Community"
- description="Get help and support when you need it"
+
- }
- title="Stable & Reliable"
- description="Built on solid foundations"
+
- }
- title="Feature Rich"
- description="Everything you need, out of the box"
+
+
+
+
+ {/* Buttons */}
+
+
+ Download Now
+
+
+
+ View Changelog
+
+
+
-
+
+
+
+
+
+
+{/* Why Choose Linux Mint */}
+
+
+
Why Choose Linux Mint?
+
+ }
+ title="User-Friendly"
+ description="With its intuitive interface, Linux Mint provides a seamless experience for beginners and experts alike."
+ />
+ }
+ title="Active Community"
+ description="Join a vibrant community where users collaborate, share solutions, and build knowledge together."
+ />
+ }
+ title="Stable & Reliable"
+ description="Built on Ubuntu's LTS base, Linux Mint ensures long-term stability and security updates."
+ />
+ }
+ title="Feature Rich"
+ description="Get all the essential applications and tools pre-installed, saving you time and effort."
+ />
+ }
+ title="Privacy Focused"
+ description="Unlike many OS options, Linux Mint respects your privacy with no data tracking or telemetry."
+ />
+ }
+ title="Powerful Tools"
+ description="Access advanced system tools, a customizable terminal, and powerful package management with APT."
+ />
+ }
+ title="Free and Open Source"
+ description="Linux Mint is free forever, with its source code available for transparency and community-driven improvements."
+ />
+ }
+ title="Easy Upgrades"
+ description="Upgrading to new versions is straightforward, ensuring you always enjoy the latest features without hassle."
+ />
+
+
+
{/* Community Stats */}
@@ -141,7 +230,7 @@ export function Home() {
Download Now
@@ -174,7 +263,7 @@ function Feature({ title, description }: { title: string; description: string })
return (