File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,15 +14,15 @@ function PromoBanner() {
14
14
15
15
const getHref = ( ) => {
16
16
if ( showBanner ) {
17
- return "https://www.musehub.com/on-sale ?utm_source=audacity&utm_medium=web&utm_campaign=au-back-to-school " ;
17
+ return "https://www.musehub.com/plugin/ampknob-revc ?utm_source=audacity&utm_medium=web&utm_campaign=auampknob-revc " ;
18
18
} else {
19
19
return "#" ; // Default if OS is not supported
20
20
}
21
21
} ;
22
22
23
23
24
24
function handleButtonClick ( ) {
25
- trackEvent ( "Promo CTA" , "Promo CTA button" , "Back to school Muse Hub" ) ;
25
+ trackEvent ( "Promo CTA" , "Promo CTA button" , "Ampknob Revc Muse Hub" ) ;
26
26
}
27
27
28
28
return (
@@ -34,7 +34,7 @@ function PromoBanner() {
34
34
>
35
35
< div className = "lg:flex text-center gap-4" >
36
36
< p className = "text-lg text-gray-900 font-bold" >
37
- Back to school: up to 50% on select music production tools
37
+ Heavy guitar tone in seconds. One knob, no distractions.
38
38
</ p >
39
39
</ div >
40
40
@@ -44,7 +44,7 @@ function PromoBanner() {
44
44
onClick = { handleButtonClick }
45
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"
46
46
>
47
- Get deals
47
+ Try for free
48
48
</ a >
49
49
</ div >
50
50
) }
You can’t perform that action at this time.
0 commit comments