Commit c7196c8b by Jonathan Thomas

Updating promo copy

parent 4f449962
......@@ -117,8 +117,7 @@
<CloudInstancePromo
compact
label="Demo Preview"
title="Want to export longer videos?"
:subtitle-html="exportSubtitleHtml"
title="Want to export in higher resolutions?"
/>
</div>
......@@ -581,10 +580,6 @@ export default {
const hasPendingRecord = !!(this.current_export && this.current_export.id && !this.current_export.output)
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() {
if (!this.current_export || !this.current_export.url) {
return this.current_export?.output || null
......
......@@ -42,7 +42,7 @@ export default {
},
subtitle: {
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: {
type: String,
......
......@@ -48,7 +48,6 @@
<CloudInstancePromo
label="Unlock the full experience"
title="Launch your own instance"
subtitle="Deploy on AWS, Azure, or Google Cloud for persistent storage, longer exports, and full scalability."
/>
</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