From f57932b1f5d57cd1789e0835f070bc92a9dd20ef Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Tue, 14 Oct 2025 01:33:04 +0000 Subject: [PATCH] Add support CTA to DocsOverview cgen-c95f44cf603043f18bbb6395b0321c25 --- client/pages/docs/DocsOverview.tsx | 32 ++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/client/pages/docs/DocsOverview.tsx b/client/pages/docs/DocsOverview.tsx index a6d14a59..1def4995 100644 --- a/client/pages/docs/DocsOverview.tsx +++ b/client/pages/docs/DocsOverview.tsx @@ -469,6 +469,38 @@ export default function DocsOverview() { + + {/* Support CTA */} +
+

Need help getting started?

+

+ Our documentation team updates these guides weekly. If you're looking for tailored onboarding, + architecture reviews, or migration support, reach out and we'll connect you with the right experts. +

+
+ + +
+
); }