diff --git a/src/pages/Download.tsx b/src/pages/Download.tsx index a7b1b8e..88666cf 100644 --- a/src/pages/Download.tsx +++ b/src/pages/Download.tsx @@ -1,5 +1,5 @@ import React from 'react'; -import { Download as DownloadIcon, Monitor, Server, HardDrive } from 'lucide-react'; +import { Download as DownloadIcon, Monitor, Server, HardDrive, Smartphone, Code } from 'lucide-react'; export function DownloadPage() { return ( @@ -7,7 +7,7 @@ export function DownloadPage() {
{/* Hero Section */}
-

Download Linux Mint

+

Download Snigdha OS

Choose the edition that best suits your needs. All versions are free to download and use. @@ -15,11 +15,11 @@ export function DownloadPage() {

{/* Edition Cards */} -
+
} + icon={} recommended={true} /> } /> + } + /> + } + /> + } + /> + } + /> + } + />
{/* System Requirements */} @@ -66,17 +91,17 @@ export function DownloadPage() {
@@ -97,9 +122,9 @@ function EditionCard({ recommended?: boolean; }) { return ( -
+
{recommended && ( -
+
Recommended
)} @@ -107,7 +132,7 @@ function EditionCard({

{title}

{description}

- @@ -135,8 +160,8 @@ function MirrorButton({

{region}

{speed}

- +
); -} \ No newline at end of file +}