Skip to content

Commit 4be5414

Browse files
committed
update promo video to playgrnd
1 parent ecf641b commit 4be5414

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed
45.1 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/overtune-placeholder.webp";
4+
import PromoVideoPlaceholder from "../../assets/img/promo/playgrnd-fx-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:"Simple music sequencer",
31-
label:"Add this sequencer to your Audacity workflow",
32-
placeholderImage: featuredVideoPlaceholderImage.src,
30+
title:"PLAYGRND FX",
31+
label:"Install once. Access tons of fun and powerful plugins. ",
32+
placeholderImage: PromoVideoPlaceholder.src,
3333
imageAltText: "Video thumbnail: What is Overtune?",
34-
videoURL:"https://www.youtube-nocookie.com/embed/Q54ejun7P1w?autoplay=1",
34+
videoURL:"https://production-v2.muse-cdn.com/effect-preview-assets/daa58141-6a3e-4716-a11c-cf050a3f522c.mp4",
3535
CTA: true,
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"
36+
ctaText: "Get 50% OFF on MuseHub",
37+
ctaURL:"https://www.musehub.com/app/playgrnd-fx?utm_source=au-web&utm_medium=mh-app-cta&utm_campaign=au-web-mh-app-playgrnd-fx",
3838
}
3939
---
4040

0 commit comments

Comments
 (0)