We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e42fbe commit 85d8f88Copy full SHA for 85d8f88
1 file changed
src/assets/data/promotions.ts
@@ -239,7 +239,7 @@ const promoData: Record<string, PromoData> = {
239
},
240
landrFxVoiceVideo: {
241
type: "video",
242
- isActive: true,
+ isActive: false,
243
priority: 50,
244
slot: 2,
245
message: "One knob for polished studio quality vocals",
@@ -275,9 +275,9 @@ const promoData: Record<string, PromoData> = {
275
name: "Overtune",
276
277
video: {
278
- placeholderImage: "https://i.ytimg.com/vi/IcTT_jfWgS0/hqdefault.jpg",
+ placeholderImage: "https://i.ytimg.com/vi/A4jPvCdbrKA/hqdefault.jpg",
279
imageAltText: "Video thumbnail: Overtune",
280
- videoURL: "https://www.youtube-nocookie.com/embed/IcTT_jfWgS0?autoplay=1",
+ videoURL: "https://www.youtube-nocookie.com/embed/A4jPvCdbrKA?autoplay=1",
281
282
283
};
0 commit comments