diff --git a/src/assets/img/HeroBannerImage.webp b/src/assets/img/HeroBannerImage.webp index 43aee5a..c59134b 100644 Binary files a/src/assets/img/HeroBannerImage.webp and b/src/assets/img/HeroBannerImage.webp differ diff --git a/src/components/button/DownloadButton.jsx b/src/components/button/DownloadButton.jsx index 27bc9ce..03213bf 100644 --- a/src/components/button/DownloadButton.jsx +++ b/src/components/button/DownloadButton.jsx @@ -28,7 +28,7 @@ function DownloadButton() { return ( handleButtonClick(href)} - className="text-text-primary font-semibold hover:underline text-center w-70 lg:w-80" + className="text-text-primary font-semibold hover:underline text-center w-fit lg:w-[320px]" href={href} > Download without Muse Hub diff --git a/src/components/button/DownloadMuseHubButton.jsx b/src/components/button/DownloadMuseHubButton.jsx index 5b59196..e29e65a 100644 --- a/src/components/button/DownloadMuseHubButton.jsx +++ b/src/components/button/DownloadMuseHubButton.jsx @@ -45,7 +45,7 @@ function DownloadMuseHubButton() { return ( handleButtonClick(href)} - className="flex items-center justify-center h-12 lg:h-16 w-70 lg:w-80 rounded-full bg-accent text-white font-semibold hover:opacity-90 transition-opacity" + className="flex items-center justify-center h-12 lg:h-16 w-fit lg:w-[320px] px-6 lg:px-8 rounded-full bg-accent text-white font-semibold hover:opacity-90 transition-opacity" href={href} > Download Audacity {audacityReleases.version} diff --git a/src/components/homepage/HeroBanner.astro b/src/components/homepage/HeroBanner.astro index d613fc1..82a99f5 100644 --- a/src/components/homepage/HeroBanner.astro +++ b/src/components/homepage/HeroBanner.astro @@ -5,16 +5,24 @@ import { Image } from "astro:assets"; import AudacityMockUp from "../../assets/img/HeroBannerImage.webp"; --- -
-
-
+
+
+
-
-

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

+
+
+

+ Audacity is the world's +

+

+ most popular audio editing +

+

+ and recording app +

+
-
+
-
diff --git a/src/styles/theme.cjs b/src/styles/theme.cjs index 67af169..3bc20e2 100644 --- a/src/styles/theme.cjs +++ b/src/styles/theme.cjs @@ -54,6 +54,8 @@ module.exports = { 20: ['1.25rem', { lineHeight: '1.5' }], // 20px 24: ['1.5rem', { lineHeight: '1.5' }], // 24px 32: ['2rem', { lineHeight: '1.25' }], // 32px + 40: ['2.5rem', { lineHeight: '1.2' }], // 40px + 48: ['3rem', { lineHeight: '1.1' }], // 48px 56: ['3.5rem', { lineHeight: '1' }], // 56px 64: ['4rem', { lineHeight: '1' }], // 64px },