Commit c7196c8b by Jonathan Thomas

Updating promo copy

parent 4f449962
...@@ -117,8 +117,7 @@ ...@@ -117,8 +117,7 @@
<CloudInstancePromo <CloudInstancePromo
compact compact
label="Demo Preview" label="Demo Preview"
title="Want to export longer videos?" title="Want to export in higher resolutions?"
:subtitle-html="exportSubtitleHtml"
/> />
</div> </div>
...@@ -581,10 +580,6 @@ export default { ...@@ -581,10 +580,6 @@ export default {
const hasPendingRecord = !!(this.current_export && this.current_export.id && !this.current_export.output) const hasPendingRecord = !!(this.current_export && this.current_export.id && !this.current_export.output)
return !!this.exporting || hasPendingRecord return !!this.exporting || hasPendingRecord
}, },
exportSubtitleHtml() {
const link = '<a href="https://www.openshot.org/cloud-api/" target="_blank" rel="noopener">OpenShot Cloud API</a>'
return `Deploy ${link} on AWS, Azure, or Google Cloud to access full-length exports, scalable rendering resources, persistent project storage, and a reliable cloud backend for your video production pipeline.`
},
exportDownloadUrl() { exportDownloadUrl() {
if (!this.current_export || !this.current_export.url) { if (!this.current_export || !this.current_export.url) {
return this.current_export?.output || null return this.current_export?.output || null
......
...@@ -42,7 +42,7 @@ export default { ...@@ -42,7 +42,7 @@ export default {
}, },
subtitle: { subtitle: {
type: String, type: String,
default: "Deploy OpenShot Cloud API on AWS, Azure, or Google Cloud to access full-length exports, scalable rendering resources, persistent project storage, and a reliable cloud backend for your video production pipeline." default: "Deploy OpenShot Cloud API on AWS, Azure, or Google to access full-length exports, full resolution, faster rendering, and your own scalable cloud pipeline."
}, },
subtitleHtml: { subtitleHtml: {
type: String, type: String,
......
...@@ -48,7 +48,6 @@ ...@@ -48,7 +48,6 @@
<CloudInstancePromo <CloudInstancePromo
label="Unlock the full experience" label="Unlock the full experience"
title="Launch your own instance" title="Launch your own instance"
subtitle="Deploy on AWS, Azure, or Google Cloud for persistent storage, longer exports, and full scalability."
/> />
</div> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment