11---
22import { getImage } from " astro:assets" ;
33import 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" ;
55import FeaturedVideo from " ../video/FeaturedVideo" ;
66
77const releaseVideoPlaceholderImage = await getImage ({
@@ -27,14 +27,14 @@ const releaseVideo = {
2727}
2828
2929const 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