Skip to content

Commit 9a8ea13

Browse files
authored
Merge pull request #58 from audacity/overtune-promo
overtune video
2 parents fea89ec + 15290af commit 9a8ea13

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed
28.5 KB
Loading

src/components/homepage/ReleaseVideo.astro

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
import { getImage } from "astro:assets";
33
import ReleaseVideoPlaceholder from "../../assets/img/audacity-placeholder.webp";
4-
import PromoVideoPlaceholder from "../../assets/img/promo/ace-placeholder.webp";
4+
import PromoVideoPlaceholder from "../../assets/img/promo/overtune-placeholder.webp";
55
import FeaturedVideo from "../video/FeaturedVideo";
66
77
const releaseVideoPlaceholderImage = await getImage({
@@ -27,14 +27,14 @@ const releaseVideo = {
2727
}
2828
2929
const promoVideo = {
30-
title:"ACE Studio showcase",
31-
label:"Ad: Turn your lyrics into song with ACE Studio, the AI singing voice generator.",
30+
title:"Simple music sequencer",
31+
label:"Add this sequencer to your Audacity workflow",
3232
placeholderImage: featuredVideoPlaceholderImage.src,
33-
imageAltText: "Video thumbnail: What is ACE studio?",
34-
videoURL:"https://www.youtube-nocookie.com/embed/QTlB5UR-IEE?autoplay=1",
33+
imageAltText: "Video thumbnail: What is Overtune?",
34+
videoURL:"https://www.youtube-nocookie.com/embed/Q54ejun7P1w?autoplay=1",
3535
CTA: true,
36-
ctaText: "Try for free",
37-
ctaURL:"https://www.musehub.com/app/ace-studio?utm_source=au-web&utm_medium=mh-app-cta&utm_campaign=au-web-mh-app-ace-studio"
36+
ctaText: "Get for free",
37+
ctaURL:"https://www.musehub.com/app/overtune-arrange?utm_source=au-web&utm_medium=mh-app-cta&utm_campaign=au-web-mh-app-overtune"
3838
}
3939
---
4040

0 commit comments

Comments
 (0)