@@ -10,20 +10,19 @@ function PromoBanner() {
10
10
const browserOS = useBrowserOS ( ) ;
11
11
12
12
// Only show the banner for supported OSes
13
- // const showBanner = browserOS === "OS X" || browserOS === "Windows";
14
- const showBanner = true ; // For merch, always show the banner
13
+ const showBanner = browserOS === "OS X" || browserOS === "Windows" ;
15
14
16
15
const getHref = ( ) => {
17
16
if ( showBanner ) {
18
- return "https://merch.audacityteam.org/ ?utm_source=audacitywebsite &utm_medium=promo &utm_campaign=merch " ;
17
+ 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 " ;
19
18
} else {
20
19
return "#" ; // Default if OS is not supported
21
20
}
22
21
} ;
23
22
24
23
25
24
function handleButtonClick ( ) {
26
- trackEvent ( "Promo CTA" , "Promo CTA button" , "Audacity merch CTA " ) ;
25
+ trackEvent ( "Promo CTA" , "Promo CTA button" , "Soap Muse Hub " ) ;
27
26
}
28
27
29
28
return (
@@ -35,7 +34,7 @@ function PromoBanner() {
35
34
>
36
35
< div className = "lg:flex text-center gap-4" >
37
36
< p className = "text-lg text-gray-900 font-bold" >
38
- Show your support for Audacity with merch!
37
+ Soap Voice Cleaner: Studio-quality sound with 3 simple controls
39
38
</ p >
40
39
</ div >
41
40
@@ -45,7 +44,7 @@ function PromoBanner() {
45
44
onClick = { handleButtonClick }
46
45
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"
47
46
>
48
- Shop now
47
+ Get it on MuseHub
49
48
</ a >
50
49
</ div >
51
50
) }
0 commit comments