From 6e7fdcd2831d74b9f0c27457922f4d937a97fe70 Mon Sep 17 00:00:00 2001 From: Frances Liu Date: Tue, 24 Mar 2026 09:40:05 -0700 Subject: [PATCH] Change CTA text and reduce page width --- src/components/site/BlogRequestDemo.astro | 2 +- src/content/blog/technical/agent-docs.mdx | 2 +- src/content/website/demo.mdx | 2 +- src/styles/custom.css | 5 +++++ 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/src/components/site/BlogRequestDemo.astro b/src/components/site/BlogRequestDemo.astro index 48d487bc..330763ed 100644 --- a/src/components/site/BlogRequestDemo.astro +++ b/src/components/site/BlogRequestDemo.astro @@ -18,7 +18,7 @@ autocomplete="email" required /> - +

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);