Skip to content

Commit 4bb5dce

Browse files
committed
update ad
1 parent d33de04 commit 4bb5dce

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/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
)}

0 commit comments

Comments
 (0)