Skip to content

Commit fb543d8

Browse files
committed
update promo
1 parent dde1f25 commit fb543d8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/components/banner/PromoBanner.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ function PromoBanner() {
1414

1515
const getHref = () => {
1616
if (showBanner) {
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";
17+
return "https://www.musehub.com/on-sale?utm_source=audacity&utm_medium=web&utm_campaign=au-back-to-school";
1818
} else {
1919
return "#"; // Default if OS is not supported
2020
}
2121
};
2222

2323

2424
function handleButtonClick() {
25-
trackEvent("Promo CTA", "Promo CTA button", "Soap Muse Hub");
25+
trackEvent("Promo CTA", "Promo CTA button", "Back to school 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-
Soap Voice Cleaner: Studio-quality sound with 3 simple controls
37+
Back to school: up to 50% on select music production tools
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 it on MuseHub
47+
Get deals
4848
</a>
4949
</div>
5050
)}

0 commit comments

Comments
 (0)