@@ -24,11 +24,11 @@ const promoData: Record<string, PromoData> = {
2424 audacity4Alpha : {
2525 isActive : true ,
2626 priority : 50 ,
27- suppressOnPaths : [ "/next" , "/download" ] ,
27+ suppressOnPaths : [ "/next" , "/download" ] ,
2828 message : "Want a peek at our next big release?" ,
2929 cta : {
3030 text : "Try the Audacity 4 Alpha" ,
31- link : "/next" ,
31+ link : "/next" ,
3232 } ,
3333 tracking : {
3434 category : "Promo CTA" ,
@@ -42,7 +42,7 @@ const promoData: Record<string, PromoData> = {
4242 } ,
4343 } ,
4444 voiceByAuribus : {
45- isActive : true ,
45+ isActive : false ,
4646 priority : 50 ,
4747 osTargets : [ "Windows" , "OS X" ] ,
4848 message :
@@ -62,6 +62,28 @@ const promoData: Record<string, PromoData> = {
6262 link : "https://www.musehub.com/plugin/auribus?utm_source=au-web&utm_medium=au-banner&utm_campaign=au-web-mh-web-auribus" ,
6363 } ,
6464 } ,
65+ soapVoiceCleaner : {
66+ isActive : true ,
67+ priority : 50 ,
68+ osTargets : [ "Windows" , "OS X" ] ,
69+ message :
70+ "Soap Voice Cleaner: Professional spoken voice in 3 simple clicks!" ,
71+ styles : {
72+ container : "bg-yellow-300" ,
73+ message : "text-gray-900 font-bold" ,
74+ button :
75+ "font-bold border-2 border-gray-900 bg-gray-900 text-white hover:bg-yellow-300 hover:text-gray-900 hover:border-gray-900" ,
76+ } ,
77+ tracking : {
78+ category : "Promo CTA" ,
79+ action : "Promo CTA button" ,
80+ name : "Soap Muse Hub" ,
81+ } ,
82+ cta : {
83+ text : "Get it on MuseHub" ,
84+ link : "https://www.musehub.com/plugin/soap-voice-cleaner?utm_source=au-web-banner-mh-web&utm_medium=soap-voice-cleaner&utm_campaign=au-web-banner-mh-web-soap-voice-cleaner&utm_id=au-web-banner" ,
85+ } ,
86+ } ,
6587 ampknob : {
6688 isActive : false ,
6789 osTargets : [ "Windows" , "OS X" ] ,
0 commit comments