diff --git a/src/components/homepage/FAQ.astro b/src/components/homepage/FAQ.astro new file mode 100644 index 0000000..b569b0d --- /dev/null +++ b/src/components/homepage/FAQ.astro @@ -0,0 +1,38 @@ +
+
+
+

Popular in the FAQ

+
+
+
+

What is Audacity?

+ Audacity is the world’s most popular free software for recording and + editing audio. So if you're producing music, a podcast, or just + playing around with audio, Audacity is for you. +

+
+
+

Who is Audacity for?

+ Audacity is for anyone who wants to get creative with sound. It’s also + the perfect tool for anyone who needs to quickly edit or export audio, + for any reason. +

+
+
+

Is Audacity free?

+ Yes! Audacity has always been and will always be remain free for + everyone. +

+
+
+

Is Audacity open source?

+ Audacity is proudly open source. This means its source code remains + open to anyone to view or modify.
A dedicated worldwide community + of passionate audio lovers have collaborated to make Audacity the well-loved + software it is today. Many third-party plug-ins have also been developed + for Audacity thanks to its open source nature. +

+
+
+
+
diff --git a/src/pages/index.astro b/src/pages/index.astro index fa0b681..5b4218d 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -9,6 +9,7 @@ import ShareToAudio from "../components/homepage/features/ShareToAudio.astro"; import RecordAnything from "../components/homepage/RecordAnything.astro"; import ShareYourSounds from "../components/homepage/ShareYourSounds.astro" import FeatureCards from "../components/homepage/FeatureCards.astro"; +import FAQ from "../components/homepage/FAQ.astro"; --- @@ -19,6 +20,7 @@ import FeatureCards from "../components/homepage/FeatureCards.astro"; +