From 1428541e9a2ecd6fd6d4a01240c7b4aaf9d8ce47 Mon Sep 17 00:00:00 2001 From: Eshan Roy Date: Sun, 8 Dec 2024 00:46:21 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(=5Fstats):=20remove=20statis?= =?UTF-8?q?tics?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/Home.tsx | 56 +++++++++++++++++++++++----------------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/src/pages/Home.tsx b/src/pages/Home.tsx index e12d951..7a3739b 100644 --- a/src/pages/Home.tsx +++ b/src/pages/Home.tsx @@ -1,5 +1,5 @@ import React from 'react'; -import { Download, Shield, Terminal, Award, Users, Coffee, ArrowRight, Star } from 'lucide-react'; +import { Download, Shield, Terminal, Award, Users, Coffee, ArrowRight, Star, Book } from 'lucide-react'; import { Link } from 'react-router-dom'; export function Home() { @@ -30,15 +30,15 @@ export function Home() { className="bg-white text-indigo-700 px-8 py-4 rounded-[5px] font-semibold shadow-lg transform hover:scale-105 hover:bg-gray-100 transition-all duration-300 inline-flex items-center space-x-3" > - Download Now + Download Now [Arctic V] - - Learn More + + Documentation @@ -48,11 +48,11 @@ export function Home() { 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 Our Community + Join The Community @@ -61,52 +61,52 @@ export function Home() { {/* Features Section */}
-

+

Key Features

} + 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 ( -
-
{number}
-

{label}

-
- ); -}; +// const StatCard = ({ number, label }: { number: string; label: string }) => { +// return ( +//
+//
{number}
+//

{label}

+//
+// ); +// };