File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ function PromoBanner() {
11
11
12
12
const getHref = ( ) => {
13
13
if ( browserOS === "OS X" || browserOS === "Windows" ) {
14
- return "https://www.musehub.com/app/sheet-music-scanner ?utm_source=au-web-banner-mh-web&utm_medium=sheet-music-scanner &utm_campaign=au-web-banner-mh-web-sheet-music-scanner &utm_id=au-web-banner" ;
14
+ return "https://www.musehub.com/app/overtune-arrange ?utm_source=au-web-banner-mh-web&utm_medium=overtune &utm_campaign=au-web-banner-mh-web-overtune &utm_id=au-web-banner" ;
15
15
} else {
16
16
return "#" ; // Default if OS is not supported
17
17
}
@@ -33,7 +33,7 @@ function PromoBanner() {
33
33
>
34
34
< div className = "lg:flex text-center gap-4" >
35
35
< p className = "text-lg text-gray-900 font-bold" >
36
- Sheet Music Scanner - Digitize any score
36
+ Make music in Overtune, fine-tune it in Audacity
37
37
</ p >
38
38
</ div >
39
39
@@ -43,7 +43,7 @@ function PromoBanner() {
43
43
onClick = { handleButtonClick }
44
44
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"
45
45
>
46
- Get 80% off on MuseHub
46
+ Try for free
47
47
</ a >
48
48
</ div >
49
49
) }
You can’t perform that action at this time.
0 commit comments