From 3758cd1eeaaa84d7efed198a0a2152147625bb1b Mon Sep 17 00:00:00 2001 From: LWinterberg <87814144+LWinterberg@users.noreply.github.com> Date: Mon, 17 Mar 2025 12:50:09 +0100 Subject: [PATCH] side-by-side download buttons --- src/components/button/DownloadButton.jsx | 9 +++++++-- src/components/button/DownloadMuseHubButton.jsx | 10 ++++------ src/components/homepage/HeroBanner.astro | 14 +++++++------- 3 files changed, 18 insertions(+), 15 deletions(-) diff --git a/src/components/button/DownloadButton.jsx b/src/components/button/DownloadButton.jsx index bf01020e..6669fe70 100644 --- a/src/components/button/DownloadButton.jsx +++ b/src/components/button/DownloadButton.jsx @@ -28,10 +28,15 @@ function DownloadButton() { return ( handleButtonClick(href)} - className="text-white font-semibold hover:underline" + className="flex py-3 px-4 gap-3 rounded-md items-center bg-yellow-300 hover:bg-yellow-400 active:bg-yellow-500 w-fit" href={href} > - Download without Muse Hub +
+ +

+ Download Audacity {audacityReleases.version}
+ Installs with no extras

+
); } diff --git a/src/components/button/DownloadMuseHubButton.jsx b/src/components/button/DownloadMuseHubButton.jsx index 2670f67c..c418a533 100644 --- a/src/components/button/DownloadMuseHubButton.jsx +++ b/src/components/button/DownloadMuseHubButton.jsx @@ -45,16 +45,14 @@ function DownloadMuseHubButton() { return ( handleButtonClick(href)} - className="flex py-3 px-4 gap-3 rounded-md justify-center bg-yellow-300 hover:bg-yellow-400 active:bg-yellow-500 w-fit" + className="flex py-3 px-4 gap-3 rounded-md items-center bg-white hover:bg-gray-200 active:bg-yellow-500 w-fit" href={href} >

- - Download Audacity {audacityReleases.version} - -
- {false && via MuseHub} + + Audacity + free effects
+ via MuseHub Installer

); diff --git a/src/components/homepage/HeroBanner.astro b/src/components/homepage/HeroBanner.astro index 0272e080..32f360e7 100644 --- a/src/components/homepage/HeroBanner.astro +++ b/src/components/homepage/HeroBanner.astro @@ -9,25 +9,25 @@ import DownloadMuseHubButton from "../button/DownloadMuseHubButton"; class="grid grid-cols-12 max-w-screen-lg mx-6 sm:mx-16 xl:mx-auto py-8 md:py-16 sm:py-12 gap-6 md:gap-0" >

Audacity is the world's most popular audio editing and recording app

-
- - +
+ +