Skip to content

Commit d77170b

Browse files
committed
feat: add Audacity 4 Alpha promotion
1 parent 6f60359 commit d77170b

File tree

1 file changed

+16
-2
lines changed

1 file changed

+16
-2
lines changed

src/assets/data/promotions.ts

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,23 @@ export type PromoData = {
2020
};
2121

2222
const promoData: Record<string, PromoData> = {
23-
voiceByAuribus: {
23+
audacity4Alpha: {
2424
isActive: true,
2525
priority: 50,
26+
message: "Want a peek at our next big release?",
27+
cta: {
28+
text: "Try the Audacity 4 Alpha",
29+
link: "/au4",
30+
},
31+
styles: {
32+
container: "bg-[#0f004d]",
33+
message: "text-gray-100",
34+
button: "bg-[#ff3254] hover:bg-[#ff1a3c] text-white",
35+
}
36+
},
37+
voiceByAuribus: {
38+
isActive: true,
39+
priority: 0,
2640
osTargets: ["Windows", "OS X"],
2741
message:
2842
"AI powered professional vocals. Transform any track with Voice by Auribus!",
@@ -42,6 +56,7 @@ const promoData: Record<string, PromoData> = {
4256
},
4357
},
4458
ampknob: {
59+
isActive: false,
4560
osTargets: ["Windows", "OS X"],
4661
message: "Heavy guitar tone in seconds. One knob, no distractions.",
4762
styles: {
@@ -62,7 +77,6 @@ const promoData: Record<string, PromoData> = {
6277
},
6378
survey: {
6479
isActive: false,
65-
priority: 40,
6680
message: "3 minute survey:\nHelp us understand what features you want next",
6781
styles: {
6882
container: "bg-yellow-300",

0 commit comments

Comments
 (0)