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() {
1414
1515 const getHref = ( ) => {
1616 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 " ;
1818 } else {
1919 return "#" ; // Default if OS is not supported
2020 }
2121 } ;
2222
2323
2424 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" ) ;
2626 }
2727
2828 return (
@@ -34,7 +34,7 @@ function PromoBanner() {
3434 >
3535 < div className = "lg:flex text-center gap-4" >
3636 < 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.
3838 </ p >
3939 </ div >
4040
@@ -44,7 +44,7 @@ function PromoBanner() {
4444 onClick = { handleButtonClick }
4545 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"
4646 >
47- Get deals
47+ Try for free
4848 </ a >
4949 </ div >
5050 ) }
You can’t perform that action at this time.
0 commit comments