Omit additional download banner

This commit is contained in:
Dilson's Pickles
2024-05-01 16:40:52 +10:00
parent 33df28d6b8
commit 73ca8af418
2 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

View File

@@ -8,6 +8,7 @@ import ShareYourSounds from "../components/homepage/ShareYourSounds";
import FeatureCards from "../components/homepage/FeatureCards.astro";
import FAQ from "../components/homepage/FAQ.astro";
import RecordAnything from "../components/homepage/RecordAnything.astro";
---
<BaseLayout title="Audacity ® | Free Audio editor, recorder, music making and more!">
@@ -17,6 +18,5 @@ import RecordAnything from "../components/homepage/RecordAnything.astro";
<ShareYourSounds client:load/>
<FeatureCards />
<BlogPosts />
<DownloadBanner />
<FAQ />
</BaseLayout>