Closings Block
Closing CTA
A closing slide block that makes the desired next action clear.
Next Step
Approve the pilot
Close with one action, one owner, and one deadline.
01
Ask
02
Owner
03
Date
Use Closing CTA in your next deck — for free
STORYD writes a presentation around your topic and applies Closing CTA across every slide. No template hunting, no copy-paste.
Free, no card. Exports to PPTX.
OPF Config
blocks:closing-cta{
"$schema": "https://pptx.dev/schema/opf/v1",
"version": "1.0",
"meta": {
"title": "Closing CTA",
"subtitle": "A closing slide block that makes the desired next action clear.",
"purpose": "Close a deck with a clear call to action.",
"narrative": {
"id": "problem-solution"
},
"keyMessages": [
"The ask is specific.",
"Ownership is clear.",
"Timing is defined."
],
"tone": "persuasive",
"tags": [
"content-block",
"closing-cta"
]
},
"design": {
"colors": {
"scheme": "bold-red"
},
"fonts": {
"scheme": "montserrat"
},
"background": {
"type": "gradient",
"gradient": {
"angle": 135,
"stops": [
{
"color": "#fffaf0",
"position": 0
},
{
"color": "#f7fafc",
"position": 1
}
]
}
},
"layoutPreferences": {
"density": "minimal",
"alignment": "left",
"animations": false,
"slideNumbers": false
}
},
"slides": [
{
"id": "closing-cta",
"layout": "thank-you-cta",
"section": "Closing CTA",
"elements": [
{
"id": "closing-cta-eyebrow",
"type": "text",
"slot": "eyebrow",
"content": {
"text": "Next Step"
},
"style": {
"fontSize": 12,
"textTransform": "uppercase",
"letterSpacing": 0.08
}
},
{
"id": "closing-cta-title",
"type": "text",
"slot": "title",
"content": {
"text": "Approve the pilot"
},
"style": {
"fontSize": 34,
"alignment": "left"
}
},
{
"id": "closing-cta-subtitle",
"type": "text",
"slot": "subtitle",
"content": {
"text": "One action, one owner, one deadline."
},
"style": {
"fontSize": 16,
"lineHeight": 1.3
}
},
{
"id": "closing-cta-points",
"type": "text",
"slot": "body",
"content": {
"bullets": [
"Ask: approve pilot",
"Owner: steering group",
"Date: Friday"
]
},
"style": {
"fontSize": 15,
"lineHeight": 1.25
}
}
],
"notes": "A closing slide block that makes the desired next action clear."
}
]
}Preview this config live at pptx.dev/playground.
Use Case
Use when the deck needs to end with a concrete ask or call to action.
When to Use
For sales, fundraising, partner, and internal approval decks.
When to Avoid
Avoid for readouts where the close should be discussion or questions.
Block Structure
thank-you-cta
Approve the pilot
One action, one owner, one deadline.
- -Ask: approve pilot
- -Owner: steering group
- -Date: Friday
Best Practices
Use a verb in the CTA.
Include the next decision date.
Do not add secondary asks unless they are truly optional.
Playground deep link: config=blocks:closing-cta