Skip to content

Commit 12106a4

Browse files
Update card descriptive text
1 parent 9451f9c commit 12106a4

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

src/pages/post-download.astro

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
---
22
import BaseLayout from "../layouts/BaseLayout.astro";
33
import JoinAudioDotComButton from "../components/button/JoinAudioDotComButton";
4-
import AudioDotComCard from "../components/card/AudioDotComCard";
54
import "../styles/icons.css";
6-
import recordMemos from "../assets/img/record-memos.webp";
7-
import recordPodcast from "../assets/img/record-podcast.webp";
8-
import voiceOver from "../assets/img/voice-over.webp";
95
import FeatureCard from "../components/card/FeatureCard";
106
---
117

@@ -17,13 +13,13 @@ import FeatureCard from "../components/card/FeatureCard";
1713
</section>
1814

1915
<section class="mx-8 max-w-screen-md xl:max-w-screen-lg md:mx-auto">
20-
<div class="py-12 flex flex-col items-center">
16+
<div class="py-8 sm:py-12 flex flex-col items-center">
2117
<div class="text-center">
2218
<h1>
2319
Sign up to Audacity's cloud saving platform and access your
2420
projects from anywhere!
2521
</h1>
26-
<div class="mt-8"><JoinAudioDotComButton /></div>
22+
<div class="mt-12"><JoinAudioDotComButton /></div>
2723
</div>
2824

2925
<div class="grid grid-cols-6 sm:grid-cols-12 w-full gap-4 m-16">
@@ -40,7 +36,7 @@ import FeatureCard from "../components/card/FeatureCard";
4036
<FeatureCard
4137
icon="icon-pen"
4238
title="Transcribe your audio"
43-
description="Turn your audio into searchable text, making it easier to organize, search, and share across different platforms."
39+
description="Free automatic AI transcription for your podcasts or voice overs, providing fast and accurate text for easy editing and content creation."
4440
/>
4541
<FeatureCard
4642
icon="icon-globe"

0 commit comments

Comments
 (0)