}
+ icon={
}
title="Secure"
description="Regular security updates and a robust system architecture keep your data safe."
/>
}
+ icon={
}
title="Powerful"
description="Full access to the terminal and system components for advanced users."
/>
}
+ icon={
}
title="Free Forever"
description="Snigdha OS is free and open source. No costs, no subscriptions."
/>
}
+ icon={
}
title="Customizable"
description="Personalize your desktop environment to suit your needs and style."
/>
}
+ icon={
}
title="Community Support"
description="A vibrant community ready to help and share knowledge."
/>
}
+ icon={
}
title="Feature Rich"
description="Pre-installed applications and tools for everyday use."
/>
}
+ icon={
}
title="Energy Efficient"
description="Optimized performance to save energy and enhance hardware longevity."
/>
}
+ icon={
}
title="Fast Boot"
description="Experience faster boot times and smooth transitions."
/>
}
+ icon={
}
title="Advanced Tools"
description="Access specialized penetration testing and ethical hacking tools."
/>
@@ -282,9 +282,9 @@ function FeatureCard({
description: string;
}) {
return (
-
+
{icon}
-
{title}
+
{title}
{description}
);
@@ -317,17 +317,17 @@ function ReasonCard({
return (
{icon}
-
{title}
+
{title}
{description}
);
}
-const StatCard = ({ number, label }: { number: string; label: string }) => {
- return (
-
- );
-};
+// const StatCard = ({ number, label }: { number: string; label: string }) => {
+// return (
+//
+//
{number}
+//
{label}
+//
+// );
+// };