diff --git a/src/components/button/DownloadMuseHubButton.jsx b/src/components/button/DownloadMuseHubButton.jsx index acd1dc6..56a1207 100644 --- a/src/components/button/DownloadMuseHubButton.jsx +++ b/src/components/button/DownloadMuseHubButton.jsx @@ -14,7 +14,7 @@ function DownloadMuseHubButton(props) { className="flex h-12 gap-3 px-4 items-center rounded justify-center whitespace-nowrap border border-blue-700 text-blue-700 hover:bg-blue-700 hover:text-white" href={href} > - Download with free effects and samples + Download with free VST effects ); } diff --git a/src/components/homepage/HeroBanner.astro b/src/components/homepage/HeroBanner.astro index e231115..cc176cf 100644 --- a/src/components/homepage/HeroBanner.astro +++ b/src/components/homepage/HeroBanner.astro @@ -17,7 +17,7 @@ import DownloadMuseHubButton from "../button/DownloadMuseHubButton";
-
+