Skip to content

Commit 796156b

Browse files
committed
update ad
1 parent 3a5e4fb commit 796156b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/banner/PromoBanner.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ function PromoBanner() {
1111

1212
const getHref = () => {
1313
if (browserOS === "OS X" || browserOS === "Windows") {
14-
return "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";
14+
return "https://www.musehub.com/plugin/playgrnd-fx?utm_source=au-web-banner-mh-web&utm_medium=playgrnd-fx&utm_campaign=au-web-banner-mh-web-playgrnd-fx&utm_id=au-web-banner";
1515
} else {
1616
return "#"; // Default if OS is not supported
1717
}
@@ -21,7 +21,7 @@ function PromoBanner() {
2121
const showBanner = browserOS === "OS X" || browserOS === "Windows";
2222

2323
function handleButtonClick() {
24-
trackEvent("Promo CTA", "Promo CTA button", "Soap Muse Hub");
24+
trackEvent("Promo CTA", "Promo CTA button", "Playgrnd Muse Hub");
2525
}
2626

2727
return (
@@ -33,7 +33,7 @@ function PromoBanner() {
3333
>
3434
<div className="lg:flex text-center gap-4">
3535
<p className="text-lg text-gray-900 font-bold">
36-
Voice Cleaner: studio-quality plugin with 3 simple controls
36+
Install once. Access tons of fun and powerful plugins. 50% OFF!
3737
</p>
3838
</div>
3939

@@ -43,7 +43,7 @@ function PromoBanner() {
4343
onClick={handleButtonClick}
4444
className="flex text-lg font-bold h-8 justify-center items-center px-4 border-2 border-gray-900 bg-gray-900 rounded-md hover:bg-yellow-300 text-white hover:text-gray-900 hover:border-gray-900"
4545
>
46-
25% OFF on MuseHub
46+
Get it on MuseHub
4747
</a>
4848
</div>
4949
)}

0 commit comments

Comments
 (0)