|
| 1 | +import type { PromoData } from "./types"; |
| 2 | + |
| 3 | +export const bannerPromos: Record<string, PromoData> = { |
| 4 | + audacity4Alpha: { |
| 5 | + type: "banner", |
| 6 | + isActive: false, |
| 7 | + priority: 50, |
| 8 | + suppressOnPaths: ["/next", "/download"], |
| 9 | + message: "Want a peek at our next big release?", |
| 10 | + cta: { |
| 11 | + text: "Try the Audacity 4 Alpha", |
| 12 | + link: "/next", |
| 13 | + }, |
| 14 | + tracking: { |
| 15 | + category: "Promo CTA", |
| 16 | + action: "Promo CTA button", |
| 17 | + name: "Audacity 4 Alpha", |
| 18 | + }, |
| 19 | + styles: { |
| 20 | + container: "bg-[#0f004d]", |
| 21 | + message: "text-gray-100", |
| 22 | + button: "bg-[#ff3254] hover:bg-[#ff1a3c] text-white", |
| 23 | + }, |
| 24 | + }, |
| 25 | + voiceByAuribus: { |
| 26 | + type: "banner", |
| 27 | + isActive: false, |
| 28 | + priority: 50, |
| 29 | + osTargets: ["Windows", "OS X"], |
| 30 | + message: |
| 31 | + "AI powered professional vocals. Transform any track with Voice by Auribus!", |
| 32 | + styles: { |
| 33 | + container: "bg-yellow-300", |
| 34 | + message: "text-gray-900", |
| 35 | + button: "bg-gray-100 hover:bg-white", |
| 36 | + }, |
| 37 | + tracking: { |
| 38 | + category: "Promo CTA", |
| 39 | + action: "Promo CTA button", |
| 40 | + name: "Voice by Auribus MuseHub", |
| 41 | + }, |
| 42 | + cta: { |
| 43 | + text: "Get it on MuseHub", |
| 44 | + link: "https://www.musehub.com/plugin/auribus?utm_source=au-web&utm_medium=au-banner&utm_campaign=au-web-mh-web-auribus", |
| 45 | + }, |
| 46 | + }, |
| 47 | + soapVoiceCleaner: { |
| 48 | + type: "banner", |
| 49 | + isActive: false, |
| 50 | + priority: 50, |
| 51 | + osTargets: ["Windows", "OS X"], |
| 52 | + message: |
| 53 | + "Soap Voice Cleaner: Professional spoken voice in 3 simple clicks!", |
| 54 | + styles: { |
| 55 | + container: "bg-yellow-300", |
| 56 | + message: "text-gray-900 font-bold", |
| 57 | + button: |
| 58 | + "font-bold border-2 border-gray-900 bg-gray-900 text-white hover:bg-yellow-300 hover:text-gray-900 hover:border-gray-900", |
| 59 | + }, |
| 60 | + tracking: { |
| 61 | + category: "Promo CTA", |
| 62 | + action: "Promo CTA button", |
| 63 | + name: "Soap MuseHub", |
| 64 | + }, |
| 65 | + cta: { |
| 66 | + text: "Get it on MuseHub", |
| 67 | + link: "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", |
| 68 | + }, |
| 69 | + }, |
| 70 | + aceStudio2: { |
| 71 | + type: "banner", |
| 72 | + isActive: false, |
| 73 | + priority: 50, |
| 74 | + osTargets: ["Windows"], |
| 75 | + message: |
| 76 | + "ACE Studio 2.0 is here! The all-in-one workstation for AI voices, instruments and generative tools", |
| 77 | + styles: { |
| 78 | + container: "bg-yellow-300", |
| 79 | + message: "text-gray-900 font-bold", |
| 80 | + button: |
| 81 | + "font-bold border-2 border-gray-900 bg-gray-900 text-white hover:bg-yellow-300 hover:text-gray-900 hover:border-gray-900", |
| 82 | + }, |
| 83 | + tracking: { |
| 84 | + category: "Promo CTA", |
| 85 | + action: "Promo CTA button", |
| 86 | + name: "ACE Studio 2.0 MuseHub", |
| 87 | + }, |
| 88 | + cta: { |
| 89 | + text: "Get it on MuseHub", |
| 90 | + link: "https://www.musehub.com/app/ace-studio?utm_source=au-web-banner-mh-web&utm_medium=ace-studio-2&utm_campaign=au-web-banner-mh-web-ace-studio-2&utm_id=au-web-banner", |
| 91 | + }, |
| 92 | + }, |
| 93 | + soapTranscriber: { |
| 94 | + type: "banner", |
| 95 | + isActive: false, |
| 96 | + priority: 50, |
| 97 | + osTargets: ["Windows", "OS X"], |
| 98 | + message: |
| 99 | + "SOAP Transcriber: One click voice to text. Clean and instant transcripts. Made for Audacity.", |
| 100 | + styles: { |
| 101 | + container: "bg-yellow-300", |
| 102 | + message: "text-gray-900 font-bold", |
| 103 | + button: |
| 104 | + "font-bold border-2 border-gray-900 bg-gray-900 text-white hover:bg-yellow-300 hover:text-gray-900 hover:border-gray-900", |
| 105 | + }, |
| 106 | + tracking: { |
| 107 | + category: "Promo CTA", |
| 108 | + action: "Promo CTA button", |
| 109 | + name: "SOAP Transcriber MuseHub", |
| 110 | + }, |
| 111 | + cta: { |
| 112 | + text: "Get it on MuseHub", |
| 113 | + link: "https://www.musehub.com/plugin/soap-transcriber?utm_source=au-web-banner-mh-web&utm_medium=soap-transcriber&utm_campaign=au-web-banner-mh-web-soap-transcriber&utm_id=au-web-banner", |
| 114 | + }, |
| 115 | + }, |
| 116 | + overtuneBanner: { |
| 117 | + type: "banner", |
| 118 | + isActive: true, |
| 119 | + priority: 50, |
| 120 | + osTargets: ["Windows", "OS X"], |
| 121 | + message: |
| 122 | + "Overtune: The beat maker for rappers and singers. Sing, polish, and share.", |
| 123 | + styles: { |
| 124 | + container: "bg-yellow-300", |
| 125 | + message: "text-gray-900 font-bold", |
| 126 | + button: |
| 127 | + "font-bold border-2 border-gray-900 bg-gray-900 text-white hover:bg-yellow-300 hover:text-gray-900 hover:border-gray-900", |
| 128 | + }, |
| 129 | + tracking: { |
| 130 | + category: "Promo CTA", |
| 131 | + action: "Promo CTA button", |
| 132 | + name: "Overtune MuseHub", |
| 133 | + }, |
| 134 | + cta: { |
| 135 | + text: "Get it on MuseHub", |
| 136 | + link: "https://www.musehub.com/app/overtune-studio?utm_source=au-web-banner-mh-web&utm_medium=overtune-2&utm_campaign=au-web-banner-mh-web-overtune-2r&utm_id=au-web-banner", |
| 137 | + }, |
| 138 | + }, |
| 139 | + ampknob: { |
| 140 | + type: "banner", |
| 141 | + isActive: false, |
| 142 | + priority: 50, |
| 143 | + osTargets: ["Windows", "OS X"], |
| 144 | + message: "Heavy guitar tone in seconds. One knob, no distractions.", |
| 145 | + styles: { |
| 146 | + container: "bg-yellow-300", |
| 147 | + message: "text-gray-900 font-bold", |
| 148 | + button: |
| 149 | + "font-bold border-2 border-gray-900 bg-gray-900 text-white hover:bg-yellow-300 hover:text-gray-900 hover:border-gray-900", |
| 150 | + }, |
| 151 | + tracking: { |
| 152 | + category: "Promo CTA", |
| 153 | + action: "Promo CTA button", |
| 154 | + name: "Ampknob Revc MuseHub", |
| 155 | + }, |
| 156 | + cta: { |
| 157 | + text: "Try for free", |
| 158 | + link: "https://www.musehub.com/plugin/ampknob-revc?utm_source=audacity&utm_medium=web&utm_campaign=auampknob-revc", |
| 159 | + }, |
| 160 | + }, |
| 161 | + survey: { |
| 162 | + type: "banner", |
| 163 | + isActive: false, |
| 164 | + priority: 50, |
| 165 | + message: "3 minute survey:\nHelp us understand what features you want next", |
| 166 | + styles: { |
| 167 | + container: "bg-yellow-300", |
| 168 | + message: "text-lg text-gray-900", |
| 169 | + button: |
| 170 | + "h-10 bg-gray-100 hover:bg-white border border-gray-900 text-gray-900", |
| 171 | + }, |
| 172 | + tracking: { |
| 173 | + category: "Promo CTA", |
| 174 | + action: "Survey CTA button", |
| 175 | + name: "Go to Survey", |
| 176 | + }, |
| 177 | + cta: { |
| 178 | + text: "Take the survey", |
| 179 | + link: "https://docs.google.com/forms/d/e/1FAIpQLScxH_f64JPCWt5nwqa8MTPXfmi453mqYwy1xZFPF_mx9mYkNw/viewform", |
| 180 | + }, |
| 181 | + }, |
| 182 | +}; |
0 commit comments