+ );
+}
+
+export default DownloadCard;
diff --git a/src/layouts/DownloadPageLayout.astro b/src/layouts/DownloadPageLayout.astro
index d198b42..5531599 100644
--- a/src/layouts/DownloadPageLayout.astro
+++ b/src/layouts/DownloadPageLayout.astro
@@ -1,6 +1,6 @@
---
import BaseLayout from "./BaseLayout.astro";
-import DownloadCard from '../components/card/DownloadCard.astro'
+import DownloadCard from '../components/card/DownloadCard'
import IconLinkCard from "../components/card/IconLinkCard";
import { Icon } from "astro-icon";
import "../styles/icons.css";
@@ -86,3 +86,4 @@ const { title, OS, version, releaseData, iconName, iconColor } = Astro.props;
+../components/card/DownloadCard.jsx
\ No newline at end of file
diff --git a/src/pages/posts/audacity-3.3.md b/src/pages/posts/audacity-3.3.md
index 0952ded..50166db 100644
--- a/src/pages/posts/audacity-3.3.md
+++ b/src/pages/posts/audacity-3.3.md
@@ -1,5 +1,5 @@
---
-title: A lot of our work has been focused on getting Audacity ready for a version 4. As such, a lot of under-the-hood work has been happening - in technical terms - reducing dependency on wxWidgets, library extractions and general refactoring. This work will continue for the next few releases in parallel with feature development.
+title: Audacity 3.3
slug: audacity-3.3
thumbnail: /blog1.png
author: Leo Wattenberg
diff --git a/src/pages/posts/audacity-3.4-timestretch.md b/src/pages/posts/audacity-3.4-timestretch.md
index f39614d..2a5d418 100644
--- a/src/pages/posts/audacity-3.4-timestretch.md
+++ b/src/pages/posts/audacity-3.4-timestretch.md
@@ -1,5 +1,5 @@
---
-title: A technical look into time stretching in Audacity 3.4
+title: Time stretching in Audacity 3.4
slug: audacity-3.4
thumbnail: /blog1.png
author: Leo Wattenberg
diff --git a/src/pages/posts/our-new-site.md b/src/pages/posts/our-new-site.md
index 30da80e..d45eeb6 100644
--- a/src/pages/posts/our-new-site.md
+++ b/src/pages/posts/our-new-site.md
@@ -1,5 +1,5 @@
---
-title: audacityteam.org now has a new look!
+title: Our new website
slug: our-new-site
thumbnail: /our-new-site.jpg
author: Dawson Custons-Cole