Skip to content

Commit adc58c2

Browse files
Christian Shearerclaude
andcommitted
Add Calendly scheduling link to org subscription form (#98)
Dave is the point person for org inquiries. Link: https://calendar.app.google/PQV1pY7kjiBPN5eZ8 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 1354838 commit adc58c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/server/routes.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -543,6 +543,7 @@ ${SUPPORTED_LANGS.map(l => ` <link rel="alternate" hreflang="${l}" href="${base
543543
544544
<button id="org-subscribe-btn" onclick="subscribeOrg()" class="regen-btn regen-btn--solid regen-btn--block" style="font-size:16px;padding:14px;">${t(lang, "org_submit")}</button>
545545
<p id="org-error" style="color:#c33;font-size:13px;margin:8px 0 0;display:none;text-align:center;"></p>
546+
<p style="text-align:center;margin:16px 0 0;font-size:14px;color:var(--regen-gray-500);">Have questions? <a href="https://calendar.app.google/PQV1pY7kjiBPN5eZ8" target="_blank" rel="noopener" style="color:var(--regen-green);font-weight:600;">Schedule a call</a> with our team.</p>
546547
</div>
547548
</div>
548549

0 commit comments

Comments
 (0)