@@ -56,33 +55,30 @@ export function Home() {
Arch-based Linux Distribution for Penetration Testing and Ethical Hacking. Snigdha OS provides a powerful platform with the latest tools for cybersecurity professionals. 🔐💻
- {/* Call-to-action button for downloading */}
Download Now 🚀
- {/* Call-to-action button for documentation */}
Documentation 📚
- {/* Additional Call-to-Action */}
Join a community of like-minded individuals dedicated to enhancing the security and safety of the digital world. 🌍🔧 Explore our open-source ecosystem and contribute to the next-gen tools.
Join The Community 🤝
@@ -92,13 +88,12 @@ export function Home() {
{/* Features Section */}
-
+
-
+
Key Features ✨
- {/* Reusable feature card component */}
}
title="Secure 🔒"
@@ -125,7 +120,7 @@ export function Home() {
description="A vibrant community ready to help and share knowledge."
/>
}
+ icon={}
title="Feature Rich ⚡"
description="Pre-installed applications and tools for everyday use."
/>
@@ -150,81 +145,77 @@ export function Home() {
{/* Latest Release Section */}
-
-
- 🎉 Latest Release: Snigdha OS | Arctic V ❄️
-
+
+
+ 🎉 Latest Release: Snigdha OS | Arctic V ❄️
+
-
- {/* Image Section */}
-
-
-
+
+
+
+
- {/* Release Details Section */}
-
-
- Snigdha OS | Arctic V brings performance enhancements, better hardware support, and a whole new visual refresh! Experience the best of both worlds: sleek design and robust functionality. 🚀
-
+
+
+ Snigdha OS | Arctic V brings performance enhancements, better hardware support, and a whole new visual refresh! Experience the best of both worlds: sleek design and robust functionality. 🚀
+
-
- {/* Key Features */}
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+ Download Now 🚀
+
+
+
+ View Changelog 📜
+
+
+
+
-
- {/* Buttons */}
-
-
-
- Download Now 🚀
-
-
-
- View Changelog 📜
-
-
-
-
-
-
+
{/* Why Choose Snigdha OS */}
-
Why Choose Snigdha OS? 🤔
+
Why Choose Snigdha OS? 🤔
}
@@ -242,11 +233,10 @@ export function Home() {
description="Built on Ubuntu's LTS base, Snigdha OS ensures long-term stability and security updates."
/>
}
+ icon={}
title="Lightweight ⚡"
description="With optimized performance, Snigdha OS works well on both older and newer hardware."
/>
- {/* Extended reasons */}
}
title="Customizable 🖌️"
@@ -277,14 +267,14 @@ export function Home() {
const FeatureCard = ({ icon, title, description }: { icon: React.ReactNode; title: string; description: string }) => (