diff --git a/src/assets/img/record-memos.png b/src/assets/img/record-memos.png new file mode 100644 index 0000000..7243afa Binary files /dev/null and b/src/assets/img/record-memos.png differ diff --git a/src/assets/img/record-podcast.png b/src/assets/img/record-podcast.png new file mode 100644 index 0000000..84b4db4 Binary files /dev/null and b/src/assets/img/record-podcast.png differ diff --git a/src/assets/img/voice-over.png b/src/assets/img/voice-over.png new file mode 100644 index 0000000..c6eb9ad Binary files /dev/null and b/src/assets/img/voice-over.png differ diff --git a/src/components/homepage/RecordAnything.astro b/src/components/homepage/RecordAnything.astro index 5be21d5..676e43f 100644 --- a/src/components/homepage/RecordAnything.astro +++ b/src/components/homepage/RecordAnything.astro @@ -1,45 +1,37 @@ --- -import RecordAnything from "../../assets/img/record-anything.jpg"; -import RecordAnything2 from "../../assets/img/record-anything-2.jpg"; -import Waveform from "../../assets/img/waveform.png"; -import TransportTools from "../../assets/img/TransportTools.png"; -import RecordCursor from "../../assets/img/RecordCursor.png"; +import recordMemos from "../../assets/img/record-memos.png"; +import recordPodcast from "../../assets/img/record-podcast.png"; +import voiceOver from "../../assets/img/voice-over.png"; --- -
-
-
-

Record anything

-

- Excellent for podcasts, voice-over work or even just recording memos. - All you need is a microphone. -

+
+
+

Record anything

+

+ Excellent for podcasts, voice-over work or even just recording memos. +

+
+
+
+ Woman smiling in front of a microphone
- -
-
-
- Decorative image of Audacity's transport toolbar -
- Woman sitting at a desk with a microphone in front of her. -
- - +
+ Man recording lines read from a sheet a paper +
+
+ Someone taking notes at a computer with a microphone on their desk
diff --git a/src/pages/index.astro b/src/pages/index.astro index 23b58c8..ef4b853 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -4,10 +4,10 @@ import DownloadBanner from "../components/homepage/DownloadBanner.astro"; import HeroBanner from "../components/homepage/HeroBanner.astro"; import ReleaseVideo from "../components/homepage/ReleaseVideo.astro"; import BaseLayout from "../layouts/BaseLayout.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"; +import RecordAnything from "../components/homepage/RecordAnything.astro"; --- diff --git a/src/styles/input.css b/src/styles/input.css index 4112f12..7b6cb89 100644 --- a/src/styles/input.css +++ b/src/styles/input.css @@ -51,5 +51,9 @@ .copyright { @apply text-xs text-gray-600 } + + .sub-heading { + @apply text-xl + } } \ No newline at end of file