Skip to content

Commit 912c52c

Browse files
committed
update promo banner
1 parent 38d9fa6 commit 912c52c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/banner/PromoBanner.tsx

Lines changed: 3 additions & 3 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/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";
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";
1515
} else {
1616
return "#"; // Default if OS is not supported
1717
}
@@ -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-
Make music in Overtune, fine-tune it in Audacity
36+
Soap Voice Cleaner: Studio-quality sound with 3 simple controls
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-
Try for free
46+
Get it on MuseHub
4747
</a>
4848
</div>
4949
)}

0 commit comments

Comments
 (0)