Skip to content

Commit 50af495

Browse files
committed
Revert "update promo"
This reverts commit 41c0d83.
1 parent 71b10e1 commit 50af495

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/components/banner/PromoBanner.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ function PromoBanner() {
1010

1111
const getHref = () => {
1212
if (browserOS === "OS X" || browserOS === "Windows") {
13-
return "https://www.musehub.com/app/ace-studio?utm_source=au-web&utm_medium=mh-app-cta&utm_campaign=au-web-mh-app-ace-studio";
13+
return "https://acestudio.ai/?promo=musehub&utm_source=au-web&utm_medium=ace-site&utm_campaign=au-web-banner-ace-app-site";
1414
} else {
1515
return "#"; // Default if OS is not supported
1616
}
@@ -25,7 +25,7 @@ function PromoBanner() {
2525
"trackEvent",
2626
"Promo CTA",
2727
"Promo CTA button",
28-
"Ace Studio Muse Hub",
28+
"Ace Studio",
2929
]);
3030
}
3131
}

src/components/homepage/ReleaseVideo.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ const promoVideo = {
1717
videoURL:"https://www.youtube-nocookie.com/embed/QTlB5UR-IEE?autoplay=1",
1818
CTA: true,
1919
ctaText: "Try for free",
20-
ctaURL:"https://www.musehub.com/app/ace-studio?utm_source=au-web&utm_medium=mh-app-cta&utm_campaign=au-web-mh-app-ace-studio"
20+
ctaURL:"https://acestudio.ai/?promo=musehub&utm_source=au-web&utm_medium=ace-site&utm_campaign=au-web-large-video-ace-app-site"
2121
}
2222
---
2323

0 commit comments

Comments
 (0)