diff --git a/src/content/blog/technical/agent-docs.mdx b/src/content/blog/technical/agent-docs.mdx
index 6a95e764..eb6ae4af 100644
--- a/src/content/blog/technical/agent-docs.mdx
+++ b/src/content/blog/technical/agent-docs.mdx
@@ -260,7 +260,7 @@ This is a substantial amount of work:
And that's before accounting for keeping docs current as the product evolves - which only gets harder as your engineering team ships faster with AI.
-If you’re looking for a solution that handles this automatically, book a call with Prithvi, our founder and CEO ↓↓↓. 30-day free trial included!
+If you’re looking for a solution that handles this automatically, book a quick 15-min demo with one of our engineers ↓↓↓. 30-day free trial included!
diff --git a/src/content/website/demo.mdx b/src/content/website/demo.mdx
index 9fce33c4..f6bc7c81 100644
--- a/src/content/website/demo.mdx
+++ b/src/content/website/demo.mdx
@@ -14,6 +14,6 @@ Introducing Promptless 1.0: the first AI agent that automatically updates your c
### Ready to see it in action?
-Book a call with Prithvi, our founder and CEO, to see how Promptless can automate your docs workflow. 30-day free trial included!
+Book a 15-min demo with one of our engineers to see how Promptless can automate your docs workflow. 30-day free trial included!
diff --git a/src/styles/custom.css b/src/styles/custom.css
index 5f4c7ca7..faf06c4c 100644
--- a/src/styles/custom.css
+++ b/src/styles/custom.css
@@ -518,6 +518,11 @@ main:has(.pl-site-page.pl-site-page-compact) .content-panel + .content-panel {
border-radius: 10px;
}
+main:has(.collection-back-link) .sl-markdown-content {
+ max-width: 72ch;
+ margin-inline: auto;
+}
+
.collection-back-link {
margin: 0 0 1.1rem;
font-size: var(--sl-text-sm);