Update landing page to remove Linux support and adjust platform descriptions

- Modified metadata and various components to reflect the removal of Linux support, focusing on macOS and Windows.
- Updated descriptions in the layout, page, and footer components for consistency.
- Adjusted download links and icons to align with the new platform availability.
This commit is contained in:
Jamie Pine
2026-01-26 01:56:44 -08:00
parent 85935c1bbb
commit 595d735143
4 changed files with 20 additions and 11 deletions
+5 -3
View File
@@ -151,11 +151,13 @@ export default function Home() {
<span className="flex-1 text-center px-4">Windows</span>
</a>
</Button>
<Button asChild size="lg" className="w-full px-0">
<Button asChild size="lg" className="w-full px-0" disabled>
<a
href={downloadLinks.linux}
download
className="flex items-center w-full relative"
onClick={(e) => e.preventDefault()}
className="flex items-center w-full relative opacity-50 cursor-not-allowed"
title="Linux builds coming soon — Currently blocked by GitHub runner disk space limitations."
aria-label="Linux builds coming soon — Currently blocked by GitHub runner disk space limitations."
>
<div className="flex items-center gap-2 flex-shrink-0 pl-4">
<LinuxIcon className="h-5 w-5" />