From 138ac05df44846ffbaf274416304334576964a55 Mon Sep 17 00:00:00 2001 From: Dilson's Pickles Date: Mon, 13 Feb 2023 18:45:50 +0000 Subject: [PATCH] Update index content --- src/components/HeroBanner.astro | 65 +++++++++++++++++------------ src/pages/index.astro | 74 +++++++++++++++++++++++++++------ 2 files changed, 99 insertions(+), 40 deletions(-) diff --git a/src/components/HeroBanner.astro b/src/components/HeroBanner.astro index b91393c..1b873de 100644 --- a/src/components/HeroBanner.astro +++ b/src/components/HeroBanner.astro @@ -1,34 +1,45 @@ --- -import { useUserAgent } from "astro-useragent"; - -const uaString = Astro.request.headers.get("user-agent"); -const { source, isMobile } = useUserAgent(uaString); - -console.log(source, isMobile); +import AudacityLight from "../assets/img/AudacityLight.png"; +import AudacityDark from "../assets/img/AudacityDark.png"; --- -
-
-
-

- Free, open source, cross-platform audio software -

-

- A compelling and well rationalised value proposition statement for music - producers that converts them. -

-
- +
+
+ Audacity

- Free, open source, cross-platform + audio software +

+

+ A compelling and well rationalised value proposition statement for + music producers that converts them. +

+ Download
+
+ + +
-
-
+ + + \ No newline at end of file diff --git a/src/pages/index.astro b/src/pages/index.astro index 781c7f7..f5c1df4 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,23 +1,71 @@ --- -import HeroBanner from "../components/HeroBanner.astro"; import Layout from "../layouts/Layout.astro"; + +import ReleaseVideo from "../components/ReleaseVideo.astro"; +import HeroBanner from "../components/HeroBanner.astro"; + +import AudacityLight from "../assets/img/AudacityLight.png"; +import AudacityDark from "../assets/img/AudacityDark.png"; ---
- -
-
-

- Audacity 3.2.1 is here! -

-
- +
+
+
+ Audacity + Audacity
+ +

+ Free, open source, cross-platform + audio software +

+

+ A compelling and well rationalised value proposition statement for + music producers that converts them. +

+ Download
+
-
\ No newline at end of file + + + + + + +