import React from 'react'; import { Download, Shield, Terminal, Award, Users, Coffee, ArrowRight, Star, Book } from 'lucide-react'; import { Link } from 'react-router-dom'; export function Home() { return (
{/* Embedded CSS */} {/* Hero Section */}
Background

Welcome to Snigdha OS 🌐

Arch-based Linux Distribution for Penetration Testing and Ethical Hacking. Snigdha OS provides a powerful platform with the latest tools for cybersecurity professionals. 🔐💻

Download Now 🚀 Documentation 📚

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 🤝
{/* Features Section */}

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="Snigdha OS 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: Snigdha OS | Arctic V ❄️

Snigdha OS Desktop

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. 🚀

Download Now 🚀 View Changelog 📜
{/* Why Choose Snigdha OS */}

Why Choose Snigdha OS? 🤔

} title="User-Friendly 😊" description="With its intuitive interface, Snigdha OS 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, Snigdha OS ensures long-term stability and security updates." /> } title="Lightweight ⚡" description="With optimized performance, Snigdha OS works well on both older and newer hardware." /> } title="Customizable 🖌️" description="Snigdha OS offers extensive customization options, so you can tailor the OS to your exact needs." /> } title="Top-Notch Security 🛡️" description="Snigdha OS is built with a strong focus on security. Regular updates and patches ensure that your system is always safe." /> } title="Performance Focused 🚀" description="Snigdha OS is optimized to deliver high performance even on low-spec hardware, ensuring smooth operation." /> } title="Frequent Updates 🔄" description="Get regular updates with the latest features, bug fixes, and security patches." />
); } const FeatureCard = ({ icon, title, description }: { icon: React.ReactNode; title: string; description: string }) => (
{icon}

{title}

{description}

); const Feature = ({ title, description }: { title: string; description: string }) => (

{title}

{description}

); const ReasonCard = ({ icon, title, description, }: { icon: React.ReactNode; title: string; description: string; }) => (
{icon}

{title}

{description}

);