Skip to content

Commit 3bd3a14

Browse files
committed
change promo type
1 parent dbbda10 commit 3bd3a14

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

src/components/banner/PromoBanner.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,11 @@ function PromoBanner() {
3838
className="flex flex-col lg:flex-row justify-center items-center align-start min-h-24 bg-yellow-300 py-2 gap-4 lg:gap-8"
3939
>
4040
<div className="lg:flex text-center gap-4">
41-
<p className="text-lg text-gray-900 font-semibold ">
42-
Limited-Time Offer:
43-
</p>
4441
<p className="text-lg text-gray-900 font-bold">
4542
Polyspectral MBC Multiband Compressor
4643
</p>
4744
<p className="text-lg text-gray-900 font-semibold ">
48-
80% OFF
45+
Get free trial
4946
</p>
5047
</div>
5148

src/components/homepage/ReleaseVideo.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const promoVideo = {
1616
placeholderImage: MbcpolyspectralPlaceholder,
1717
videoURL:"https://www.youtube-nocookie.com/embed/Lb7jx4wdXXE?autoplay=1",
1818
CTA: true,
19-
ctaText: "Get 80% off on MuseHub",
19+
ctaText: "Get it on MuseHub",
2020
ctaURL:"https://www.musehub.com/plugin/polyspectral-mbc?utm_source=au-web&utm_medium=mh-cta&utm_campaign=polyspectral"
2121
}
2222
---

0 commit comments

Comments
 (0)