Skip to content

Commit fe5951c

Browse files
committed
fix: update promoData to deactivate aceStudio2 and add soapTranscriber promotion
1 parent abc670e commit fe5951c

1 file changed

Lines changed: 24 additions & 1 deletion

File tree

src/assets/data/promotions.ts

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ const promoData: Record<string, PromoData> = {
169169
},
170170
aceStudio2: {
171171
type: "banner",
172-
isActive: true,
172+
isActive: false,
173173
priority: 50,
174174
osTargets: ["Windows"],
175175
message:
@@ -190,6 +190,29 @@ const promoData: Record<string, PromoData> = {
190190
link: "https://www.musehub.com/app/ace-studio?utm_source=au-web-banner-mh-web&utm_medium=ace-studio-2&utm_campaign=au-web-banner-mh-web-ace-studio-2&utm_id=au-web-banner",
191191
},
192192
},
193+
soapTranscriber: {
194+
type: "banner",
195+
isActive: true,
196+
priority: 50,
197+
osTargets: ["Windows", "OS X"],
198+
message:
199+
"SOAP Transcriber: One click voice to text. Clean and instant transcripts. Made for Audacity.",
200+
styles: {
201+
container: "bg-yellow-300",
202+
message: "text-gray-900 font-bold",
203+
button:
204+
"font-bold border-2 border-gray-900 bg-gray-900 text-white hover:bg-yellow-300 hover:text-gray-900 hover:border-gray-900",
205+
},
206+
tracking: {
207+
category: "Promo CTA",
208+
action: "Promo CTA button",
209+
name: "SOAP Transcriber MuseHub",
210+
},
211+
cta: {
212+
text: "Get it on MuseHub",
213+
link: "https://www.musehub.com/plugin/soap-transcriber?utm_source=au-web-banner-mh-web&utm_medium=soap-transcriber&utm_campaign=au-web-banner-mh-web-soap-transcriber&utm_id=au-web-banner",
214+
},
215+
},
193216
ampknob: {
194217
type: "banner",
195218
isActive: false,

0 commit comments

Comments
 (0)