Remove unused component

This commit is contained in:
Dilson's Pickles
2024-10-08 09:42:16 +11:00
parent 8d6e342748
commit 2b3b0dfd0e
2 changed files with 0 additions and 15 deletions

View File

@@ -1,14 +0,0 @@
---
import DownloadButton from "../button/DownloadButton.jsx";
import DownloadMuseHubButton from "../button/DownloadMuseHubButton";
---
<section class="bg-gray-100 pt-10 pb-12">
<div class="max-w-screen md:max-w-screen-lg mx-6 lg:mx-auto text-center">
<h2>Audacity is free, forever</h2>
<div class="flex flex-col sm:flex-row gap-4 mt-4 justify-center">
<DownloadButton client:visible />
<DownloadMuseHubButton client:visible />
</div>
</div>
</section>

View File

@@ -1,6 +1,5 @@
---
import BlogPosts from "../components/homepage/BlogPosts.astro";
import DownloadBanner from "../components/homepage/DownloadBanner.astro";
import HeroBanner from "../components/homepage/HeroBanner.astro";
import ReleaseVideo from "../components/homepage/ReleaseVideo";
import BaseLayout from "../layouts/BaseLayout.astro";